kanotix.com

General Support - read-write access to ntfs (SOLVED)

coyotl - 10.04.2011, 09:01 Uhr
Titel: read-write access to ntfs (SOLVED)
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

coyotl - 10.04.2011, 10:27 Uhr
Titel: RE: read-write access to ntfs
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]
Kano - 10.04.2011, 13:48 Uhr
Titel: RE: read-write access to ntfs
You can use just: defaults for ntfs. Also ntfs instead of ntfs-3g is possible - ntfs is always mounted with ntfs-3g.
Alle Zeiten sind GMT + 1 Stunde
PNphpBB2 © 2003-2007