Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # /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).
- #
- # <file system> <mount point> <type> <options> <dump> <pass>
- proc /proc proc defaults 0 0
- # / was on /dev/sdb8 during installation
- UUID=5a0a446d-378c-40a8-96ef-903e2efd0d7e / ext4 errors=remount-ro 0 1
- # /home was on /dev/sdb9 during installation
- UUID=5efcfcb1-b997-455f-9391-442c060e4cc8 /home ext4 defaults 0 2
- # swap was on /dev/sdb5 during installation
- UUID=da90b410-7985-4674-9179-f187a58cc891 none swap sw 0 0
- /dev/sdc /media/MOD vfat rw,nosuid,nodev,uhelper=udisks,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,flush
- /dev/sr2 /media/Z810_260XX iso9660 ro,nosuid,nodev,uhelper=udisks,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500
- /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
- /dev/scd1 /media/cdrom1 udf,iso9660 user,noauto,exec,utf8 0 0
- /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
Advertisement
Add Comment
Please, Sign In to add comment