You are not logged in.
Pages: 1
For some reason after I installed the new filesystem package in Arch Linux my windows partition cannot be loaded any more. I have not changed the fstab code any and trying to load the code using mount reports the same error
my fstab code
/dev/discs/disc0/part1 /mnt/c vfat defaults 0 0
error message that appears
mount: wrong fs type, bad option, bad superblock on /dev/discs/disc0/part1, or too many mounted file systems
I have a total of 8 mounted devices andI can still start Windows, so I know the partition is okay.
Offline
can you mount it manually? tried /dev/hda1?
Offline
post a bit more informations
put your disk geometry.
For this you can use for example the command print in parted.
Offline
try one of these: (maybe you use ntfs instead of vfat)
/dev/hdXY /mnt/c ntfs umask=0,ro,iocharset=iso8859-15 0 0
/dev/hdXY /mnt/c vfat iocharset=iso8859-15,umask=000,codepage=850,quiet 0 0
Offline
I have tried to mount manually and my disk geometry according to parted is 238216/16/63. Parted does say however,
Warning: Unable to align partition properly. This means that another partitioning tool generated an incorrect partition table, because it didn't have the correct BIOS geometry. It is safe to ignore, but ignoring may cause (fixable) problems with boot loaders
Could this be causing the problem?
Offline
use a linux install disc that gives access to the command prompt (like arch or slack's), and see if you can mount in there. if you can, then it's probably someone wrong with your configuration, and if it doesn't then someone's wrong with the drive.
Offline
I can successfully mount the hard drive using my Gentoo Linux Installation CD. Besides fstab, what could be the problem? Could it be something in the kernel? I am using a custom kernel.
Offline
I had the same problem after compiling a custom kernel (2.6.8.1) and choosing a default codepage for vfat without compiling it (the codepage) in the kernel. As soon I recompiled with the codepage included the problem vanished.
"...archoholism is a hard disease to cure..."
Archlinux Brasil
Offline
I had the same problem after compiling a custom kernel (2.6.8.1) and choosing a default codepage for vfat without compiling it (the codepage) in the kernel. As soon I recompiled with the codepage included the problem vanished
I tried recompiling the kernel and this did not work either.
Offline
Pages: 1