Results 1 to 4 of 4
how do you mount a USB CD-Burner?
Using FC1
the burner is and HP CD-Writer PLUS 82000 series if that helps......
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-09-2005 #1Just Joined!
- Join Date
- Dec 2004
- Posts
- 50
mount a USB CD-Burner
how do you mount a USB CD-Burner?
Using FC1
the burner is and HP CD-Writer PLUS 82000 series if that helps...
- 01-09-2005 #2Linux Engineer
- Join Date
- Nov 2004
- Location
- Montreal, Canada
- Posts
- 1,267
Not quite sure on this one, since I dont use fedora...
can you post the reading of youralso as rootCode:cat /etc/fstab
Code:lsusb
\"Meditative mind\'s is like a vast ocean... whatever strikes the surface, the bottom stays calm\" - Dalai Lama
\"Competition ultimatly comes down to one thing... a loser and a winner.\" - Ugo Deschamps
- 01-09-2005 #3Just Joined!
- Join Date
- Dec 2004
- Posts
- 50
cat/fstab gave me this:
lsusb gave me this:Code:LABEL=/ / ext3 defaults 1 1 LABEL=/boot /boot ext3 defaults 1 2 none /dev/pts devpts gid=5,mode=620 0 0 none /proc proc defaults 0 0 none /dev/shm tmpfs defaults 0 0 /dev/hdd8 swap swap defaults 0 0 /dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0 /dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0 /dev/hdb1 /mnt/Windows_XP ntfs user,exec,suid,dev 0 0 /dev/hdd1 /mnt/C ntfs user,exec,suid,dev 0 0 /dev/hdd5 /mnt/D ntfs user,exec,suid,dev 0 0 /dev/hda1 /mnt/G ntfs exec,suid,dev 0 0
Code:Bus 004 Device 001: ID 0000:0000 Bus 003 Device 001: ID 0000:0000 Bus 002 Device 001: ID 0000:0000 Bus 001 Device 001: ID 0000:0000 Bus 001 Device 002: ID 03f0:0207 Hewlett-Packard CD-Writer Plus 8200e
- 01-10-2005 #4Linux Newbie
- Join Date
- Sep 2003
- Location
- St.Charles, Missouri, USA
- Posts
- 201
type dmesg and it will say something about usb-mass storage and have a location like /dev/scsi/host0/bus0/target0/lun0 where it is found. just mount that or a file in it (cd) at the place you want. Thats what i do for mine
Powered by Gentoo
never ever ever use the hardened option in make.conf!


Reply With Quote
