mount CD-RW ( CD/DVD-Rom Drive ) with FC6

Kurt Wall kwall at kurtwerks.com
Mon Feb 5 02:48:00 UTC 2007


On Sun, Feb 04, 2007 at 02:06:03PM +0800, edwardspl at ita.org.mo wrote:
> Dear All,
> 
> How to mount the CD-Disk under FC6 ?

This is a FAQ easily answered by Google

> from /var/log/messages :
> hdc : ASUS DRW 1608P3S ATAPI CD/DVD/-Rom drive

As root:

mkdir -f /mnt/cdrom
mount -t iso9660 /dev/hdc /mnt/cdrom
 
> BTW, how to modity /etc/fstab also ?

/dev/hdc /mnt/cdrom iso9660 noauto,user 0 0

YMMV and if it breaks, you get to keep both pieces.

Kurt
-- 
Weinberg's Second Law:
	If builders built buildings the way programmers wrote programs,
	then the first woodpecker that came along would destroy civilization.




More information about the users mailing list