Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
USB mounting problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
natedizzle
n00b
n00b


Joined: 01 Dec 2006
Posts: 2

PostPosted: Fri Dec 01, 2006 11:44 pm    Post subject: USB mounting problem Reply with quote

I have a couple of external hard drive enclosures that I use with my Gentoo box from time to time. They are formatted with NTFS. Until recently, I could plug them in and Hal, dbus, and kde would mount them for me.

Now they are not working properly. When I plug them in, they get mounted but they are owned by root, and only accessible by root. So as root i try to make a directory or file on then drive and it tells me "operation not permitted." The permissions for the folder and the files are at least RWX for owner, so it's not a permissions issue.

If I manually mount them, I get the same problem. No matter the permissions, I can't write to the disk.

mount reports that they are mounted rw.

If I use my flash drive (FAT) it gets mounted automatically and works.

Any idea of the problem?
Back to top
View user's profile Send private message
geforce
l33t
l33t


Joined: 29 Dec 2003
Posts: 654
Location: Canada

PostPosted: Sat Dec 02, 2006 3:47 pm    Post subject: Reply with quote

unless you use new ntfs drivers (like linux-ntfs), NTFS writing support is very limited or should I say do not exists.


even if it's mounted RW, you won't be able to write on it since the driver only support reading on ntfs


It's normal that you can write on the FAT drive since there is the writing support .



And for the drivers mounted for root, i suggest you to try adding this line to FSTAB and mount it manually to see if it works

Code:

/dev/hdaX          /mnt/MOUNT_POINT          NTFS           user,exec,umask=000         0 0




Phil
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum