Admin wrote:

> I did what you said...and got the following message , in a terminal:
>
> "wrong fs type, bad option,bad superblock on /dev/sda  or too many
> mounted filesysytems"

    Um, generally, if there's any partition information on a device, you'll have to 
specify it:

    mount -t vfat /dev/sda1 /mnt


    sda1 -> first partition
    sda2 -> second
    sda3 -> etc.

    You can always run 'fdisk -l /dev/sda' to see what partition numbers it returns.

--
H | "Life is the art of drawing without an eraser." - John Gardner
  +--------------------------------------------------------------------
  Ashley M. Kirchner <mailto:[EMAIL PROTECTED]>   .   303.442.6410 x130
  Director of Internet Operations / SysAdmin    .     800.441.3873 x130
  Photo Craft Laboratories, Inc.            .     3550 Arapahoe Ave, #6
  http://www.pcraft.com ..... .  .    .       Boulder, CO 80303, U.S.A.




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

Reply via email to