Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # df
- Filesystem 1K-blocks Used Available Use% Mounted on
- rootfs 36699036 2993404 33705632 9% /
- /dev/sda6 36699036 2993404 33705632 9% /
- devtmpfs 1973596 0 1973596 0% /dev
- tmpfs 1975628 492 1975136 1% /run
- shm 1975628 0 1975628 0% /dev/shm
- cgroup_root 10240 0 10240 0% /sys/fs/cgroup
- /dev/sda7 122007216 32840 121974376 1% /home
- /dev/sdb1 7545088 201924 7343164 3% /mnt
- # cat /etc/fstab
- # /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/sda5 /boot reiserfs noauto,noatime,notail 1 2
- /dev/sda6 / reiserfs noatime,notail 0 1
- /dev/sda7 /home reiserfs noatime,notail 0 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement