View previous topic :: View next topic |
Author |
Message |
stalia n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 01 Oct 2004 Posts: 6
|
Posted: Sat Oct 09, 2004 2:52 am Post subject: Can't mount a fat32 partition (RESOLVED) |
|
|
The problem:
Code: | # mount -t vfat /dev/sda3 /share
mount: wrong fs type, bad option, bad superblock on /dev/sda3,
or too many mounted file systems |
sda is a 200GB SATA drive split into 4 primary partitions, sda1 is reiserfs, sda2 is swap, sda4 is ntfs
sda3 is a fat32 partition, formatted with windows XP. The LiveCD can mount it perfectly, and Windows XP uses it fine too. There is no entry in fstab for sda3 atm.
System setup: amd64 system, gentoo-dev-sources 2.6.8-r6 with vfat support. Current mounts are:
Code: | # mount
/dev/sda1 on / type reiserfs (rw,noatime,notail)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /dev type ramfs (rw)
none on /dev/pts type devpts (rw)
/dev/sda4 on /ntfs type ntfs (rw,noexec,nosuid,nodev,umask=000)
none on /dev/shm type tmpfs (rw)
none on /proc/bus/usb type usbfs (rw)
192.168.0.1:/usr/portage on /usr/portage type nfs (rw,rsize=8192,wsize=8192,timeo=14,intr,addr=192.168.0.1) |
Any ideas as to how to fix this?
Last edited by stalia on Sat Oct 09, 2004 4:08 am; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
spendabuck Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 28 Apr 2002 Posts: 256
|
Posted: Sat Oct 09, 2004 3:36 am Post subject: |
|
|
try this
mount -t vfat -o umask=000,dmask=000,fmask=000,uid=eric,gid=vfat /dev/sdX /location |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tollwilly125 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/14102038283f5a78b8520c6.jpg)
Joined: 31 Aug 2003 Posts: 73 Location: Boston, MA
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
stalia n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 01 Oct 2004 Posts: 6
|
Posted: Sat Oct 09, 2004 4:09 am Post subject: |
|
|
Yep, thanks, that was it. Compiled cp437 and ISO-8859-1 support into the kernel and it's all god now. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|