[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

XP-Partition als user (für user lesbar) mounten



Hallo,

Ich habe folgendes Problem: In meiner /etc/fstab habe ich sowohl eine fat-
als auch eine ntfs-Partition so eingetragen, dass sie durch einen normalen
user lesbar gemountet werden sollen könnte - folgendes tritt auf:

axel@papas:~$ mount
/dev/ide/host0/bus0/target0/lun0/part7 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
axel@papas:~$ mount /winrec
axel@papas:~$ mount /winxp
axel@papas:~$ mount
/dev/ide/host0/bus0/target0/lun0/part7 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
/dev/ide/host0/bus0/target0/lun0/part5 on /winrec type vfat (ro,noexec,nosuid,nodev,user=axel)
/dev/ide/host0/bus0/target0/lun0/part1 on /winxp type ntfs (ro,noexec,nosuid,nodev,user=axel)
axel@papas:~$

aber:

axel@papas:/$ ls -l /
insgesamt 104
...
drwxr--r--    7 axel     axel         8192 1970-01-01 01:00 winrec
dr-x------    1 root     root         8192 2004-02-03 21:38 winxp
axel@papas:/$

Auch als root kann ich die Rechte der XP-Partition nachträglich nicht
ändern und die sie trotz 'mount -w' auch nur lesend mounten. (Auch
wenn der mount Befehl dann die Partition als 'rw' anzeigt)

Meine /etc/fstab:

# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>               <dump>  <pass>
/dev/hda7       /               ext3    errors=remount-ro       0       1
/dev/hda6       none            swap    sw                      0       0
proc            /proc           proc    defaults                0       0
#/dev/fd0       /floppy         auto    user,noauto             0       0
/dev/cdroms/cdrom0      /dvd    iso9660 ro,user,noauto          0       0
/dev/cdroms/cdrom1      /cdr    iso9660 ro,user,noauto          0       0
/dev/sde1       /s5000          vfat    ro,user,noauto          0       0
/dev/hda5       /winrec         vfat    ro,user,noauto          0       0
/dev/hda1       /winxp          ntfs    ro,user,noauto          0       0

Ist das ein Bug oder Feature? ;-) Oder wie bekomme ich es hin, dass die
Partition durch den user gemountet oder zumindest gelesen werden kann?

Danke schon mal.

Axel.


P.S.: Ein ähnliches Problem hatte ich auch mit meiner Digitalkamera
(/s5000), was ich aber zur Zeit leider nicht genauer verifizieren kann, da
ich momentan jedesmal eine Kernel-Panic bekomme sobald ich sie anschliesse
und -schalte. :-(



Reply to: