On 2002.06.05 18:51 Pierre Hardy wrote:
> 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

try

file -s /dev/sda1p4

that should tell you what sort of filesystem is on the partition.

Karl <[EMAIL PROTECTED]>



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

Reply via email to