• 24.04.2026, 11:01
  • Register
  • Login
  • You are not logged in.

 

Dear visitor, welcome to Aqua Computer Forum. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Eumel

God

Ubuntu - NTFS nur als Root lesbar?

Thursday, October 27th 2005, 6:25pm

Hi!

Kann man das irgendwie ändern, dass man auf NTFS-Partitionen nur mit Root-Rechten zugreifen kann?

MfG
"I've always said, the Web is the sum of all human knowledge plus porn.", Ron Gilbert
UltraStar Manager 1.7.2 | Infos zu meinem PC | .o0 DeathSpank 0o.

Y0Gi

God

Re: Ubuntu - NTFS nur als Root lesbar?

Thursday, October 27th 2005, 6:36pm

ja, müsstest du in der /etc/fstab anpassen. vielleicht reicht es auch, die rechte für den ordner, in den du das mountest, für nicht-roots anzupassen.

Azr@el

Full Member

Re: Ubuntu - NTFS nur als Root lesbar?

Thursday, October 27th 2005, 10:28pm

du müsstest mit der option umask=022 z.b. mounten

entweder mit mount -o umask=022 oder in die fstab eintragen

und achte drauf das die rechter des ordners, in den du mountest richtig sind ;)
Jabber-ID: |Azrael|@jabber.ccc.org

Eumel

God

Re: Ubuntu - NTFS nur als Root lesbar?

Friday, October 28th 2005, 4:55pm

Ich hab jetzt mal das "defaults" aus der fstab geändert in "ro,auto,user,noexec", aber dann war das mounten nicht erfolgreich :-/

Quoted

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda3 / ext3 defaults,errors=remount-ro 0 1
/dev/hdb1 /media/hdb1 ntfs auto,user,noexec,ro 0 0
/dev/hda6 /media/transfer vfat defaults 0 0
/dev/hda4 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hdd /media/cdrom1 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0


So geht's nun, aber immernoch root-Rechte benötigt... :-(

MfG
"I've always said, the Web is the sum of all human knowledge plus porn.", Ron Gilbert
UltraStar Manager 1.7.2 | Infos zu meinem PC | .o0 DeathSpank 0o.

Y0Gi

God

Re: Ubuntu - NTFS nur als Root lesbar?

Friday, October 28th 2005, 5:31pm

auto bewirkt, dass bereits beim systemstart gemountet wird. das scheint mir nicht ganz mit dem übereinzukommen, was du hier als ziel beschrieben hast :)

user impliziert übrigens noexec, soweit nicht anders angegeben.

stimmen auch die rechte für /media/hdb1?

Eumel

God

Re: Ubuntu - NTFS nur als Root lesbar?

Friday, October 28th 2005, 7:47pm

Doch doch. "auto" ist schon korrekt.

So schaut's nun aus, wenn es funktioniert ;) :

Quoted

/etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda3 / ext3 defaults,errors=remount-ro 0 1
/dev/hdb1 /media/windows_e ntfs ro,user,auto,nls=utf8,uid=1000,gid=1000 0 0
/dev/hda5 /media/windows_d ntfs ro,user,auto,nls=utf8,uid=1000,gid=1000 0 0

/dev/hda6 /media/transfer vfat defaults 0 0
/dev/hda4 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hdd /media/cdrom1 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0


MfG :)
"I've always said, the Web is the sum of all human knowledge plus porn.", Ron Gilbert
UltraStar Manager 1.7.2 | Infos zu meinem PC | .o0 DeathSpank 0o.