daily pastebin goal
23%
SHARE
TWEET

Untitled

a guest Sep 15th, 2012 14 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.                                                     proc            /proc         proc    nodev,noexec,nosuid    0       0
  9. # / was on /dev/sdc1 during installation
  10. LABEL=LinuxOS1                                                      /             ext4    errors=remount-ro     0       1
  11. # swap was on /dev/sdc6 during installation
  12. LABEL=Swap                                        none                           swap         sw              0       0
  13. # LinuxData was on /dev/sdb2 during installation
  14. LABEL=LinuxData                                            /media/LinuxData            ext4      defaults       0        2  
  15.  
  16.  
  17.  
  18. ~$ sudo blkid
  19. /dev/zram0: UUID="b3ddca52-96c6-43d2-a9f1-7fe5b33bb5a4" TYPE="swap"
  20. /dev/sda1: LABEL="PQSERVICE" UUID="16D9-B5D2" TYPE="vfat"
  21. /dev/sda2: LABEL="ACER" UUID="80B077A7B077A1F8" TYPE="ntfs"
  22. /dev/sda3: LABEL="ACERDATA" UUID="4850-BCF8" TYPE="vfat"
  23. /dev/sdb1: LABEL="LinuxOS1" UUID="d155442f-8509-4171-adda-d4ff8c8960a9" TYPE="ext4"
  24. /dev/sdb2: LABEL="LinuxData" UUID="86239bc9-8bfe-4d3a-8c9a-4885cd2bdb61" TYPE="ext4"
  25. /dev/sdb3: LABEL="LinuxOS2" UUID="11be46de-739e-460b-92cd-80bcbb2dbf89" TYPE="ext4"
  26. /dev/sdb5: LABEL="LinuxOS3" UUID="d4b89e63-48a3-4db2-87a3-68232b32b58b" TYPE="ext4"
  27. /dev/sdb6: LABEL="Swap" UUID="f207d629-fc09-408b-939f-2f5903864aad" TYPE="swap"
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top