Access windows XP from FC4 and languages selection

Ankush Grover ankush174 at gmail.com
Tue Feb 28 05:08:51 UTC 2006


On 2/28/06, chen li <chen_li3 at yahoo.com> wrote:
>
> Thanks all for reply to my previous posts.
>
> Now I have several other questions:1) I resize the
> hardware and create a partition (10G) as FAT32 and
> label it as E under windows XP. How do I read it from
> Linux FC4? I use the following commands under FC4:
> 1) mkdir /mnt/FAT32
> 2) mount -t FAT32 /dev/hda1   /mnt/FAT32
>
> but it doesn't work. Could any expert out there give
> me a hand?
>
> hey,

it should be
 mount -t vfat /dev/hda1 /mnt/FAT32

or you can permanently mount it through /etc/fstab
put these entries in your /etc/fstab

/dev/hda1                  /mn/FAT32                vfat
defaults           0  0


Regards

Ankush Grover
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20060228/8390c399/attachment-0001.htm>


More information about the fedora-list mailing list