Δημοσιεύτηκε: 22 Φεβ 2013, 16:56
Τον κώδικα και τα αποτελέσματα του τερματικού τα βάζουμε σε BBCode Tags . Κοίτα εδώ πως.
Εδω απο ubuntu dev/sda: 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>
proc /proc proc nodev,noexec,nosuid 0 0
UUID=518acb8a-ff1b-4eaf-9e11-16db0ada1e15 / ext4 errors=remount-ro 0 1 # /dev/sda5: Ubuntu
UUID=24a67bbc-60df-49be-8c29-d882c8168346 none swap sw 0 0 # Swap partition
UUID=7664283C6427FE0D /media/Windows ntfs defaults 0 0 # /dev/sda2: Windows
UUID=a00bc831-0863-4a7a-bae2-df846b8b6f21 /mnt/Fedora ext4 defaults 0 0 # /dev/sdb1: fedora 18
UUID=1069fce9-2011-4105-b748-72a3df05b668 /media/Mint ext4 defaults 0 0 # /dev/sdb6: Mint Cinnamon
freefour@freefour-EX58-DS4:~$ sudo blkid
[sudo] password for freefour:
Sorry, try again.
[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:~$