linrunner schrieb:
Die Rechte von /etc/fstab solltest Du keinesfalls ändern.
Stattdessen –> Bearbeiten von Systemdateien: Editor
Das habe ich gemacht.Mit folgendem Ergebnis.
fstab nach der Installation von Live-CD
# /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/sda6 during installation
UUID=f21f05fc-acba-40ef-a35a-aedd9c399f5c / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=5ca739ba-2c26-4f5c-92a2-a87c36c23b84 none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
Ergänzungen: /dev/sda7 home,/dev/sda8 boot und /dev/sda9 shared
# /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/sda6 during installation
UUID=f21f05fc-acba-40ef-a35a-aedd9c399f5c / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=5ca739ba-2c26-4f5c-92a2-a87c36c23b84 none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
# /v.Hd./dev/sda9: LABEL="shared"
UUID=37CB2D43741AE2A7 ntfs
# /v.Hd./dev/sda8: LABEL="boot"
UUID=03cbd6f5-a8c6-4257-8e35-cdb038f95601 /media ext2 defaults 2
# /v.Hd./dev/sda7: LABEL="home"
UUID=cfd11459-2759-4291-a1eb-501dfd09dadd /media ext4 defaults 2
# /v.Hd./dev/sda1: LABEL="WIN XP Prof"
UUID=D4088633088614A0 ntfs
Ende
Speicherung mit sudo mount -a bringt die Fehlermeldung:
Zeilen 14,20,22 fehlerhaft
was in diesen Zeilen fehlerhaft ist erkenne ich nicht.
Der Aufruf von fstab danach bringt
sepp@sepp-D1607:~$ sudo gedit /etc/fstab
[sudo] password for sepp:
(gedit:2589): Gtk-WARNING **: Calling Inhibit failed: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
Code
MfG
Nff