[Linux] /etc/fstab

# /etc/fstab: static file system information.
#
# Use 'blkid' 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).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda1 during installation
UUID=21ad5639-9643-4a06-9523-15cf9338b8cd /               ext4    errors=remount-ro 0       1
# /home was on /dev/sda3 during installation
UUID=6385a4f4-4b06-4d3a-982f-1f1e68f1d70b /home           ext4    defaults        0       2
# swap was on /dev/sda8 during installation
UUID=818357af-f2a1-4c5d-a028-3b1d518f1c47 none            swap    sw              0       0


# Ext4
#Entry "Source" for /dev/sda6 :
UUID="0988bb9d-02ad-4290-9f60-7954605a8115"    /media/scue/Source     ext4    defaults    0    0  

# NTFS
#Entry "Study" for /dev/sda5 :
UUID="20C5750E61E16D51"        /media/scue/Study    ntfs-3g    defaults,locale=zh_CN.UTF-8,gid=1000,uid=1000,umask=002    0    0
#Entry "Enjoy" for /dev/sda7 :
UUID="0E5E668D4576BBEE"        /media/scue/Enjoy    ntfs-3g    defaults,locale=zh_CN.UTF-8,gid=1000,uid=1000,umask=002    0    0
#Entry "Storage" for /dev/sda9 :
# UUID="4B8660A12AC75B45"     /media/scue/Storage    ntfs-3g     defaults,locale=zh_CN.UTF-8    0    0

#/dev/sda1: LABEL="Ubuntu" UUID="21ad5639-9643-4a06-9523-15cf9338b8cd" TYPE="ext4"  
#/dev/sda2: LABEL="Win7" UUID="D258E8DC58E8BFF9" TYPE="ntfs" 
#/dev/sda3: LABEL="Home" UUID="6385a4f4-4b06-4d3a-982f-1f1e68f1d70b" TYPE="ext4" 
#/dev/sda5: LABEL="Study" UUID="20C5750E61E16D51" TYPE="ntfs" 
#/dev/sda6: LABEL="Source" UUID="0988bb9d-02ad-4290-9f60-7954605a8115" TYPE="ext4" 
#/dev/sda7: LABEL="Enjoy" UUID="0E5E668D4576BBEE" TYPE="ntfs" 
#/dev/sda8: LABEL="Swap" UUID="818357af-f2a1-4c5d-a028-3b1d518f1c47" TYPE="swap"  
#/dev/sda9: LABEL="Deepin" UUID="d61459da-6f1a-407b-9bca-bfe676b7ab7e" TYPE="ext4" 
#/dev/sda10: LABEL="Storage" UUID="4B8660A12AC75B45" TYPE="ntfs" 

 

posted @ 2013-05-23 13:54  scue  阅读(220)  评论(0编辑  收藏  举报