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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, Feb 04, 2007 at 02:06:03PM +0800, edwardspl@xxxxxxxxxx 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.


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux