daily pastebin goal
49%
SHARE
TWEET

fstab

a guest Nov 16th, 2016 29 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # /etc/fstab: static file system information.
  2. #
  3. # Use 'blkid' to print the universally unique identifier for a
  4. # device; this may be used with UUID= as a more robust way to name devices
  5. # that works even if disks are added and removed. See fstab(5).
  6. #
  7. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  8. # / was on /dev/sda1 during installation
  9. UUID=7f2ed629-a8b0-4ac2-a578-fea69edcc6e7 /               ext4    noatime,errors=remount-ro 0       1
  10. # /home was on /dev/sdb1 during installation
  11. UUID=a69a9a77-6d67-413b-917d-f7fdc3aebee1 /home           ext4    noatime,defaults        0       2
  12. /home   /export/home    none    bind    0   0
  13. # swap was on /dev/sdb2 during installation
  14. UUID=c4738357-f6c7-420c-8046-116087303062 none            swap    sw              0       0
  15. /dev/fd0        /media/floppy0  auto    rw,user,noauto,exec,utf8 0       0
  16. tmpfs     /dev/shm     tmpfs     defaults,noexec,nosuid     0     0
  17. #192.168.1.202:/mnt/wd  /media/octhome  nfs auto    0   0  
  18. /dev/sdc1   /hdd3   ext4    defaults    0   0
RAW Paste Data
Top