Autor |
Nachricht |
|
Titel: permissions on windows partitions
Verfasst am: 05.07.2006, 16:59 Uhr
|
|
Anmeldung: 25. Jun 2006
Beiträge: 56
|
|
i just installed kanotix 2005-04 on a pc with windows xp. things went well (mostly), except that i can't access the windows partitions (hda1 & hdb1) when i'm not root. changing the permissions as root does work, but it takes a VERY long time, and it also reverts after a reboot. here's my fstab:
proc /proc proc defaults 0 0
usbfs /proc/bus/usb usbfs devmode=0666 0 0
/dev/hda5 / reiserfs defaults 0 1
/dev/hda1 /media/hda1 ntfs defaults 0 2
/dev/hdb1 /media/hdb1 ntfs defaults 0 2
/dev/hda6 none swap sw 0 0
/dev/cdrom /media/cdrom0 udf,iso9660 user,noauto 0 0
any ideas? thanks! |
Zuletzt bearbeitet von HK-47 am 05.07.2006, 21:46 Uhr, insgesamt ein Mal bearbeitet
|
|
|
|
 |
|
Titel: permissions on windows partitions
Verfasst am: 05.07.2006, 17:10 Uhr
|
|
Team Member


Anmeldung: 06. Mai 2005
Beiträge: 3087
Wohnort: berlin
|
|
what are you trying to do on the ntfs partitions?
they should be readable as of now.
writing is a different story.
greetz
devil |
_________________ <<We are Xorg - resistance is futile - you will be axximilated>>
Host/Kernel/OS "devilsbox" running[2.6.19-rc1-git5-kanotix-1KANOTIX-2006-01-RC4 ]
CPU Info AMD Athlon 64 3000+ clocked at [ 803.744 MHz ]
|
|
|
|
 |
|
Titel: RE: permissions on windows partitions
Verfasst am: 05.07.2006, 21:45 Uhr
|
|
Anmeldung: 25. Jun 2006
Beiträge: 56
|
|
well, i'm not brave enough to try to write to them yet. they are readable, but only as root. for some reason, normal users aren't even allowed to read hda1 and hdb1, unless i change the permissions for each and every file and folder as root every time i reboot. (and it takes a really, really, really long time too) |
|
|
|
|
 |
|
Titel: RE: permissions on windows partitions
Verfasst am: 05.07.2006, 21:47 Uhr
|
|

Anmeldung: 23. Sep 2004
Beiträge: 618
|
|
Code:
/dev/hda1 /media/hda1 ntfs users,umask=022 0 0
/dev/hdb1 /media/hdb1 ntfs users,umask=022 0 0
and you can read the partitions as user. |
_________________ Ich bin nicht die Signatur, ich Putz' hier nur
Nach Diktat spazieren gegangen
|
|
|
|
 |
|
Titel: RE: permissions on windows partitions
Verfasst am: 05.07.2006, 23:45 Uhr
|
|
Anmeldung: 25. Jun 2006
Beiträge: 56
|
|
|
|
 |
|
Titel: Re: RE: permissions on windows partitions
Verfasst am: 06.07.2006, 17:53 Uhr
|
|

Anmeldung: 21. Jun 2006
Beiträge: 193
Wohnort: Switzerland
|
|
towo2099 hat folgendes geschrieben::
/dev/hda1 /media/hda1 ntfs users,umask=022 0 0
/dev/hdb1 /media/hdb1 ntfs users,umask=022 0 0
AFAIK <umask=022> means that you have read and write (!) access ... I'm not sure if this is a good idea on a NTFS partition ... maybe it would be more secure to set
Code:
umask=222
|
_________________ Arlekin's Dream Ltd. | http://www.arlekin.ch/
- Bernd Villiger et al. | http://www.penguin.ch/
|
|
|
|
 |
|
Titel: Re: RE: permissions on windows partitions
Verfasst am: 25.07.2006, 11:08 Uhr
|
|

Anmeldung: 22. Sep 2005
Beiträge: 50
Wohnort: nähe Hamburg
|
|
Hatte das selbe Problem. Also DANKE für diesen Tipp
Hat mir echt den Tag gerettet XD |
_________________ AMD AthlonXP 2600+ @ 1909MHz, 512MB DDR2-RAM, 280GB HDD, ATI RADEON 9200
Kanotix Easter RC4
|
|
|
|
 |
|