You need to mount the partition.
mount -t msdos /dev/hd? /mnt/wherever
^
this is the drive and partition info (hda1)
also the directory wherever has to be in existence before you mount to it.
Actually, you should use vfat instead of msdos as the filesystem. msdos will mount it as a FAT16, while vfat will mount it as a FAT32.
ChrisP ------------------------------------------------------------------------------
If somebody helps you, please click the link in the botton left hand corner that says "Mark this post as a helpful/expert post".
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.