Autor |
Nachricht |
|
Titel: read-write access to ntfs (SOLVED)
Verfasst am: 10.04.2011, 09:01 Uhr
|
|
Anmeldung: 05. Apr 2011
Beiträge: 79
Wohnort: Norway
|
|
I'm being asked for root password when trying to access my XP partition in Dolphin.
Can this be changed?
I have done a search but no useful info found.
My fstab:
Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
#Entry for /dev/sda2 :
UUID=fab2dc4d-40c7-49d2-82d3-918bd54c50e2 / ext4 errors=remount-ro 0 1
#Entry for /dev/sda3 :
UUID=6e5e5fe6-2722-4d08-ad65-6382e120a0c0 /home ext3 defaults 0 2
#Entry for /dev/sda1 :
UUID=F8F42D4FF42D1204 /media/sda1 ntfs-3g gid=users,umask=0022,noauto,locale=nb_NO.UTF-8 0 0
#Entry for /dev/sda4 :
UUID=98dd2d1c-cc0e-4c44-ba2a-8ad7d7a9d0c9 none swap sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
|
Zuletzt bearbeitet von coyotl am 10.04.2011, 12:39 Uhr, insgesamt ein Mal bearbeitet
|
|
|
|
 |
|
Titel: RE: read-write access to ntfs
Verfasst am: 10.04.2011, 10:27 Uhr
|
|
Anmeldung: 05. Apr 2011
Beiträge: 79
Wohnort: Norway
|
|
ok, got it working set to mount at boot
Not sure if all my changes are necessary. Got rid of uuid as my setup is simple and i want to use lilo. Now I just click on the folder.
fstab:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
[/code]
proc /proc proc defaults 0 0
#UUID=F8F42D4FF42D1204 /media/sda1 ntfs-3g users,locale=nb_NO.UTF-8, uid=stein,gid=stein 0 0
/dev/sda1 /media/sda1 ntfs-3g users,locale=nb_NO.UTF-8,uid=stein,gid=stein 0 0
#Entry for /dev/sda2 :
#UUID=fab2dc4d-40c7-49d2-82d3-918bd54c50e2 / ext4 errors=remount-ro 0 1
/dev/sda2 / ext4 errors=remount-ro 0 1
#Entry for /dev/sda3 :
#UUID=6e5e5fe6-2722-4d08-ad65-6382e120a0c0 /home ext3 defaults 0 2
/dev/sda3 /home ext3 defaults 0 2
#UUID=98dd2d1c-cc0e-4c44-ba2a-8ad7d7a9d0c9 none swap sw 0 0
/dev/sda4 none swap sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto noauto,users 0 0
[/code] |
|
|
|
|
 |
|
Titel: RE: read-write access to ntfs
Verfasst am: 10.04.2011, 13:48 Uhr
|
|
Anmeldung: 17. Dez 2003
Beiträge: 16792
|
|
You can use just: defaults for ntfs. Also ntfs instead of ntfs-3g is possible - ntfs is always mounted with ntfs-3g. |
|
|
|
|
 |
|
|
|