I've been trying to mount a WD firewire drive and I keep getting : wrong 
fs type, bad super...etc 

Here is what I have:

#!/bin/bash
modprobe ieee1394
modprobe ohci1394
modprobe sbp2
sleep 2
rescan-scsi-bus.sh
sleep 2
mount -t ext3 /dev/sda1 /Firewire


and after fdisk /dev/sda1

Disk /dev/sda1 :255 heads, 63 sectors, 3737 cylinders
Units = cylinders of 16065 * 512 bytes

        Device Boot             Start           End             Blocks  Id      System
/dev/sda1p4                         1           3737       30017421             83     
 Linux


Any Ideas?

thanks

ps: I just tried mounting it as vfat but that doesn't work either.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to