9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Unable to mount home cdroms
@ 2000-07-25  8:40 Sam Ducksworth
  0 siblings, 0 replies; 2+ messages in thread
From: Sam Ducksworth @ 2000-07-25  8:40 UTC (permalink / raw)
  To: 9fans

Hello,

For some stange reason I am unable to mount a cdrom that
I made. This CD was created with CDCreator on a windows
box it is in the Joliet format (I also did an ISO 9660 same
story ). The CD contains the plan9 dist files. I am able to 
install plan9 from the CD via the boot floppy install
process, but once the system is up i get i/o read error
message. I am able to mount a RedHat 6.1 cdrom and WinNT
4.0 CDRom but not mine. Windows and linux have no problems
mounting the disk. Maybe I have the mount command wrong?:
BTW i only have IDE setup at this time (sigh..)

here is what I did to try and mount the thing:

% disk/kfscmd allow
% mkdir /n/cdrom
% disk/kfscmd disallow
% 9660srv -f /dev/sdD0/data CDROM
% mount /srv/CDROM /n/cdrom

Thanks in advance for the help.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9fans] Unable to mount home cdroms
@ 2000-07-25 14:54 Russ Cox
  0 siblings, 0 replies; 2+ messages in thread
From: Russ Cox @ 2000-07-25 14:54 UTC (permalink / raw)
  To: 9fans

it would be useful to do
scuzz
open /dev/sdD0

(scuzz is an interactive program
with no prompt.)

and see if you get i/o errors or the like.

your 9660srv invocation looks right but i
usually use
	9660srv
	mount /srv/9660 /n/a: /dev/sdD0/data
or the like; that's what the install
script used too.

russ


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-07-25 14:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-07-25  8:40 [9fans] Unable to mount home cdroms Sam Ducksworth
2000-07-25 14:54 Russ Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).