You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Thursday, January 11th 2007, 4:16am

Forgot to compile in cdr support with kde

Is there any way to add in cdr support to kde? I did a really long complie and completelt forgot to add in cd-rom support.

2

Thursday, January 11th 2007, 9:23am

What kind of cdr support do you mean?
Help mee om KDE 3.5.5 in het Nederlands te vertalen

3

Friday, January 12th 2007, 12:13am

I mean when I try to open up a cd-rom disc that has files burned to it.... say mp3's or jpeg\s KDE gives me an error that says "invalid filesystem type".

4

Friday, January 12th 2007, 11:59am

looks like a problem with linux, not kde.
Can you browse on the cd-rom from the commandline?
Help mee om KDE 3.5.5 in het Nederlands te vertalen

5

Wednesday, January 17th 2007, 3:11am

Yes I can from su with this:

mount -t iso9660 /dev/cdrom /mnt/cdrom


The fstab entry looks ike this:

dev/cdroms/cdrom0 /mnt/cdrom auto noauto,ro,exec,users 0 0

When I insert an disk or dvd with files on it I get "invalid filesystem type" error from KDE.

But... If I insert a cd that's been burned as an "iso" KDE opens it and sees everything fine.

This post has been edited 1 times, last edit by "Thaidog" (Jan 17th 2007, 3:12am)


6

Wednesday, January 17th 2007, 8:28am

Quoted

Originally posted by Thaidog
Yes I can from su with this:

mount -t iso9660 /dev/cdrom /mnt/cdrom


that's mounting, not browsing :)
can you browse on the cd with tools like cat, more, ls, cd, etc?
Help mee om KDE 3.5.5 in het Nederlands te vertalen

7

Wednesday, January 17th 2007, 8:37pm

Quoted

Originally posted by Rinse

Quoted

Originally posted by Thaidog
Yes I can from su with this:

mount -t iso9660 /dev/cdrom /mnt/cdrom


that's mounting, not browsing :)
can you browse on the cd with tools like cat, more, ls, cd, etc?


Once it's mounted with that command I can get to the files no problem... but not before that.