0 Mitglieder und 1 Gast betrachten dieses Thema.
sudo xed /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/sda1 during installationUUID=1234-5678-9765-4321 / ext4 errors=remount-ro 0 1
blkid
heike@heike-System-Product-Name:~$ sudo blkid[sudo] Passwort für heike: /dev/sda1: UUID="03020-6ae3-06fa-aa00-26367ba0c333" TYPE="ext4" PARTUUID="002233b3-03"/dev/sda2: UUID="303235-2bf5-0e50-8058-206d83972a3c" TYPE="ext4" PARTUUID="3302093b3-02"/dev/sdb1: LABEL="System-reserviert" UUID="0303C8F066C8RFC3" TYPE="ntfs" PARTUUID="h23e033d-03"/dev/sdb2: UUID="360ECAC80ECA9FDB" TYPE="ntfs" PARTUUID="b03h503d-02"/dev/sdb3: UUID="2ed55cc0-a78f-0823-99fa-66dda3f0303" TYPE="swap" PARTUUID="b08e503d-03"/dev/sdb4: LABEL="HD" UUID="b7bd008b-0032-0530-8b93-5bc500e3bf9a" TYPE="ext4" PARTUUID="b08e506d-00"
sudo -H xed ....
sudo nano ....
sudo sh -c 'echo "UUID=xxxxxxxxxxxxxxxxxxxxxx /run/media/xxx/ ext4 defaults 0 2" >> /etc/fstab'
Wie oder was muss Ich eintragen um eine Partition/HD in fstab ein zu tragen : ( mate19,1)Code: [Auswählen]sudo xed /etc/fstabCode: [Auswählen]# /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/sda1 during installationUUID=1234-5678-9765-4321 / ext4 errors=remount-ro 0 1Mit gparted kann mann die UUID lesen aber wie sieht die Eintragung aus
ok also nur noch sudo -h
sudo blkid
lsblk
Wo soll man denn mount piont rausfinden
Habe es so gemacht aber noch nicht eingetragenUUID=b7bd008b-0032-0530-8b93-5bc500e3bf9a ext4 defaults 0 0