1753758 Members
4865 Online
108799 Solutions
New Discussion юеВ

Re: super block error

 
Greg Stearns
New Member

super block error

when I type mount /dev/acd0c /cdrom, it comes back with super block error and won't mount my cdrom. How do I correct this error?
2 REPLIES 2
Joshua Scott
Honored Contributor

Re: super block error

what hardware are you running? the /dev/acd0c doesn't look like any device file i've ever seen. normally it's something like:

mount /dev/dsk/c0t2d0 /cdrom

do an:

ioscan -fnkC disk

and note the device file address and use that.
What are the chances...
Jeff Schussele
Honored Contributor

Re: super block error

Hi Greg,

You need to tell it that it's a CD filesystem

mount -F cdfs -o cdcase /dev/dsk/cXtYdZ /cdrom

That device file of your looks weird. Is this HP-UX?

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!