Jump to content

acces denied to write to fat32 partition


Guest winnezele
 Share

Recommended Posts

Guest winnezele

Hi, I am a newbie to Linux. I made a new partition next to my Windows XP and Mandrake partition. The idea of the fat32 partition was to have acces to files on this partion both from XP and Mandrake. What should I do to be able to write to this f32 part?

greetz

Link to comment
Share on other sites

You should be able to write to it automatically.

 

If you can, post your /etc/fstab here.

 

When you're in Linux, open a terminal and type

cat /etc/fstab

and post the result here. That should help us determine what we need to do.

Link to comment
Share on other sites

Guest winnezele

[wilfried@localhost wilfried]$ su

Password:

[root@localhost wilfried]# cat /etc/fstab

/dev/hda7 / ext3 defaults 1 1

none /dev/pts devpts mode=0620 0 0

none /mnt/cdrom supermount dev=/dev/scd0,fs=udf:iso9660,ro,--,iocharset=iso8859-15 0 0

none /mnt/floppy supermount dev=/dev/fd0,fs=ext2:vfat,--,umask=0,codepage=850,iocharset=iso8859-15,sync 0 0

/dev/hda1 /mnt/win_c ntfs umask=0,iocharset=iso8859-15,ro 0 0

/dev/hdb1 /mnt/win_c2 ntfs umask=0,iocharset=iso8859-15,ro 0 0

/dev/hda5 /mnt/win_d ntfs umask=0,iocharset=iso8859-15,ro 0 0

none /proc proc defaults 0 0

/dev/hda6 swap swap defaults 0 0

/dev/hda8 swap swap defaults 0 0

[root@localhost wilfried]#

 

too many partitions?

greetz

Link to comment
Share on other sites

[wilfried@localhost wilfried]$ su

Password:

[root@localhost wilfried]# cat /etc/fstab

/dev/hda7 / ext3 defaults 1 1

none /dev/pts devpts mode=0620 0 0

none /mnt/cdrom supermount dev=/dev/scd0,fs=udf:iso9660,ro,--,iocharset=iso8859-15 0 0

none /mnt/floppy supermount dev=/dev/fd0,fs=ext2:vfat,--,umask=0,codepage=850,iocharset=iso8859-15,sync 0 0

/dev/hda1 /mnt/win_c ntfs umask=0,iocharset=iso8859-15,ro 0 0

/dev/hdb1 /mnt/win_c2 ntfs umask=0,iocharset=iso8859-15,ro 0 0

/dev/hda5 /mnt/win_d ntfs umask=0,iocharset=iso8859-15,ro 0 0

none /proc proc defaults 0 0

/dev/hda6 swap swap defaults 0 0

/dev/hda8 swap swap defaults 0 0

[root@localhost wilfried]#

 

too many partitions?

greetz

I see 3 ntfs partitions there, no fat32 partitions. Are you sure you made the fat32 partition? Or did you make it ntfs?

 

If you have Partition Magic 7 or 8, you can convert the partition to fat32; but you will have to change your fstab entry.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...