Logo 
Search:

Unix / Linux / Ubuntu Forum

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds

Mount Fat32 partition issue

  Date: Dec 02    Category: Unix / Linux / Ubuntu    Views: 393
  

I have just switched over to dual boot with windows xp and ubuntu 10.04. My hard
drive structure is as follows:

device type size (gb)

/dev/sda1 (root) ntfs 15
/dev/sda2 ext3
15
/dev/sda3 swap 2.6
/dev/sda5 (home) ext3 30
/dev/sda6 fat32 50

I can mount all partitions as per my liking. But, when it comes to mounting
fat32 partition, I am seeing very strange behaviour. Firstly, I can not see the
fat32 partition in the gui in the ubuntu file explorer (analogous to windows
explorer) or anywhere. Moreover, when I type this command (sudo mount -t vfat
/dev/sda6), mount does not work. Whereas, when I type ( sudo mount /dev/sda6),
mount works. Can you please explain why is that? What is the difference between
these two commands?

Also, even though the filesystem gets mounted with the latter command, I still
can not see the fat32 filesystem anywhere in the gui. Another concern is that in
ubuntu, fat32 filesystem shows that one folder (containing files) is present in
that filesystem. Whereas, in windows, it does not show that. Can you pleae shed
some light on it?

Share: 

 

3 Answers Found

 
Answer #1    Answered On: Dec 02    

I don't know what can be causing your issue re: mounting FAT32, I can
only tell you my own experience. I have 2 dual boot systems, one Wubi
and one standard. On the Wubi system I find the original Windows
install in a folder /host; in the regular dual boot it depends on the
name of the partition, in my case "OS_install". You must have one or
the other if it is dual boot, even if it is an NTFS partition.

 
Answer #2    Answered On: Dec 02    

The command

sudo mount -t vfat /dev/sda6


is missing a mount point. You should first make a directory im /media/

such as sudo /media/somedir

then modify your command to

sudo mount -t vfat /dev/sda6 /media/somedir

 
Answer #3    Answered On: Dec 02    

Thank you so much. Your solution worked.

Just out of curiousity, its strange dont you think? Because during the
installation I asked ubuntu to mount partition in a separate folder. So, what is
the point of giving instruction to ubuntu at the time installation?

 
Didn't find what you were looking for? Find more on Mount Fat32 partition issue Or get search suggestion and latest updates.




Tagged: