[GELÖST]Automatisches Mounten einer NTFS-Partition ohne Root-Passwort

Started by Isegrimm666, 2023/12/03, 11:29:15

Previous topic - Next topic

Isegrimm666

Guten Morgen ...

Ich habe eine Partition, die ich als Dateiablage nutze und die ich im Dualboot-System von beiden 'Welten' anspreche.

Die Partition wird über die /etc/fstab beim Systemstart automatisch gemounted:


# /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>
UUID=F091-5BCC                            /boot/efi      vfat    umask=0077 0 2
UUID=b80f9c26-03c5-4aad-b1ec-b24fefb8075a /              ext4    defaults,noatime 0 1
tmpfs                                     /tmp           tmpfs   defaults,noatime,mode=1777 0 0

# Datenpartition mounten
UUID=6074BB6512598583                     /mnt/FILES     ntfs    auto,users 0 0


Soweit ist auch alles in Ordnung.

Was mich aber etwas stört, ist, dass das System, sobald der Desktop (KDE) geladen ist, über ein Dialogfenster das root-PW verlangt.

Wie kann ich die Partition ohne PW-Abfrage mounten?

Ich habe schon einiges im Internet dazu gefunden ... NTFS lässt sich wohl nicht ohne Root-Zustimmung mounten.

Oder?


Isegrimm666

Danke ...

... die hatte ich durch und deshalb den 'user'-Eintrag hinzugefügt.

Ich habe aber gerade gemerkt, dass es in meinem Post um die falsche Partition ging ... 'angemeckert' wird die Windows-System-Partition ... und da ist die PW-Abfrage nicht verkehrt.