Am Samstag, 16. Juni 2007 schrieb Philip Kisloff:
> This error seems to be the same bug as reported in Ubuntu forum
> https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.17/+bug/81059
>
> I've connected a external HDD to USB port but I can't mount it. I'm
> using x86_64 openSUSE 10.2, kernal is 2.6.18.2-34, Dell inspiron 1501
> (dual boot with Windows Vista, with which the USB HDD works fine.
>
> Is this a bug in openSUSE 10.2 ? Below is the output of some diagnostics
> I've tried...
>
> lsscsi
> [0:0:0:0]    disk    ATA      ST9120821AS      8.04  /dev/sda
> [4:0:0:0]    disk    Hitachi  HTS541210H9AT00     /dev/sdb
>
> mount /dev/sdb /mnt/usb
> mount: /dev/sdb: can't read superblock

I guess you want to mount the first partition of your disk. Try

  mount /dev/sdb1 /mnt/usb

[...]

Cheers
Herbert
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to