Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem Mounting My Drive
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
0x001A4
Apprentice
Apprentice


Joined: 08 Jan 2006
Posts: 263
Location: Mississauga, Ontario

PostPosted: Thu Feb 16, 2006 3:35 pm    Post subject: Problem Mounting My Drive Reply with quote

I'm trying to mount my second hard drive which is FAT32. I'm using the same Fstab as my previous Gentoo installation which worked fine, but for some reason this one doesnt work.

Code:

# /etc/fstab: static file system information.
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency).  It's safe to drop the noatime options if you want and to
# switch between notail / tail freely.
#
# See the manpage fstab(5) for more information.
#

# <fs>         <mountpoint>   <type>      <opts>      <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
#/dev/BOOT      /boot      ext2      noauto,noatime   1 2
/dev/sda4      /      reiserfs   noatime      0 1
/dev/sda5      none      swap      sw      0 0
/dev/sdb1      /mnt/data   vfat   iocharset=utf8,umask=000   0 0
/dev/hda      /mnt/cdrom   udf,iso9660   noauto,user   0 0
/dev/fd0      /mnt/floppy   auto      rw,user,noauto   0 0

# NOTE: The next line is critical for boot!
proc         /proc      proc      defaults   0 0

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
#  use almost no memory if not populated with files)
shm         /dev/shm   tmpfs      nodev,nosuid,noexec   0 0


The error lies within the sbd1 line and when I boot up I get an error something along the lines of:

Wrong FS type, bad option, or too many filesystems mounted.
* Failed to mount local filesystem

Sorry for not having an exact error message but it flies by so fast.
Back to top
View user's profile Send private message
_loki_
l33t
l33t


Joined: 18 Dec 2003
Posts: 680
Location: in the shell

PostPosted: Thu Feb 16, 2006 4:10 pm    Post subject: Reply with quote

are you sure your current kernel supports fat32? Please doublecheck..
Back to top
View user's profile Send private message
0x001A4
Apprentice
Apprentice


Joined: 08 Jan 2006
Posts: 263
Location: Mississauga, Ontario

PostPosted: Thu Feb 16, 2006 6:17 pm    Post subject: Reply with quote

Yes it does. I made sure if it when I was configuring during the install.
And I just double checked ;)

EDIT: After double checking the kernel settings, I saw that the iocharset was different then before. So I changed it to iso8859-1 in the fstab and everything is peachy.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
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