Code: Select all
bash-2.05b# mount -t vfat /dev/hdc1 /mnt/music
mount: wrong fs type, bad option, bad superblock on /dev/hdc1, or too many mounted file systemsCode: Select all
bash-2.05b# fdisk -l /dev/hdc1
Disk /dev/hdc1: 120.0 GB, 120031478784 bytes
255 heads, 63 sectors/track, 14592 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdc1p4 128454 128456 19911 0 Empty
Partition 4 does not end on cylinder boundary.I converted the partition from ntfs to fat32 with partition magick so that I would be able to write to it from linux while I move my files around and format everything with ext2 fs. I would just format, only problem is I need all the stuff on this drive. If I can just mount it, I can go on from there, but since I can't, anyone know of anything I can do. I tried a few things with the program parted, mostly just resizing. And dosfsck on the drive, but nothing is changing it. I am also using kernel 2.6.8.1-ck7, and I read something about fat32 not working with 2.6.8.1, is this true.
thanks



