debian_devices

This is part of The Pile, a partial archive of some open source mailing lists and newsgroups.



Subject: Re: adding a device
From: Nick Moffitt <nick@zork.net>
Date: Sun, 12 Mar 2000 13:54:51 -0800


begin  Sean Van Couwenberghe quotation:
> How do I add a device to the system to make them work? I have
> searched all over the place and cannot find a thing.

	Is it SCSI or IDE?

	Chances are you've got one of the IDE devices set up as your
CD-ROM drive.  try the following:

	mkdir /mnt/cdrom
	mount -t iso9660 /dev/hdc /mnt/cdrom

	If this works, and your CD has been successfully mounted under
/mnt/cdrom (check by typing "ls /mnt/cdrom"), then you'll want to
create a symlink to reflect this:

	ln -s /dev/hdc /dev/cdrom

	Then you can go about updating your fstab.

> It does not help that I have no man pages, and my network files are
> so different I cannot yet figure out how to get on the 'net to
> update to get those man pages.

	Modem or ethernet?

===


the rest of The Pile (a partial mailing list archive)

doom@kzsu.stanford.edu