1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
| gelmou@zenon:~$ cat /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/sdc1 during installation
UUID=aaebf5e2-d49b-47f1-86e2-73368466aff7 / ext4 errors=remount-ro 0 1
# /home was on /dev/sdc2 during installation
UUID=71068e10-7bde-4f78-a3e2-ca2f6b6ead11 /home ext4 defaults 0 2
# swap was on /dev/sda5 during installation
UUID=2f03b877-6d48-4b54-816a-9a4905640bbb none swap sw 0 0
/dev/disk/by-uuid/F4FAE2C7FAE28568 /mnt/F4FAE2C7FAE28568 auto nosuid,nodev,nofail,uid=1000,gid=6,fmask=111,dmask=000,x-gvfs-show 0 0
/dev/disk/by-uuid/5C43AE2F430A7A37 /mnt/5C43AE2F430A7A37 auto nosuid,nodev,nofail,uid=1000,gid=6,fmask=111,dmask=000,x-gvfs-show 0 0
/dev/disk/by-uuid/18831F1F5865B15D /mnt/18831F1F5865B15D auto nosuid,nodev,nofail,uid=1000,gid=6,fmask=111,dmask=000,x-gvfs-show 0 0
#/dev/disk/by-id/wwn-0x50014ee262548139-part1 /mnt/wwn-0x50014ee262548139-part1 auto nosuid,nodev,nofail,fmask=111,dmask=000,x-gvfs-show 0 0
#/dev/disk/by-id/wwn-0x5000c500be8ad832-part1 /mnt/wwn-0x5000c500be8ad832-part1 auto nosuid,nodev,nofail,fmask=111,dmask=000,x-gvfs-show 0 0
gelmou@zenon:~$ |
Partager