-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathfstab
26 lines (23 loc) · 1.19 KB
/
fstab
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# /etc/fstab: static file system information.
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed); notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail / tail freely.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
#
# <fs> <mountpoint> <type> <opts> <dump/pass>
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/sda1 /boot ext3 noauto,noatime 1 2
/dev/sda2 / btrfs noatime 1 1
/dev/sdb1 /mnt/stone btrfs defaults 1 1
#/dev/SWAP none swap sw 0 0
#/dev/cdrom /mnt/cdrom auto noauto,ro 0 0
#/dev/fd0 /mnt/floppy auto noauto 0 0
[email protected]:/mnt/ /mnt/serv8 fuse.sshfs _netdev,users,idmap=user,IdentityFile=/home/zhou/.ssh/id_rsa,allow_other,reconnect 0 0
#sshfs#[email protected]:data /mnt/guest fuse uid=1003,gid=100,umask=0,allow_other 0 0
shm /dev/shm tmpfs size=5G,nodev,nosuid 0 0