Maxtor 1.2G IDE, please help
Hi
I just bought a second IDE drive (Maxtor 1.2G). Using MSdos and some
Maxtor fdisk program i partitioned the drive into 4 equal (300Meg)
msdos partitions.I was then able to mount each partition with MSdos.
I then booted up Linux and tried to mount one of the Maxtor MSdos
partitions (mount -t msdos /dev/hdb1 /mnt) , I received the following error:
" mount: /dev/hdb1 not a mount point "
I read the "Mini HowTo on Large IDE hard drives" and still could not solve
the problem. Could someone please help?
It seems that linux's fdisk cannot read the partition table created by the
maxtor fdisk (diskMaganger). Does anyone know of a diskManager (fdisk)
that will work with maxtor and will create a partition table that linux
can read ????
Someone suggested that i don't use maxtor (diskManager) , and use msdos
fdisk and only partition the first 540Meg as a msdos partition. Thenuse
linux fdisk to partition the rest. (I hope this will work)Unfortunately i
was hoping to use 800Meg for dos and 400Meg for linux.
System Config
486dx2, 66Mhz, 16MegBytes
Kernel 1.1.67
Master IDE Conner Peripherals 420MB - CFS420A, 406MB w/64KB Cache, CHS=826/16/63 , MaxMult=64
Slave IDE Maxtor 71260 AT, 1204MB w/256KB Cache, CHS=2448/16/63, MaxMult=16
My computer was purchased in March 1994, The BIOS does detect the correct
number of cylinders and heads. I do not have EIDE.
Below i have the following (information) output:
- dmesg
- fdisk -l
- lilo.config
************* My "dmesg" *************
Console: colour EGA+ 80x25, 1 virtual console (max 63)
Serial driver version 4.00 with no serial options enabled
tty00 at 0x03f8 (irq = 4) is a 16450
tty01 at 0x02f8 (irq = 3) is a 16450
lp_init: lp1 exists, using polling driver
Floppy drive(s): fd0 is 1.44M
FDC 0 is a 8272A
Calibrating delay loop.. ok - 33.55 BogoMips
Memory: 15216k/16384k available (600k kernel code, 384k reserved, 184k data)
This processor honours the WP bit even when in supervisor mode. Good.
Swansea University Computer Society NET3.017
Swansea University Computer Society TCP/IP for NET3.017
IP Protocols: ICMP, UDP, TCP
SLIP: version 0.7.5-NET3.014-NEWTTY (4 channels)
CSLIP: code copyright 1989 Regents of the University of California
eth0: 3c509 at 0x210 tag 1, BNC port, address 00 20 af 4d 76 f1, IRQ 5.
Checking 386/387 coupling... Ok, fpu using exception 16 error reporting.
Checking 'hlt' instruction... Ok.
Partition check:
hda: Conner Peripherals 420MB - CFS420A, 406MB w/64KB Cache, CHS=826/16/63, MaxMult=64
hda: hda1 hda2 hda3
hdb: Maxtor 71260 AT, 1204MB w/256KB Cache, CHS=2448/16/63, MaxMult=16
hdb: hdb1
EXT2-fs warning: maximal mount count reached, running e2fsck is recommended
VFS: Mounted root (ext2 filesystem).
[MS-DOS FS Rel. 12,FAT 16,check=n,conv=b,uid=0,gid=0,umask=022,bmap]
[me=0x7c,cs=0,#f=216,fs=0,fl=0,ds=0,de=49294,data=0,se=190,ts=1038615040,ls=1]
VFS: Can't find a valid MSDOS filesystem on dev 0x0341.
*********** output from " fdisk -l " ******************
Disk /dev/hda: 16 heads, 63 sectors, 826 cylinders
Units = cylinders of 1008 * 512 bytes
Device Boot Begin Start End Blocks Id System
/dev/hda1 * 1 1 447 225256+ 6 DOS 16-bit >=32M
/dev/hda2 448 448 773 164304 83 Linux native
/dev/hda3 774 774 826 26712 83 Linux native
Disk /dev/hdb: 16 heads, 63 sectors, 2448 cylinders
Units = cylinders of 1008 * 512 bytes
Device Boot Begin Start End Blocks Id System
/dev/hdb1 * 1 1 2447 1233287+ 54 Unknown
Partition 1 has different physical/logical endings:
phys=(398, 15, 63) logical=(2446, 15, 63)
Partition 1 does not start on cylinder boundary:
phys=(0, 0, 2) should be (0, 1, 1)
********** my lilo.conf ******************
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/fd0
#compact # faster, but won't work on all systems.
# delay = 5
vga = normal # force sane state
ramdisk = 0 # paranoia setting
# End LILO global section
# Linux bootable partition config begins
image = /vmlinuz
root = /dev/hda2
label = Linux
# Linux bootable partition config ends
**********************************************