terzeman@Fujitsu-Ubuntu:~$ 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/sda2 during installation
UUID=aca94535-57aa-4863-9b06-edec253c3702 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=e8cec772-750c-4227-8cb2-d09650c34a2b none swap sw 0 0
UUID=41296221-6b10-42b2-aa30-1efa20cd72ed /mnt/Daten auto nosuid,nodev,nofail,x-gvfs-show 0 0
terzeman@Fujitsu-Ubuntu:~$ sudo blkid
[sudo] password for terzeman:
/dev/sda1: LABEL="Daten" UUID="41296221-6b10-42b2-aa30-1efa20cd72ed" TYPE="ext4"
/dev/sdb2: UUID="aca94535-57aa-4863-9b06-edec253c3702" TYPE="ext4"
/dev/sdb5: UUID="e8cec772-750c-4227-8cb2-d09650c34a2b" TYPE="swap"
terzeman@Fujitsu-Ubuntu:~$ sudo parted -l
Modell: ATA WDC WD10SPCX-24H (scsi)
Festplatte /dev/sda: 1000GB
Sektorgröße (logisch/physisch): 512B/4096B
Partitionstabelle: msdos
Nummer Anfang Ende Größe Typ Dateisystem Flags
1 1049kB 1000GB 1000GB primary ext4
Modell: ATA SAMSUNG MZ7LN256 (scsi)
Festplatte /dev/sdb: 256GB
Sektorgröße (logisch/physisch): 512B/512B
Partitionstabelle: msdos
Nummer Anfang Ende Größe Typ Dateisystem Flags
1 1048kB 16,4GB 16,4GB extended
5 1049kB 16,4GB 16,4GB logical linux-swap(v1)
2 16,4GB 256GB 240GB primary ext4 boot