LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Burning data CD/DVD for windows users (https://www.linuxquestions.org/questions/linux-software-2/burning-data-cd-dvd-for-windows-users-848745/)

sycamorex 12-06-2010 05:41 PM

Burning data CD/DVD for windows users
 
I know it might sound silly but is there any special Windows compatibility mode when burning a data DVD (containing photos) on linux? It's not the first time that I've burned some photos on a DVD and my Windows friends can't open them. Either the dvd doesn't open at all or it shows that the DVD is full but doesn't display any files whatsoever. When I try the DVD back in Linux (both my desktop and laptop) everything is fine. I've got a relatively new burner and my friends don't have old ones either. I usually use xfburn (sometimes k3b)

Is it me doing something wrong? I didn't burn it at the slowest speed, but it wasn't the maximum speed either.

jefro 12-06-2010 07:50 PM

I'd be more inclined to believe there is some issue with the drives.

I have burned way too many disks and only find a problem when the dvd-rw's get old or a bad drive.


I guess it may be possible that you are somehow using some sort of udf format.

frankbell 12-06-2010 08:30 PM

I've never had a problem moving home-burned CDs/DVDs between Windows and Linux systems.

I did send a DVD of *.avi files burned with k3b to my brother (Windows user) once and he said that some of the files didn't open, but he could read the DVD; I had not tested all the files.

sycamorex 12-07-2010 04:46 AM

So it must be me/my drive. I'll try to do a few tests. Thanks

H_TeXMeX_H 12-07-2010 07:55 AM

If you specify iso level 2, it should work on Window$ and other systems.

rahulkya 12-07-2010 08:07 AM

for me K3B always worked ..try to Burn with K3B and there will you find options of compatibility for windows and linux both....
If problem persists check for hardware issues..

sycamorex 12-07-2010 06:37 PM

Quote:

Originally Posted by H_TeXMeX_H (Post 4183452)
If you specify iso level 2, it should work on Window$ and other systems.


hmm, I tested 2 Taiyo Yuden DVDs burnt "for Linux/Windows" in "iso level 2" with k3b and they seem to be empty on Windows machines (tried with 2 computers). If it hadn't happened to me before, I'd think that the DVD batch I bought is faulty. According to the comments under the product I bought, they are genuine Taiyo Yuden DVDs.

I'll play with it tomorrow.

H_TeXMeX_H 12-08-2010 02:34 AM

Interesting, I would try to use this command:

Code:

growisofs -dvd-compat -speed=4 -use-the-force-luke=bufsize:32m -Z /dev/dvdrw -graft-points -rational-rock -full-iso9660-filenames -iso-level 2 /home/user/data

devnull10 12-08-2010 06:00 AM

Also, make sure you finalize the disc and don't try to burn it multi-session.

teckk 12-08-2010 07:29 PM

You need Rock Ridge extension for Unix
Joliet for microsoft windows.
Code:

growisofs -Z /dev/dvd -R -J /some/files
Read
man growisofs
http://en.wikipedia.org/wiki/Joliet_%28file_system%29

jefro 12-08-2010 09:29 PM

But the normal gui's should do it fine. I think it unusual a gui can't burn it and command line could.

sycamorex 12-09-2010 02:38 PM

Thanks everyone. Both cli commands work fine. I checked the DVDs on a windows system.
h_texmex_h: you seem to have forgotten about the leading '-' before the 'dvd-compat' flag.

H_TeXMeX_H 12-10-2010 12:07 AM

oh, oops, I fixed it.


All times are GMT -5. The time now is 04:00 PM.