[PlanetCCRMA] 1394 Enabled

Fernando Pablo Lopez-Lezcano nando@ccrma.Stanford.EDU
Sun Sep 8 17:40:06 2002


>    Device Boot    Start       End    Blocks   Id  System
> /dev/sda1             1      3648  29302528+   c  Win95 FAT32 (LBA)
> 
> Command (m for help): q
> 
> [root@RH74H card1]# mount -t vfat /dev/sda /mnt/1394
> mount: wrong fs type, bad option, bad superblock on /dev/sda,
>        or too many mounted file systems

I think it should be:
  mount -t vfat /dev/sda1 /mnt/1394
You want to mount the first partition...

-- Fernando