Author: Not specified Language: text
Description: Not specified Timestamp: 2012-11-10 11:28:39 -0500
View raw paste Reply
  1. root@P4:/# cat /etc/fstab
  2. # /etc/fstab: static file system information.
  3. #
  4. # Use 'blkid -o value -s UUID' to print the universally unique identifier
  5. # for a device; this may be used with UUID= as a more robust way to name
  6. # devices that works even if disks are added and removed. See fstab(5).
  7. #
  8. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  9. proc            /proc           proc    nodev,noexec,nosuid 0       0
  10. /dev/sda1       /               ext4    errors=remount-ro 0       1
  11. /dev/sda5       none            swap    sw              0       0
  12. /dev/fd0        /media/floppy0  auto    rw,user,noauto,exec,utf8 0       0
  13. root@P4:/#
  14.  
View raw paste Reply