Subj : Partitioning attempt on a Maxtor 120G: wanted both fat32 and ext3 To : comp.os.linux From : Charles E. Campbell Date : Wed Oct 27 2004 06:31 pm Hello! I attempted to partition my new 120G Maxtor USB external hard disk so that approx 20G would be linux and the rest fat32. The idea was to be able to back up the linux side, including ownership, etc. I'm getting the following message: lion:etc/ ? mount /mnt/maxtor/linux mount: wrong fs type, bad option, bad superblock on /dev/sda2, or too many mounted file systems What can I do to make things work properly? Here's a bunch of information on what I did... lion:root/ ? parted /dev/sda GNU Parted 1.6.3 Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. This program is free software, covered by the GNU General Public License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Using /dev/sda Information: The operating system thinks the geometry on /dev/sda is 14946/255/63. Therefore, cylinder 1024 ends at 8032.499M. (parted) print Disk geometry for /dev/sda: 0.000-117246.000 megabytes Disk label type: msdos Minor Start End Type Filesystem Flags 1 0.031 94468.161 primary fat32 lba 2 94468.162 114996.533 primary ext3 --------------------------------------------------------------------- lion:cec/ ? fdisk /dev/sda The number of cylinders for this disk is set to 14946. There is nothing wrong with that, but this is larger than 1024, and could in certain setups cause problems with: 1) software that runs at boot time (e.g., old versions of LILO) 2) booting and partitioning software from other OSs (e.g., DOS FDISK, OS/2 FDISK) Command (m for help): p Disk /dev/sda: 122.9 GB, 122941341696 bytes 255 heads, 63 sectors/track, 14946 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sda1 1 12043 96735366 c Win95 FAT32 (LBA) /dev/sda2 12044 14660 21021052+ 83 Linux --------------------------------------------------------------------- lion:etc/ ? mkfs -t ext3 -c /dev/sda2 21021052 mke2fs 1.34 (25-Jul-2003) Filesystem label= OS type: Linux Block size=4096 (log=2) Fragment size=4096 (log=2) 2632672 inodes, 5255263 blocks 262763 blocks (5.00%) reserved for the super user First data block=0 161 block groups 32768 blocks per group, 32768 fragments per group 16352 inodes per group Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, 4096000 Checking for bad blocks (read-only test): done Writing inode tables: done Creating journal (8192 blocks): done Writing superblocks and filesystem accounting information: done This filesystem will be automatically checked every 21 mounts or 180 days, whichever comes first. Use tune2fs -c or -i to override. --------------------------------------------------------------------- lion:etc/ ? mount /mnt/maxtor/linux mount: wrong fs type, bad option, bad superblock on /dev/sda2, or too many mounted file systems --------------------------------------------------------------------- Thank you for helping, Charles Campbell .