- # /etc/fstab: static file system information.
- #
- # Use 'blkid' to print the universally unique identifier for a
- # device; this may be used with UUID= as a more robust way to name devices
- # that works even if disks are added and removed. See fstab(5).
- #
- # <file system> <mount point> <type> <options> <dump> <pass>
- proc /proc proc nodev,noexec,nosuid 0 0
- # / was on /dev/sdc1 during installation
- LABEL=LinuxOS1 / ext4 errors=remount-ro 0 1
- # swap was on /dev/sdc6 during installation
- LABEL=Swap none swap sw 0 0
- # LinuxData was on /dev/sdb2 during installation
- LABEL=LinuxData /media/LinuxData ext4 defaults 0 2
- ~$ sudo blkid
- /dev/zram0: UUID="b3ddca52-96c6-43d2-a9f1-7fe5b33bb5a4" TYPE="swap"
- /dev/sda1: LABEL="PQSERVICE" UUID="16D9-B5D2" TYPE="vfat"
- /dev/sda2: LABEL="ACER" UUID="80B077A7B077A1F8" TYPE="ntfs"
- /dev/sda3: LABEL="ACERDATA" UUID="4850-BCF8" TYPE="vfat"
- /dev/sdb1: LABEL="LinuxOS1" UUID="d155442f-8509-4171-adda-d4ff8c8960a9" TYPE="ext4"
- /dev/sdb2: LABEL="LinuxData" UUID="86239bc9-8bfe-4d3a-8c9a-4885cd2bdb61" TYPE="ext4"
- /dev/sdb3: LABEL="LinuxOS2" UUID="11be46de-739e-460b-92cd-80bcbb2dbf89" TYPE="ext4"
- /dev/sdb5: LABEL="LinuxOS3" UUID="d4b89e63-48a3-4db2-87a3-68232b32b58b" TYPE="ext4"
- /dev/sdb6: LABEL="Swap" UUID="f207d629-fc09-408b-939f-2f5903864aad" TYPE="swap"
SHARE
TWEET
Untitled
a guest
Sep 15th, 2012
14
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
RAW Paste Data

