[buug] IDE drive recognition

Bill Honeycutt wfhoney at pacbell.net
Thu Nov 4 11:51:00 PST 2004


Aaron T Porter wrote:

>On Thu, Nov 04, 2004 at 10:31:09AM -0800, Bill Honeycutt wrote:
>  
>
>>I'm trying to mount partitions on a secondary drive and I continually 
>>get the following message:
>>
>>    
>>
>>> wfh:/# mount -t ext3 /dev/hdc1 /mnt/hdc1/
>>> mount: /dev/hdc1 already mounted or /mnt/hdc1/ busy
>>>      
>>>
>
>
>	How 'bout the output of `dmesg | grep hd` and mount?
>  
>

wfh:/# dmesg | grep hd
    ide0: BM-DMA at 0x2460-0x2467, BIOS settings: hda:DMA, hdb:pio
        ide1: BM-DMA at 0x2468-0x246f, BIOS settings: hdc:DMA, hdd:pio
        hda: FUJITSU MPF3102AH, ATA DISK drive
        hda: max request size: 128KiB
        hda: 19541088 sectors (10005 MB) w/2048KiB Cache, 
CHS=19386/16/63, UDMA(66)
        hdc: IC35L020AVER07-0, ATA DISK drive
        hdc: max request size: 128KiB
        hdc: 39102336 sectors (20020 MB) w/1916KiB Cache, 
CHS=38792/16/63, UDMA(100)
        Adding 241880k swap on /dev/hda5.  Priority:-1 extents:1
        EXT3 FS on hda6, internal journal
        EXT3 FS on hda1, internal journal
        EXT3 FS on hda7, internal journal

wfh:/# mount
/dev/hda6 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)

wfh:~$ cat /proc/mounts
rootfs / rootfs rw 0 0
/dev2/root2 / ext3 rw 0 0
proc /proc proc rw,nodiratime 0 0
sysfs /sys sysfs rw 0 0
/dev2/root2 /.dev ext3 rw 0 0
none /dev tmpfs rw 0 0
devpts /dev/pts devpts rw 0 0
tmpfs /dev/shm tmpfs rw 0 0
/dev/hda1 /boot ext3 rw 0 0
/dev/hda7 /home ext3 rw 0 0
usbfs /proc/bus/usb usbfs rw 0 0
none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0




More information about the buug mailing list