Thursday, July 29, 2010

/etc/fstab

# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
#
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda2 during installation
UUID=0f7470af-a199-47b1-a3d8-4f93f1e56933 / ext4 errors=remount-ro 0 1
LABEL=storage /var ext4 defaults 0 2
/var/tmp /tmp none bind 0 0
/var/private /home none bind 0 0
/var/local/usr /usr none bind 0 0
# /windows was on /dev/sda5 during installation
UUID=570D2BBC07FEB79C /windows ntfs defaults,nls=utf8,umask=007,gid=46 0 0
# swap was on /dev/sda6 during installation
UUID=16a56377-7bfe-4d7f-a64f-3e203dba3538 none swap sw 0 0

/dev/sdc3 /media/doc fuseblk rw,nosuid,nodev,allow_other,blksize=4096 0 0

No comments:

Post a Comment