[Prev][Next][Index]
Re: mount probelms
hmm. was that answered yet (i hope not)
On Tue, 8 Aug 1995, malamoud nir wrote:
> i have a CD ROM and i cant mount it !!!
> dose someone know how to mount a CDROM and how
> to mount a unix Floppy disk (not dos formated)
for the CDROM - read the CDROM howto, check if yours is supported,
recompile kernel, etc..
for a floppy - use normal mount command , and specify the file system
type on command line (make sure your kernle was compiled to support that
type of file system thought)
> can i format UNIX disket and mount it and how?
yes. use the 'mkfs' command, or 'mke2fs' to make the fiel system.
then use mount as above.
guy