LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 11-01-2003, 02:55 PM   #1
tobz
Member
 
Registered: Jul 2003
Location: MN
Distribution: Redhat 9/Fedora Core 2/Slack
Posts: 53

Rep: Reputation: 15
Firewire HD, Mounted but no Write


I've searched the forums, and I found an amazingly high number of threads on this topic, but I still couldn't dig up any answers, so I decided to make my own post.

I have a Firewire HD, I can mount it fine. I can copy from it, listen to my music, etc. But I cannot write to it.

I tried chmod 'ing it to 777, but it doesn't let me. I get "operation not permitted" errors.

I was thinking of just reformatting the drive, but I'd like to try a few other things first, so if you would like to lend a hand, I'd appreciate it.

For reference, I used this and it worked just fine, but still no write.

mount /dev/sda5 -t vfat /storage

And my /etc/fstab file contains zero lines related to /dev/sda5.

tobz
 
Old 11-01-2003, 03:17 PM   #2
quatsch
LQ Addict
 
Registered: Aug 2003
Location: New York, NY
Distribution: gentoo, gentooPPC
Posts: 1,661

Rep: Reputation: 48
try this:
mount -t vfat -o rw -o umask=0 /dev/sda5 /storage

if this works, add to fstab:
/dev/sda5 /storage vfat auto,rw,umask=0 0 0

rw stands for read-write, umask=0 basically means that no restrictions on any user, auto specifies that it gets mounted automatically at boot.
 
Old 11-01-2003, 03:25 PM   #3
tobz
Member
 
Registered: Jul 2003
Location: MN
Distribution: Redhat 9/Fedora Core 2/Slack
Posts: 53

Original Poster
Rep: Reputation: 15
Thank you very much, as that helped greatly! One question though...

I had a few files (actually, a couple hundred), that must have had some permissions that were read-only (or similar), because for each individual file, a little pop-up box told me "Could not change permissions for xx.x" What part of the mount command tries to change the permissions as it writes the file? Is it the "auto" part? Just curious.

Normally I would just try it out, but I have semi-sensitive data backed up on my drive that I don't want lost. Thanks.

T.J.
 
Old 11-01-2003, 03:26 PM   #4
tobz
Member
 
Registered: Jul 2003
Location: MN
Distribution: Redhat 9/Fedora Core 2/Slack
Posts: 53

Original Poster
Rep: Reputation: 15
Disregard what I wrote about the auto part sentence. But I am still curious as to what tries to change the files permissions.
 
Old 11-01-2003, 03:39 PM   #5
quatsch
LQ Addict
 
Registered: Aug 2003
Location: New York, NY
Distribution: gentoo, gentooPPC
Posts: 1,661

Rep: Reputation: 48
I'm not sure what it is that tries to change the permissions but the problem is that vfat does not support file permissions and this is why you get those error messages and why you have to set permissions through mount options or in fstab. If you don't want to see them, you can add a quiet option:
/dev/sda5 /storage vfat auto,quiet,rw,umask=0 0 0
 
Old 11-01-2003, 04:20 PM   #6
tobz
Member
 
Registered: Jul 2003
Location: MN
Distribution: Redhat 9/Fedora Core 2/Slack
Posts: 53

Original Poster
Rep: Reputation: 15
Thanks!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
firewire hdd will not stay read-write solemar Mandriva 4 07-04-2005 06:46 AM
cant write on my mounted drives Niflheim Linux - Newbie 5 03-26-2005 09:51 PM
can not write data to Mounted partition thachphathien Linux - Newbie 1 09-30-2004 12:41 PM
mounted but no write permissions varunk123456 Linux From Scratch 1 03-31-2004 02:55 PM
mounted but no write permission varunk123456 Red Hat 1 03-31-2004 02:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 03:00 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration