Re: Super block errors

2003-11-11 Thread Jerry McAllister
> 
> Every time I try to mount my cdrw on my toshiba satelite lap top it comes 
> back with invalid super block.
> It also does this when I try to mount my jump drive.
> What do I do to correct this in version 4.7 and 5.1

You didn't say what command[s] you have tried.  But, it looks like either
you are not using the correct type in the mount or it is a CD without
a valid UNIX filesystem which must be handled differently.

Check out the handbook 

  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html

and the man pages.

Then be more specific if you still have some questions.

jerry

> 
> Thank you
> -- 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Super block errors

2003-11-11 Thread Miguel Mendez
On Tue, 11 Nov 2003 12:52:37 -0500
"Gregory Stearns" <[EMAIL PROTECTED]> wrote:

> Every time I try to mount my cdrw on my toshiba satelite lap top it
> comes back with invalid super block. It also does this when I try to
> mount my jump drive. What do I do to correct this in version 4.7 and
> 5.1

Looks like you're using mount instead of mount_cd9660. About the 'jump
drive', if it's a FAT32 volume you'll have to use mount_msdosfs command.

mount also accepts the filesystem specification via the -t option.

Cheers,
-- 
Miguel Mendez <[EMAIL PROTECTED]>
http://www.energyhq.es.eu.org
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"