Kimarite

fstab + USB modem

Jul 21st, 2011
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. # /etc/fstab: static file system information.
  2. #
  3. # Use 'blkid -o value -s UUID' to print the universally unique identifier
  4. # for a device; this may be used with UUID= as a more robust way to name
  5. # devices that works even if disks are added and removed. See fstab(5).
  6. #
  7. # <file system> <mount point> <type> <options> <dump> <pass>
  8. proc /proc proc defaults 0 0
  9. # / was on /dev/sdb8 during installation
  10. UUID=5a0a446d-378c-40a8-96ef-903e2efd0d7e / ext4 errors=remount-ro 0 1
  11. # /home was on /dev/sdb9 during installation
  12. UUID=5efcfcb1-b997-455f-9391-442c060e4cc8 /home ext4 defaults 0 2
  13. # swap was on /dev/sdb5 during installation
  14. UUID=da90b410-7985-4674-9179-f187a58cc891 none swap sw 0 0
  15.  
  16. /dev/sdc /media/MOD vfat rw,nosuid,nodev,uhelper=udisks,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,flush
  17. /dev/sr2 /media/Z810_260XX iso9660 ro,nosuid,nodev,uhelper=udisks,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500
  18. /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
  19. /dev/scd1 /media/cdrom1 udf,iso9660 user,noauto,exec,utf8 0 0
  20. /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
Advertisement
Add Comment
Please, Sign In to add comment