Advertisement
Guest User

Untitled

a guest
Sep 13th, 2012
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. root@atom0:~# 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/mapper/data-root / ext4 noatime,errors=remount-ro 0 1
  11. # /boot was on /dev/sda1 during installation
  12. UUID=186960b7-fe25-4a45-9996-da6bf389ef14 /boot ext2 defaults 0 2
  13. /dev/mapper/data-tmp /tmp ext4 noatime,nodev,nosuid 0 2
  14. /dev/mapper/data-swap none swap sw 0 0
  15. /dev/scd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
  16. /dev/data/ceph-logs /var/log/ceph ext4 rw,noatime 0 0
  17. /dev/disk/by-id/scsi-SATA_ST2000DL003-9VT_5YD4TMLT /var/lib/ceph/osd.0 btrfs rw,noatime,nofail 0 0
  18. /dev/disk/by-id/scsi-SATA_WDC_WD20EARS-00_WD-WCAZA3231872 /var/lib/ceph/osd.1 btrfs rw,noatime,nofail 0 0
  19. /dev/disk/by-id/scsi-SATA_WDC_WD20EARS-00_WD-WCAZA3259528 /var/lib/ceph/osd.2 btrfs rw,noatime,nofail 0 0
  20. /dev/disk/by-id/scsi-SATA_WDC_WD20EARS-00_WD-WCAZA3234139 /var/lib/ceph/osd.3 btrfs rw,noatime,nofail 0 0
  21. root@atom0:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement