Siduction Forum

Siduction Forum => Software - Support => Topic started by: Isegrimm666 on 2023/12/03, 11:29:15

Title: [GELÖST]Automatisches Mounten einer NTFS-Partition ohne Root-Passwort
Post by: Isegrimm666 on 2023/12/03, 11:29:15
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?
Title: Re: Automatisches Mounten einer NTFS-Partition ohne Root-Passwort
Post by: lila on 2023/12/03, 12:24:04
vielleicht gibt dir die man fstab einigen Aufschluß ? https://manpages.debian.org/unstable/manpages-de/fstab.5.de.html (https://manpages.debian.org/unstable/manpages-de/fstab.5.de.html)

edit
oder hier https://manpages-debian-org.translate.goog/bookworm/mount/mount.8.en.html?_x_tr_sl=en&_x_tr_tl=de&_x_tr_hl=de&_x_tr_pto=sc (https://manpages-debian-org.translate.goog/bookworm/mount/mount.8.en.html?_x_tr_sl=en&_x_tr_tl=de&_x_tr_hl=de&_x_tr_pto=sc)




Title: Re: Automatisches Mounten einer NTFS-Partition ohne Root-Passwort
Post by: Isegrimm666 on 2023/12/03, 12:30:32
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.
Title: Re: [GELÖST]Automatisches Mounten einer NTFS-Partition ohne Root-Passwort
Post by: lila on 2023/12/03, 12:35:47
ok - "users " ist wohl gemeint   ;)