• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

USB-HDD mit NTFS bei 10.3 automatisch schreibbar einbinden

OP
P

pilus

Hacker
linux-buero:/home/josef # mount
/dev/sda2 on / type ext3 (rw,acl,user_xattr)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
debugfs on /sys/kernel/debug type debugfs (rw)
udev on /dev type tmpfs (rw)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
/dev/sda3 on /home type ext3 (rw,acl,user_xattr)
/dev/sdb3 on /home/josef/JOSEF type ext3 (rw)
securityfs on /sys/kernel/security type securityfs (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
linux-buero:/home/josef #
 
OP
P

pilus

Hacker
ja, sehe ich auch, aber wieso nicht? ich habe auf jeden Fall vollen Zugriff auf die externe USB-Platte. Ist doch komisch, oder?

habe auf Konsole man ntfs-3g eingegeben und so den Treiber nochmal aktiviert. mal sehen
 
OP
P

pilus

Hacker
das spuckt er aus, wenn ich manuell mounten möchte:
linux-buero:/etc # mount -t ntfs-3g -o rw,gid=users,umask=0002 /dev/sdc1 /home/josef/NTFS
$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sdc1': Die Operation wird nicht unterstützt
Mount is denied because NTFS is marked to be in use. Choose one action:

Choice 1: If you have Windows then disconnect the external devices by
clicking on the 'Safely Remove Hardware' icon in the Windows
taskbar then shutdown Windows cleanly.

Choice 2: If you don't have Windows then you can use the 'force' option for
your own responsibility. For example type on the command line:

mount -t ntfs-3g /dev/sdc1 /home/josef/NTFS -o force

Or add the option to the relevant row in the /etc/fstab file:

/dev/sdc1 /home/josef/NTFS ntfs-3g defaults,force 0 0
linux-buero:/etc #
Ich vermute, das liegt daran, dass die Platte doch gemountet ist durch automount, aber beim mount-Befehl nicht angezeigt wird.
 
Oben