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
|