LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-13-2003, 02:18 PM   #1
scottpioso
Member
 
Registered: Jan 2003
Location: United States of America and damn proud of it!
Distribution: Windows 10 prior Red Hat User
Posts: 473

Rep: Reputation: 30
Linux UDF Readers


Hi,

I've been trying to find a good UDF reader for my CD RW drive and I was wondering if someone knows of a reputable piece of software that I could find?

Secondly, with that in mind, I'm still having a hard time install apps that are not rpm format. Can someone also tell me how to install an application that is not an rpm? I'm finding it very difficult to do. Thanks.
 
Old 09-13-2003, 02:23 PM   #2
Imyrryr
Member
 
Registered: Aug 2003
Location: 3rd electron on the left getting mugged by the nutrinos at Quarks
Distribution: Pop_OS
Posts: 140

Rep: Reputation: 17
UDF format can be added as part of the kernel when you run 'make menuconfig' from a command line option or you can run 'make xconfig' from a gui (X-Window) environement. The udf will be listed in the File System entry.

As for non-rpm installs. this is not meant to be mean or callous to your problem but when you extract the files from the original 'filename.tar.gz' format (I'm guessing that is what you're referring to) the is almost always a README file and and INSTALL file that you can read for specific instructions.
 
Old 09-13-2003, 04:44 PM   #3
scottpioso
Member
 
Registered: Jan 2003
Location: United States of America and damn proud of it!
Distribution: Windows 10 prior Red Hat User
Posts: 473

Original Poster
Rep: Reputation: 30
Okay, this is my ouput from that command. . .

[root@ASUSA7V266-E root]# make menuconfig
make: *** No rule to make target `menuconfig'. Stop.
[root@ASUSA7V266-E root]#

And I also tried this:

[root@ASUSA7V266-E root]# mount -t udf /dev/cdrom /home/scott
mount: block device /dev/cdrom is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/cdrom,
or too many mounted file systems
[root@ASUSA7V266-E root]#

Last edited by scottpioso; 09-13-2003 at 05:11 PM.
 
Old 09-13-2003, 05:26 PM   #4
mlp68
Member
 
Registered: Jun 2002
Location: NY
Distribution: Gentoo,RH
Posts: 333

Rep: Reputation: 40
Look at the kernel-howto. You have to cd to /usr/src/linux and then make menuconfig (or make xconfig when you are in X).

mlp
 
Old 09-13-2003, 05:49 PM   #5
scottpioso
Member
 
Registered: Jan 2003
Location: United States of America and damn proud of it!
Distribution: Windows 10 prior Red Hat User
Posts: 473

Original Poster
Rep: Reputation: 30
That directory does not exist in my file system
 
Old 09-13-2003, 06:01 PM   #6
mlp68
Member
 
Registered: Jun 2002
Location: NY
Distribution: Gentoo,RH
Posts: 333

Rep: Reputation: 40
Then you probably didn't install the kernel sources.

But I think the problem is something else. Since you got the "Bad superblock" warning with the mount -t udf command, your kernel supports udf (you would have gotten the message "fs type udf not supported by kernel". You can also look at /proc/filesystems which lists all fs trypes that your kernel understands (although it may be that the corresponding module is not loaded, do a "modprobe udf" first).

What makes you think the CD has a UDF file system? DVD's have UDF, but you say "CD-RW". Normal CD's have ISO9660.

Try to mount the CD without any -t switch.

Hope it helps,
mlp
 
Old 09-13-2003, 06:04 PM   #7
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
You shouldn't be mounting to your home directory, that's what /mnt exists for:
mkdir /mnt/cdrom
If it doesn't already exist. Then try mounting there.

Cool
 
Old 09-13-2003, 06:21 PM   #8
jisse
Member
 
Registered: Jul 2003
Location: netherlands
Distribution: rh/debian
Posts: 43

Rep: Reputation: 15
scottpioso,
I may be misinterpretating your post, but you tried to read a DVD with a CD-RW drive. But is your CD-RW drive capable of reading DVDs?
jisse
 
Old 09-13-2003, 06:39 PM   #9
scottpioso
Member
 
Registered: Jan 2003
Location: United States of America and damn proud of it!
Distribution: Windows 10 prior Red Hat User
Posts: 473

Original Poster
Rep: Reputation: 30
Jisee,

No, it is a CDR that I burned using Roxio 5 on a Windows 2000 box. I closed the session so that it could be read by any udf compliant system.


mlp,

I checked in the device list and both file types are listed there (udf, and iso9660). See, what happens is when I put the CD in the drive, I see the following files:

autorun.inf
udfr.chk
udfinst.zl

These files are Windows files (ie .inf) so I think I only need a udf reader to view the CDR.

So, can someone tell me what I need to do from here? thanks.
 
Old 09-13-2003, 06:56 PM   #10
jisse
Member
 
Registered: Jul 2003
Location: netherlands
Distribution: rh/debian
Posts: 43

Rep: Reputation: 15
The UDF reader you're talking about is not a external program - it's the kernel itself. If the kernel supports UDF, any other command with UDF-filesystem support will succeed - and mount for instance will!

Okay, looking at the contents Roxio 5 put on the CD it looks like it really is an UDF filesystem. But it's still a good suggestion to try to mount the CD without any option:
# mount /mnt/cdrom
(if this fails, doublecheck if /mnt/cdrom is listed in /etc/fstab as the mountpoint of your CDROM)

Otherwise scottpioso suggested you rebuild the kernel with UDF support. But as mlp68 stated: If you didn't have any UDF support in your kernel the error would have been different.

So:
* Your kernel supports UDF
* Your kernel tries to read a UDF filesystem on your CD but fails to do that.
* Roxio claims it burns UDF on your CD, but is that a fact?
 
Old 09-13-2003, 07:54 PM   #11
scottpioso
Member
 
Registered: Jan 2003
Location: United States of America and damn proud of it!
Distribution: Windows 10 prior Red Hat User
Posts: 473

Original Poster
Rep: Reputation: 30
You are correct in your first 2 points. The fstab file does support udf. And as I said above, the CD rom automounts but the files that I have on the CD are not readable. When I view the CD using Windows, the files I put on the CD are there, but when I view it in Linux, the only files I see are the ones stated above.

autorun.inf
udfr.chk
udfinst.zl

Is there a way I could verify what type of filesystem is written to the CD?

Last edited by scottpioso; 09-13-2003 at 07:56 PM.
 
Old 09-13-2003, 10:05 PM   #12
mlp68
Member
 
Registered: Jun 2002
Location: NY
Distribution: Gentoo,RH
Posts: 333

Rep: Reputation: 40
When you have it mounted, just type "mount" -- you will get a list of what's mounted how, e.g.

/dev/hda8 on /tmp type ext3 (rw)

so you see the fs type.

I think we're still talking about different things here. I believe those 3 files you listed are the actual contents of the CD, right? Then you have it mounted, in fact. What you seem to be looking for is now a program that can deal with those udfr.chk
udfinst.zl

files, whatever they are. You are past the kernel stage and you can read the CD.

But for what it's worth, I found this:

http://www.faqts.com/knowledge_base/...html/aid/21327

Check it out.

mlp
 
Old 09-14-2003, 11:24 AM   #13
scottpioso
Member
 
Registered: Jan 2003
Location: United States of America and damn proud of it!
Distribution: Windows 10 prior Red Hat User
Posts: 473

Original Poster
Rep: Reputation: 30
Hello,

In reference to that article you redirected me to. I did everything it said to do and I got this result. Do you know why?

[root@ASUSA7V266-E root]# mount -t udf -o ro /dev/scd0 /mnt/cdrom
mount: wrong fs type, bad option, bad superblock on /dev/scd0,
or too many mounted file systems
 
Old 10-24-2003, 05:51 AM   #14
quijote
LQ Newbie
 
Registered: Oct 2003
Posts: 1

Rep: Reputation: 0
Just to clarify the issue,
The Roxio Direct CD help file has this to say:

"About UDF v.1.5
Universal Disk Format version 1.5 is a file system standard that enables a CD-Recorder to be used as a logical device on a computer system. In other words, UDF lets you read files from and write files to a CD in your CD-Recorder, just as you would read and write files to a floppy disk or a hard disk.
If you have DirectCD 5.0 installed, you automatically have the UDF Reader needed to read UDF v.1.5–formatted CDs. When you make a CD using DirectCD, it automatically copies the UDF Reader for Windows to the CD. When you insert the CD into a drive, the reader will automatically ask if you want to install it.
UDF v.1.5–compatible readers are available for most common operating systems and must be installed for CD-Recorders to read UDF v.1.5–formatted CDs."

So when you mount the CD you actually see the UDF Reader for Windows installer files. These are written to the CD using an ISO 9660 file system so they can be read by any system. What I believe scottpioso is looking for is a linux version of the UDF Reader, or a way to read UDF file system CDs.

I've had a look around and there doesn't seem to be much out there but this might help:

http://linuxfromscratch.org/pipermai...st/001207.html

Good luck.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux Journal: Readers' Choice Awards Ballot Sgt York General 3 05-30-2005 07:04 AM
Linux Association says Bill Gates is lying to readers of Der Spiegel Ephracis Linux - News 1 03-30-2005 02:24 PM
Linux RSS readers? Slayer Linux - Software 1 11-11-2003 01:52 PM
Are there any USENET readers for Linux? jon_k Linux - Software 3 07-27-2003 06:28 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:54 PM.

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