Imaginer
Diamond Member
I have used the mount command as follows under a konsole window in Debian.
mount -t ntfs -r /dev/hda1 winxp
where winxp is the folder i created to mount my Windows XP drive to.
I can see everything fine under root and run everything fine under the root account, problem is, i want to be able to mount so that other accounts (such as my non root one) to be able to see it.
Since i can't use the mount command under anything else but root, i have tried changing the groups my non root account was in and even making it root itself but it would not work that way. Even with the it under the root group, it can't use the mount command.
I know you can edit the fstab but i don't want to make anything permanent just yet.
Any help would be appreciated.
mount -t ntfs -r /dev/hda1 winxp
where winxp is the folder i created to mount my Windows XP drive to.
I can see everything fine under root and run everything fine under the root account, problem is, i want to be able to mount so that other accounts (such as my non root one) to be able to see it.
Since i can't use the mount command under anything else but root, i have tried changing the groups my non root account was in and even making it root itself but it would not work that way. Even with the it under the root group, it can't use the mount command.
I know you can edit the fstab but i don't want to make anything permanent just yet.
Any help would be appreciated.