Δημοσιεύτηκε: 22 Φεβ 2013, 17:01
Εδω kubuntu dev/sdb:
- Κώδικας: Επιλογή όλων
freefour@freefour-EX58-DS4:~$ cat /etc/fstab
# /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>
# / was on /dev/sdb1 during installation
UUID=2d1c72b3-aed2-4e2e-a8cb-12a0a1a32932 / ext4 errors=remount-ro 0 1
# swap was on /dev/sdb5 during installation
UUID=8e96d158-75ab-4e2b-b8a5-727a68c3d2b7 none swap sw 0 0
freefour@freefour-EX58-DS4:~$ sudo blkid
[sudo] password for freefour:
/dev/sda1: LABEL="System Reserved" UUID="FCB818CFB81889F2" TYPE="ntfs"
/dev/sda2: UUID="7664283C6427FE0D" TYPE="ntfs"
/dev/sda5: UUID="518acb8a-ff1b-4eaf-9e11-16db0ada1e15" TYPE="ext4"
/dev/sdb1: UUID="2d1c72b3-aed2-4e2e-a8cb-12a0a1a32932" TYPE="ext4"
/dev/sdb5: UUID="8e96d158-75ab-4e2b-b8a5-727a68c3d2b7" TYPE="swap"
freefour@freefour-EX58-DS4:~$