|
if you know the command for add/remove programs, go to a terminal window and type that program as a -su then the program will be able to see your mounted disc.
I have the same problem viewing anything that is mounted because the root id is the one that mounts these drives. Any other user starting the application will not have access by default. YOu need to set some parameters in fstab it seems.
I read something like this in another forum
dev/hda2 /win ntfs user,noauto,umask=0277,uid=1000,gid=1000 0 0
will make it available to all users, then your applications will start accessing the mounts okay.
Currently as a workaround i do the same thing for my XMMS player. I go to the terminal window and run the program as an su so that it can acess all the mounted partitions and discs.
Hope this helps
kris
|