Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
10-17-2002, 11:27 PM
|
#1
|
LQ Newbie
Registered: Oct 2002
Posts: 15
Rep:
|
USB USB-CDRW Drive
I am unable to mount my Sony Supressa USB CDRW. It shows up in the Partitions in the Control Center as /dev/cdrom1 with a Mount Point of /mnt/cdrom1. FS Type = iso9660. Mount Option noauto, owner, kudzu.ro.
When I try to mount it I get the following error:
mount: wrong FS type, bad option, bad superblock on /dev/cdrom1, or too many mounted file system.

|
|
|
10-18-2002, 02:06 AM
|
#2
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
How are you trying to mount it?
|
|
|
10-18-2002, 11:16 AM
|
#3
|
Member
Registered: Mar 2002
Location: Debian Galaxy
Distribution: Debian
Posts: 711
Rep:
|
Are you mounting blank/audio CD?
To my best knowledge, only RH8 can recognize USB 1.1 and 2.0 CD burners with default install.
|
|
|
10-18-2002, 08:11 PM
|
#4
|
LQ Newbie
Registered: Oct 2002
Posts: 15
Original Poster
Rep:
|
RH 8.0 using KDiskFee, right click on device and selecting mount. This method works just fine on my IDE Zip and my other IDE CDR drive mounts automatically when a disk is inserted
The drive is a Sony Spressa CRX100E/X, USB 1 device
|
|
|
10-18-2002, 09:16 PM
|
#5
|
Member
Registered: Mar 2002
Location: Debian Galaxy
Distribution: Debian
Posts: 711
Rep:
|
ls -l /dev/cdrom1
su
cdrecord -scanbus
Post results here
|
|
|
10-19-2002, 02:38 PM
|
#6
|
LQ Newbie
Registered: Oct 2002
Posts: 15
Original Poster
Rep:
|
You have to remember you are talking to a newbie  "ls" is a command for a directory on a mounted drive from my understanding but since I know very little I tried typing:
# ls -l /dev/cdrom1 su cdrecord -scanbus
I got the following error:
ls: su: No such file or directory
ls: cdrecord: No such file or directory
0 lrwxrwxrwx 1 0 0 9 Oct 19 12:30 /dev/cdrom1 -> /dev/scd1
|
|
|
10-19-2002, 02:49 PM
|
#7
|
Senior Member
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368
Rep:
|
The commands should be entered as discreet commands:
ls -l /dev/cdrom1 (press enter)
su (press enter)
(should ask you for root's password)
cdrecord -scanbus (press enter)
exit (press enter)
(returns you to normal user mode instead of root mode)
Now, the fact that your last line shows the device /dev/cdrom1 to be linked to the scsi-cdrom scd1 shows that it has recognised your USB CDRW and has loaded the appropriate module(s). You should now only need to give the output of cdrecord -scanbus (done as root).
|
|
|
10-19-2002, 04:07 PM
|
#8
|
LQ Newbie
Registered: Oct 2002
Posts: 15
Original Poster
Rep:
|
Thanks! Duh I feel like such a computer newbie (am actually not I've been working in the non-linux computer field for 15 years)
Okay that apparently worked (see below). I am still unable to mount or at least browse the contents of cdrom1 (/mnt/cdrom1). I tried using KdiskFree, right click and mount as in the original thread message. I get the same error message. Thinking that the contents of the /etc/fstab file were incorrect I tried manually mounting:
# mount -t iso9660 /dev/cdrom1 /mnt/cdrom1
mount: block device /dev/cdrom1 is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/cdrom1,
or too many mounted file systems
I eventually want to to auto-mount...there is obviously a way. I got my IDE-RAID drives working which was major success (at least for me). TMI I know...anyway your assistance to this point is appreciated.
Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 J?rg Schilling
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.5'
scsibus0:
0,0,0 0) 'SAMSUNG ' 'CDRW/DVD SM-332B' 'T402' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
scsibus1:
1,0,0 100) 'SONY ' 'CD-RW CRX100E ' '1.0j' Removable CD-ROM
1,1,0 101) *
1,2,0 102) *
1,3,0 103) *
1,4,0 104) *
1,5,0 105) *
1,6,0 106) *
1,7,0 107) *
******************************
Contents of fstab:
/dev/cdrom1 /mnt/cdrom1 iso9660 noauto,owner,kudzu,ro 0 0
Last edited by Mikest; 10-19-2002 at 04:08 PM.
|
|
|
10-19-2002, 04:10 PM
|
#9
|
Senior Member
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368
Rep:
|
OK, well try the following:
mount /dev/scd0 /mnt/cdrom1
Or:
mount -t iso9660 /dev/scd1 /mnt/cdrom1
|
|
|
10-19-2002, 04:30 PM
|
#10
|
LQ Newbie
Registered: Oct 2002
Posts: 15
Original Poster
Rep:
|
No luck?
# mount -t iso9660 /dev/scd1 /mnt/cdrom1
mount: block device /dev/scd1 is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/scd1,
or too many mounted file systems
# mount /dev/scd1 /mnt/cdrom1
/dev/scd1: Input/output error
mount: block device /dev/scd1 is write-protected, mounting read-only
/dev/scd1: Input/output error
mount: you must specify the filesystem type
|
|
|
10-19-2002, 05:12 PM
|
#11
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
Ok, give this one a try, as a shot in the dark effort:
mount -t iso9660 /dev/sda1 /mnt/cdrom1
Cool
|
|
|
10-19-2002, 05:42 PM
|
#12
|
LQ Newbie
Registered: Oct 2002
Posts: 15
Original Poster
Rep:
|
This is message I got
mount: /dev/sda1 is not a valid block device
|
|
|
10-19-2002, 05:46 PM
|
#13
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
Can you post the output of mount? (open up a console and type 'mount' without the ' )
And also the output of 'ls -l /dev/scd1' (LS -L /dev/scd1 lowercase)
Cool
Last edited by MasterC; 10-19-2002 at 05:48 PM.
|
|
|
10-19-2002, 06:07 PM
|
#14
|
LQ Newbie
Registered: Oct 2002
Posts: 15
Original Poster
Rep:
|
Mount =
/dev/hda3 on / type ext3 (rw)
none on /proc type proc (rw)
usbdevfs on /proc/bus/usb type usbdevfs (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
none on /dev/shm type tmpfs (rw)
/dev/hde1 on /mnt/vfat_e type vfat (rw)
/dev/hdf1 on /mnt/vfat_f type vfat (rw)
/dev/cdrom on /mnt/cdrom type iso9660 (ro,nosuid,nodev)
ls -l /dev/scd1=
brw-rw---- 1 root disk 11, 1 Aug 30 16:31 /dev/scd1
|
|
|
10-19-2002, 06:12 PM
|
#15
|
Senior Member
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368
Rep:
|
What does running usbview show?
|
|
|
All times are GMT -5. The time now is 12:15 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|