qczek
29-06-2006, 21:31
Hello,
Could you please explain why my oleg's firmware try mount sawp partition.
My hd's partition table looks like following
/dev/discs/disc0/part1 1 62 497983+ 82 Linux swap / Solaris
/dev/discs/disc0/part2 63 4864 38572065 83 Linux
All "usb" features are switched off on web interface and necessary modules are loading in post-boot script
#!/bin/sh
insmod scsi_mod && insmod sd_mod && insmod usb-storage
after that system try to mount part1,
hub.c: new USB device 01:02.2-3, assigned address 2
usb.c: USB device 2 (vend/prod 0x4cf/0x8818) is not claimed by any active driver.
SCSI subsystem driver Revision: 1.00
Initializing USB Mass Storage driver...
usb.c: registered new driver usb-storage
scsi0 : SCSI emulation for USB Mass Storage devices
Vendor: TOSHIBA Model: MK4025GAS Rev: KA10
Type: Direct-Access ANSI SCSI revision: 02
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
SCSI device sda: 78140160 512-byte hdwr sectors (40008 MB)
Partition check:
/dev/scsi/host0/bus0/target0/lun0: p1 p2
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 2
USB Mass Storage support registered.
kjournald starting. Commit interval 5 seconds
EXT3 FS 2.4-0.9.19, 19 August 2002 on sd(8,2), internal journal
EXT3-fs: recovery complete.
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Can't find ext3 filesystem on dev sd(8,1).
MSDOS FS: Using codepage 950
MSDOS FS: IO charset cp950
Directory 1: bad FAT
Filesystem panic (dev 08:01).
FAT error
File system has been set read-only
Filesystem panic (dev 08:01).
FAT error
Directory 2: bad FAT
thany you in advance
Krzysiek
Could you please explain why my oleg's firmware try mount sawp partition.
My hd's partition table looks like following
/dev/discs/disc0/part1 1 62 497983+ 82 Linux swap / Solaris
/dev/discs/disc0/part2 63 4864 38572065 83 Linux
All "usb" features are switched off on web interface and necessary modules are loading in post-boot script
#!/bin/sh
insmod scsi_mod && insmod sd_mod && insmod usb-storage
after that system try to mount part1,
hub.c: new USB device 01:02.2-3, assigned address 2
usb.c: USB device 2 (vend/prod 0x4cf/0x8818) is not claimed by any active driver.
SCSI subsystem driver Revision: 1.00
Initializing USB Mass Storage driver...
usb.c: registered new driver usb-storage
scsi0 : SCSI emulation for USB Mass Storage devices
Vendor: TOSHIBA Model: MK4025GAS Rev: KA10
Type: Direct-Access ANSI SCSI revision: 02
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
SCSI device sda: 78140160 512-byte hdwr sectors (40008 MB)
Partition check:
/dev/scsi/host0/bus0/target0/lun0: p1 p2
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 2
USB Mass Storage support registered.
kjournald starting. Commit interval 5 seconds
EXT3 FS 2.4-0.9.19, 19 August 2002 on sd(8,2), internal journal
EXT3-fs: recovery complete.
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Can't find ext3 filesystem on dev sd(8,1).
MSDOS FS: Using codepage 950
MSDOS FS: IO charset cp950
Directory 1: bad FAT
Filesystem panic (dev 08:01).
FAT error
File system has been set read-only
Filesystem panic (dev 08:01).
FAT error
Directory 2: bad FAT
thany you in advance
Krzysiek