[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Mount of ext3 Partition on other hardrive does not work



Hi folks,

I seem to have a little isue here. My linux system is completely on 'hda'
and I have two other disks (hdb & hde) attached to my PC, where 'hde' is
attached via a Promise Ultra100 TX2 adapter. 
'hdb' looks like that:
# fdisk -l /dev/hdb
Disk /dev/hdb: 40.0 GB, 40020664320 bytes
16 heads, 63 sectors/track, 77545 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
   Device Boot      Start         End      Blocks   Id  System
/dev/hdb1   *           1       76576    38594272+  83  Linux
/dev/hdb2           76577       77545      488376   82  Linux swap

and 'hde' like that:
# fdisk -l /dev/hde
Disk /dev/hde: 40.0 GB, 40020664320 bytes
16 heads, 63 sectors/track, 77545 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
   Device Boot      Start         End      Blocks   Id  System
/dev/hde1               1       77545    39082648+  83  Linux

Both have a ext3 FS on it. It has been created with 'mke2fs -j -c /dev/hde1'
And I can't mount any of the partitions, swap excepted ;) But using Knoppix
3.4 with a 2.4.26 Kernel, I was able to mount all of the above partitions.
Also I tried it with the PLD-Linux Rescue Disk, which has a 2.6 Kernel, it
didn't wotk again. Oh, I had this also with 2.6.5 & 2.6.6. I have no idea
what's wrong there, except it's a bug in 2.6.  Any ideas or suggestions are
_very_ welcome. I nearly despair.

Cheers,

        Markus


Here some more info:

Kernel: 2.6.7 on Debian Unstable with ext3 comiled in

3 fsck /dev/hdb1
fsck 1.35 (28-Feb-2004)
e2fsck 1.35 (28-Feb-2004)
/: clean, 140976/4833280 files, 824782/9648568 blocks

Fsck tells me the same for /dev/hde1.

# mount -t ext3 /dev/hdb1 /mnt
mount: /dev/hdb1 already mounted or /mnt busy
#  mount | egrep '(mnt|hdb)'
#  fuser /mnt
# ls -al /mnt
total 8
drwxr-xr-x    2 root     root         4096 Jun  6 18:56 .
drwxr-xr-x   30 root     root         4096 Jul  6 21:04 ..
# mount
/dev/ide/host0/bus0/target0/lun0/part1 on / type unknown
(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)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0666)
/dev/mapper/vg1-scratch on /scratch type ext3 (rw,noexec,nosuid,nodev)
/dev/mapper/vg1-home on /home type ext3 (rw)
/dev/mapper/vg0-usr on /usr type ext3 (rw)
/dev/mapper/vg0-var on /var type ext3 (rw)
/dev/mapper/vg0-opt on /opt type ext3 (rw)
/dev/mapper/vg1-team on /team type ext3 (rw,noexec,nosuid,nodev)
automount(pid2225) on /media type autofs
(rw,fd=5,pgrp=2225,minproto=2,maxproto=4)
# cat /etc/fstab
# /etc/fstab: filesystem table.
#
# <filesystem> <mountpoint> <type><options>        <dump><pass>
/dev/hda1        /        ext3    defaults,errors=remount-ro      0       1
/dev/hda2        none    swap    sw                               0      0
proc                 /proc   proc    defaults                     0       0
sysfs                /sys    sysfs   defaults                      0       0
none                /proc/bus/usb   usbfs   defaults,devmode=0666   0      0
/dev/fd0           /floppy                 vfat                   
                           defaults,user,noauto,showexec,umask=022 0       0
/dev/cdrom      /cdrom     auto    defaults,ro,user,noexec,noauto  0       0
/dev/cdrw       /cdrw      auto    defaults,ro,user,noexec,noauto  0       0
/dev/vg1/scratch    /scratch   ext3    defaults,noexec,nosuid,nodev    0   2
/dev/vg1/home           /home   ext3    defaults                   0       2
/dev/vg0/usr            /usr         ext3    defaults              0       2
/dev/vg0/var            /var         ext3    defaults              0       2
/dev/vg0/opt            /opt          ext3    defaults             0       2
/dev/vg1/team   /team      ext3    defaults,nosuid,noexec,nodev    0       2
# lspci
0000:00:00.0 Host bridge: VIA Technologies, Inc. VT8366/A/7 [Apollo
KT266/A/333]
0000:00:01.0 PCI bridge: VIA Technologies, Inc. VT8366/A/7 [Apollo
KT266/A/333 AGP]
0000:00:09.0 Unknown mass storage controller: Promise Technology, Inc.
PDC20268 (Ultra100 TX2) (rev 02)
0000:00:0a.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1
(rev 07)
0000:00:0a.1 Input device controller: Creative Labs SB Live! MIDI/Game Port
(rev 07)
0000:00:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL-8139/8139C/8139C+ (rev 10)
0000:00:0c.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL-8139/8139C/8139C+ (rev 10)
0000:00:11.0 ISA bridge: VIA Technologies, Inc. VT8233A ISA Bridge
0000:00:11.1 IDE interface: VIA Technologies, Inc.
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
0000:00:11.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1
Controller (rev 23)
0000:01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G400 AGP
(rev 03)



Reply to: