View previous topic :: View next topic |
Author |
Message |
craftyc Guest
|
Posted: Thu May 23, 2002 3:20 pm Post subject: Writing to a FAT32 Partition |
|
|
Is it possible to write to a FAT32 partition as a normal user? If so, how could this be done?
Thanks in advance. |
|
Back to top |
|
 |
id10t Tux's lil' helper

Joined: 18 May 2002 Posts: 100
|
Posted: Thu May 23, 2002 3:26 pm Post subject: |
|
|
In /etc/fstab, either specify the user option and mount it as a user, or change the mode to 0777 _________________ ---
this space for rent |
|
Back to top |
|
 |
craftyc Guru

Joined: 23 May 2002 Posts: 443 Location: Behind You.
|
Posted: Thu May 23, 2002 4:43 pm Post subject: |
|
|
Does the user have to be part of any group to be able to mount? I get an error saying only root can do that. I have edited /etc/fstab and added the appropriate settings (ie add the user option, under options).
What am I doing wrong? _________________ Postcount ++ |
|
Back to top |
|
 |
wheatstraw n00b


Joined: 23 Apr 2002 Posts: 15 Location: Florida
|
Posted: Thu May 23, 2002 5:17 pm Post subject: mount |
|
|
AFIK, you have to be root to use the mount command. This is for security purposes. If you add an entry to /etc/fstab to mount the fat32 drive at boot, then you should be able to write to it as a user, as long as the permissions of the directory allow it. |
|
Back to top |
|
 |
craftyc Guru

Joined: 23 May 2002 Posts: 443 Location: Behind You.
|
Posted: Thu May 23, 2002 5:32 pm Post subject: |
|
|
I've got it working. I was typing the wrong command (mount /dev/hda1 /mnt/windows). I have to type just mount /dev/hda1.
Thanks for your help. _________________ Postcount ++ |
|
Back to top |
|
 |
|