LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 06-18-2002, 01:13 PM   #1
murshed
Member
 
Registered: Jan 2002
Posts: 157

Rep: Reputation: 30
problem with mounting cdwr


hi all,

well, i downloaded a file from windows.. and since it is more that 1.4 mb .. i copied it to a cdwr and went to the linux laptop ( another machine ) and tried mounting it but problems occured:

mount -t iso9660 /dev/hdb /mnt/cdrom
mount: block device /dev/hdb is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/hdb,
or too many mounted file systems

what is the problem please??


best regards
 
Old 06-18-2002, 01:46 PM   #2
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
Does your laptop cd reader read cdrw at all? Older ones can have a problem with this.
 
Old 06-18-2002, 01:57 PM   #3
murshed
Member
 
Registered: Jan 2002
Posts: 157

Original Poster
Rep: Reputation: 30
yes it can .. when i boot to win2000 .. everything is fine .. i just put the file there and get it from mounting the drive in linux .. but i would like to get it directly from the in linux..

any ideA??

best regards
 
Old 06-18-2002, 03:12 PM   #4
Rashkae
Member
 
Registered: May 2002
Distribution: Slackware
Posts: 125

Rep: Reputation: 15
Did you compile your own kernel? If so, did you enable support for iso9660 filesystem (the standard filesystem for CD-ROM)? Try and see if maybe it's setup as a module. (modprobe iso9660)
 
Old 06-18-2002, 03:33 PM   #5
dorward
Member
 
Registered: Sep 2001
Distribution: Gentoo
Posts: 760

Rep: Reputation: 31
Was the CD recorded with packet writing? Was the CD "closed"?
 
Old 06-19-2002, 10:16 AM   #6
murshed
Member
 
Registered: Jan 2002
Posts: 157

Original Poster
Rep: Reputation: 30
Rashkae : i didn't touch the kernel .. it is what i got when i first installed linux ... i did modprobe iso9660 ( is it supposed to check it or what?) and i got: modprobe: Can't locate module iso9660

does it means that iso9660 is not supported?! strange .. i could mount recorded cds ( cdr not cdwr) well i didn't try to mount -t iso9660 the cdr .. but i thought this is the defualt one .. suggestions?
if you suggest to add a module please tell me in details .. i really don't know how to add a module ( always fail!)



dorward: no the cd is not closed


best regards
 
Old 06-19-2002, 10:40 AM   #7
Rashkae
Member
 
Registered: May 2002
Distribution: Slackware
Posts: 125

Rep: Reputation: 15
No need to load modules

The module I was talking about is a generic CD filesystem. If you can mount CD-R, you already have support for this in your kernel and need do nothing more. (all distros I know of come with iso9660 support by default.)

Terribly sorry, but I'm out of ideas.
 
Old 06-19-2002, 11:07 AM   #8
murshed
Member
 
Registered: Jan 2002
Posts: 157

Original Poster
Rep: Reputation: 30
thanks hopefully one will help

best ragards
 
Old 06-20-2002, 04:34 AM   #9
fatgod
Member
 
Registered: Mar 2002
Location: Edinburgh, Scotland
Distribution: Suse 7.2, Gentoo 1.4, Solaris 9
Posts: 661

Rep: Reputation: 30
are you sure that the cd drive is on hdb and not hdc?
 
Old 06-20-2002, 07:01 AM   #10
dorward
Member
 
Registered: Sep 2001
Distribution: Gentoo
Posts: 760

Rep: Reputation: 31
Quote:
Originally posted by murshed
dorward: no the cd is not closed
That is probably the problem. I don't believe Linux has support for the file system used for unclosed packet written CDs.

There is a packet writing file system patch for the kernel, but that is in the experimental stage and I do not know if it is compatable with the system you are using under Windows.

http://freshmeat.net/projects/packet-cd/
 
Old 06-20-2002, 07:59 AM   #11
murshed
Member
 
Registered: Jan 2002
Posts: 157

Original Poster
Rep: Reputation: 30
fatgod: if it wasn't hdb i won't get that message, right?


well, today i formated a new cdwr from windows .. while i was doing that .. it said that it will format the cd using UDF format, i was like .. WaaaW so this is the format .. it is not iso9660 .. hmmmmm now .. is this UDF supported?? any suggestiong?

thanks all
 
Old 06-20-2002, 08:14 AM   #12
fatgod
Member
 
Registered: Mar 2002
Location: Edinburgh, Scotland
Distribution: Suse 7.2, Gentoo 1.4, Solaris 9
Posts: 661

Rep: Reputation: 30
Quote:
Originally posted by murshed
fatgod: if it wasn't hdb i won't get that message, right?
Right. if it is HDC then it will just work
Quote:

well, today i formated a new cdwr from windows .. while i was doing that .. it said that it will format the cd using UDF format, i was like .. WaaaW so this is the format .. it is not iso9660 .. hmmmmm now .. is this UDF supported?? any suggestiong?

thanks all
UDF is not a filesystem type. This is a not an issue for you. the filesystem should be set to iso9660... I have an entry in my /etc/fstab specifying which filesystems i want to mount. MY CD ones look like this...

/dev/hdc /media/dvd auto ro,noauto,user,exec 0 0

enter this line into the fstab file (just be sure to have a dir /media/dvd) or modify it to suit your needs and then to mount it all you need to do is insert a disk (that is not blank) into the dive and type mount /dev/hdc and that should work. try changing hdc to hdb and hdd as it will be one of these. most likely hdc though!!

good luck!
 
Old 06-20-2002, 08:16 AM   #13
Rashkae
Member
 
Registered: May 2002
Distribution: Slackware
Posts: 125

Rep: Reputation: 15
I think that since his Linux box is capable of mounting CR-R, there is no point in checking the syntax and details of his fstab.
 
Old 06-20-2002, 08:38 AM   #14
fatgod
Member
 
Registered: Mar 2002
Location: Edinburgh, Scotland
Distribution: Suse 7.2, Gentoo 1.4, Solaris 9
Posts: 661

Rep: Reputation: 30
Oh, I must be backing up the wrong tree so to speak. I didn't realise that he could mount disks. I re read the thread an I don't see where he indicates that he can mount some disks and not others...

but anyway if you can mount some disks murshed then disregard my comments sorry about that!
 
Old 06-20-2002, 08:46 AM   #15
Stephanie_new
Member
 
Registered: May 2002
Location: Hell, A.K.A. Arizona
Distribution: MD 8x / WIN2K / QNX
Posts: 156

Rep: Reputation: 30
Just a quickie.... what program did you use to write the CD-RW in the first place?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: mounting cd problem paul70 Linux - General 2 08-09-2005 12:35 AM
mounting problem ddaas Linux - Networking 1 01-21-2005 03:57 AM
mounting problem angelusx Linux - Newbie 1 11-11-2004 04:52 AM
mounting problem ziggie216 Linux - Software 6 10-11-2003 12:23 AM
problem with mounting huno Linux - General 1 07-30-2002 04:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 11:16 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration