Re: dvd+rw burner

2024-12-17 Thread Thomas Schmitt
Hi, Gene Heskett wrote: > It's an older disk, 2.4 speed. I know these only from hearsay. My DVD+RW are all 4x. Oldest from 2006. Some of them are still in regular use here. > dd if=/dev/zero bs=2048 count=2295104 | \ >xorriso -as cdrecord -v -nopad dev=/dev/sr1 -eject - >

Re: dvd+rw burner

2024-12-17 Thread gene heskett
your description. After the above was finished, still bad, outputting this: Writing to '/dev/sr1' completed successfully. xorriso : NOTE : Re-assessing -outdev '/dev/sr1' xorriso : NOTE : Disc status unsuitable for writing Drive current: -outdev '/dev/sr1' Medi

Re: dvd+rw burner

2024-12-17 Thread Thomas Schmitt
Hi, Gene heskett wrote: > on that same staples dvd+rw disk: > xorriso -as cdrecord -v dev="$drive" fs=16m -eject "$image" 2>&1 | tee -i > /tmp/xorriso.log > apparently xorriso, which I had to install, completed normally but did take > a long time closing

Re: dvd+rw burner

2024-12-17 Thread gene heskett
field which tells the medium type (in that case "DVD+R"). Gene Heskett wrote: interesting & thank you, it refused to write a staples brand dvd+rw, it went thru the motions of formating the disk several times, then didn't recognize the disk even if ejected and reinserted, but is worki

Re: dvd+rw burner

2024-12-17 Thread gene heskett
field which tells the medium type (in that case "DVD+R"). Gene Heskett wrote: interesting & thank you, it refused to write a staples brand dvd+rw, it went thru the motions of formating the disk several times, then didn't recognize the disk even if ejected and reinserted, but is worki

Re: dvd+rw burner

2024-12-17 Thread Thomas Schmitt
text field which tells the medium type (in that case "DVD+R"). Gene Heskett wrote: > interesting & thank you, it refused to write a staples brand dvd+rw, it went > thru the motions of formating the disk several times, then didn't recognize > the disk even if ejected and re

Re: dvd+rw burner

2024-12-16 Thread gene heskett
On 12/16/24 11:50, Timothy M Butterworth wrote: On Mon, Dec 16, 2024 at 10:25 AM gene heskett wrote: What app is everyone using to write dvd's today? xfburn claims burn mode isn't implemented yet, and k3b insists on reformatting a dvd+rw, but then does not recog

Re: dvd+rw burner

2024-12-16 Thread gene heskett
thank you, it refused to write a staples brand dvd+rw, it went thru the motions of formating the disk several times, then didn't recognize the disk even if ejected and reinserted, but is working just as expected on a virgin Sony brand dvd+rw. Didn't have to do anything special other tha

Re: dvd+rw burner

2024-12-16 Thread Timothy M Butterworth
On Mon, Dec 16, 2024 at 10:25 AM gene heskett wrote: > What app is everyone using to write dvd's today? xfburn claims burn mode > isn't implemented yet, and k3b insists on reformatting a dvd+rw, but > then does not recognize it to burn the image. Is there some magic > in

Re: dvd+rw burner

2024-12-16 Thread Thomas Schmitt
Hi, Hans wrote: > As far as I know, brasero and k3b relyon the same libs. Brasero depends on https://packages.debian.org/sid/libbrasero-media3-1 which does ISO 9660 production by libisofs and burning by libburn. Xfburn uses the same libraries for the same purposes. It recommends https://packa

Re: dvd+rw burner

2024-12-16 Thread Thomas Schmitt
implemented yet, Sounds like https://forums.linuxmint.com/viewtopic.php?p=1952263#p1952263 Proposed remedy is to click at the button with the circular arrow beneath a text field which tells the medium type (in that case "DVD+R"). > k3b insists on reformatting a dvd+rw, In the fir

Re: dvd+rw burner

2024-12-16 Thread Hans
Hi Gene, most people are suggesting "brasero", but for me personally "k3b" is my favorite (I am using plasma as desktop). K3b: Are all binaries installed? Check for "/usr/bin/dvd+rw-format" in k3b below "programs". I never had issues with dvd formatting

dvd+rw burner

2024-12-16 Thread gene heskett
What app is everyone using to write dvd's today? xfburn claims burn mode isn't implemented yet, and k3b insists on reformatting a dvd+rw, but then does not recognize it to burn the image.  Is there some magic invocation I'm not doing? Cheers, Gene Heskett, CET. -- "There

[SOLVED] Re: How to set up dvd+rw-tools source the way it gets compiled for Debian sid ?

2015-08-07 Thread Thomas Schmitt
Hi, Nicolas George wrote: > apt-get source dvd+rw-tools That's an appealing proposal for a Debian noob like me. https://www.debian.org/doc/manuals/apt-howto/ch-sourcehandling.en.html says i can do this as normal user. ... Get:3 http://ftp.de.debian.org/debian/ jessie/main dvd+rw-t

Re: How to set up dvd+rw-tools source the way it gets compiled for Debian sid ?

2015-08-07 Thread Reco
On Fri, Aug 07, 2015 at 11:35:22AM +0200, Thomas Schmitt wrote: > Hi, > > Reco wrote: > > 1) Change the source as appropriate. > > First i need to have it. How to apply the patches from > dvd+rw-tools_7.1-11.debian.tar.bz2 to the unpacked > dvd+rw-tools_7.1.orig.ta

Re: How to set up dvd+rw-tools source the way it gets compiled for Debian sid ?

2015-08-07 Thread Nicolas George
Le decadi 20 thermidor, an CCXXIII, Thomas Schmitt a écrit : > First i need to have it. How to apply the patches from > dvd+rw-tools_7.1-11.debian.tar.bz2 to the unpacked > dvd+rw-tools_7.1.orig.tar.gz so that i get the same source > that is used for producing Debian binary packa

Re: How to set up dvd+rw-tools source the way it gets compiled for Debian sid ?

2015-08-07 Thread Thomas Schmitt
Hi, Reco wrote: > 1) Change the source as appropriate. First i need to have it. How to apply the patches from dvd+rw-tools_7.1-11.debian.tar.bz2 to the unpacked dvd+rw-tools_7.1.orig.tar.gz so that i get the same source that is used for producing Debian binary packages ? I strive for the sou

Re: How to set up dvd+rw-tools source the way it gets compiled for Debian sid ?

2015-08-07 Thread Reco
t; > Since growisofs has no upstream any more, i plan to submit > patches towards Debian sid. > But how to combine the growisofs source files of sid to the > source installation which yields the sid growisofs binary ? > > In > https://packages.debian.org/sid/video/dvd+rw-tools

How to set up dvd+rw-tools source the way it gets compiled for Debian sid ?

2015-08-07 Thread Thomas Schmitt
ombine the growisofs source files of sid to the source installation which yields the sid growisofs binary ? In https://packages.debian.org/sid/video/dvd+rw-tools there are http://http.debian.net/debian/pool/main/d/dvd+rw-tools/dvd+rw-tools_7.1-11.dsc http://http.debian.net/debian/pool/main/d/dvd+rw

Re: What to do with a DVD-RW +VR disk? UDF file system

2011-10-30 Thread Hendrik Boom
On Sun, 30 Oct 2011 11:22:17 +, Dom wrote: > On 29/10/11 20:17, Hendrik Boom wrote: >> On Sat, 29 Oct 2011 05:22:39 +0100, Dom wrote: >> >> >> It's hard to see how it could not be a permisions problem, because the >> top-level directory on the DVD has no permissions -- neither read, >> write,

Re: What to do with a DVD-RW +VR disk? UDF file system (partial solution)

2011-10-30 Thread Hendrik Boom
On Sun, 30 Oct 2011 15:34:11 +, Hendrik Boom wrote: > On Sat, 29 Oct 2011 19:17:28 +, Hendrik Boom wrote: > >> On Sat, 29 Oct 2011 05:22:39 +0100, Dom wrote: >> >>> On 28/10/11 21:12, Hendrik Boom wrote: (snip lots of stuff I can't >>> help with) >>> What's my next step? Presumabl

Re: What to do with a DVD-RW +VR disk? UDF file system

2011-10-30 Thread Hendrik Boom
On Sat, 29 Oct 2011 19:17:28 +, Hendrik Boom wrote: > On Sat, 29 Oct 2011 05:22:39 +0100, Dom wrote: > >> On 28/10/11 21:12, Hendrik Boom wrote: (snip lots of stuff I can't help >> with) >> >>> What's my next step? Presumably it's a permissions problem. >> >> I don't think it's permissions

Re: What to do with a DVD-RW +VR disk? UDF file system

2011-10-30 Thread Dom
On 29/10/11 20:17, Hendrik Boom wrote: On Sat, 29 Oct 2011 05:22:39 +0100, Dom wrote: On 28/10/11 21:12, Hendrik Boom wrote: (snip lots of stuff I can't help with) What's my next step? Presumably it's a permissions problem. I don't think it's permissions (you did log right out and in again

Re: What to do with a DVD-RW +VR disk? UDF file system

2011-10-29 Thread Hendrik Boom
On Sat, 29 Oct 2011 05:22:39 +0100, Dom wrote: > On 28/10/11 21:12, Hendrik Boom wrote: (snip lots of stuff I can't help > with) > >> What's my next step? Presumably it's a permissions problem. > > I don't think it's permissions (you did log right out and in again after > adding yourself to the

Re: What to do with a DVD-RW +VR disk? UDF file system

2011-10-29 Thread Hendrik Boom
On Sat, 29 Oct 2011 05:22:39 +0100, Dom wrote: > On 28/10/11 21:12, Hendrik Boom wrote: (snip lots of stuff I can't help > with) > >> notlookedfor:/home/hendrik# ls -al /mnt/DVD_RTAV/ total 3301448 >> d- 2 4294967295 4294967295 2048 Dec 31 2001 . drwxrwxrwx >> 3 4294967295 42949672

Re: What to do with a DVD-RW +VR disk? UDF file system

2011-10-28 Thread Dom
On 28/10/11 21:12, Hendrik Boom wrote: (snip lots of stuff I can't help with) notlookedfor:/home/hendrik# ls -al /mnt/DVD_RTAV/ total 3301448 d- 2 4294967295 4294967295 2048 Dec 31 2001 . drwxrwxrwx 3 4294967295 4294967295 2048 Oct 2 17:52 .. -rw-rw-rw- 1 4294967295 4294967

Re: What to do with a DVD-RW +VR disk? UDF file system

2011-10-28 Thread Hendrik Boom
On Fri, 28 Oct 2011 20:12:32 +, Hendrik Boom wrote: > Ouch! That was formatted so badly (though it looked fine in the editor) > that I'm trying to replace the uglies now. > > -- hendrik Sorry, no better. ls listings still illegible. -- hendrik -- To UNSUBSCRIBE, email to debian-user-re

Re: What to do with a DVD-RW +VR disk? UDF file system

2011-10-28 Thread Hendrik Boom
Ouch! That was formatted so badly (though it looked fine in the editor) that I'm trying to replace the uglies now. -- hendrik On Fri, 28 Oct 2011 18:10:57 +, Hendrik Boom wrote: > On Sun, 25 Sep 2011 13:24:11 +, Camaleón wrote: > >> On Sat, 24 Sep 2011 20:19:49 +, Hendrik Boom wro

Re: What to do with a DVD-RW +VR disk? UDF file system

2011-10-28 Thread Hendrik Boom
On Sun, 25 Sep 2011 13:24:11 +, Camaleón wrote: > On Sat, 24 Sep 2011 20:19:49 +, Hendrik Boom wrote: > > (...) > >> Playback failure: >> DVDRead could not open the disc "/dev/dvd". Your input can't be opened: >> VLC is unable to open the MRL 'dvd:///dev/dvd'. Check the log for >> detail

Re: What to do with a DVD-RW +VR disk? UDF file system

2011-09-25 Thread Weaver
On Sun, 25 Sep 2011 13:24:11 + (UTC) Camaleón wrote: > On Sat, 24 Sep 2011 20:19:49 +, Hendrik Boom wrote: > > (...) > > > Playback failure: > > DVDRead could not open the disc "/dev/dvd". Your input can't be > > opened: VLC is unable to open the MRL 'dvd:///dev/dvd'. Check the > > log

Re: What to do with a DVD-RW +VR disk? UDF file system

2011-09-25 Thread Camaleón
On Sat, 24 Sep 2011 20:19:49 +, Hendrik Boom wrote: (...) > Playback failure: > DVDRead could not open the disc "/dev/dvd". Your input can't be opened: > VLC is unable to open the MRL 'dvd:///dev/dvd'. Check the log for > details. > > Now there appears to be no /dev/dvd, as tetified by ls in

Re: What to do with a DVD-RW +VR disk? UDF file system

2011-09-24 Thread Brian
On Sat 24 Sep 2011 at 20:19:49 +, Hendrik Boom wrote: > libdvdread: Can't stat /dev/dvd > No such file or directory > libdvdread: Could not open /dev/dvd > libdvdnav: vm: failed to open/read the DVD > libdvdread: Using libdvdcss version 1.2.10 for DVD access > libdvdread: Can't stat /dev/dvd >

Re: What to do with a DVD-RW +VR disk? UDF file system

2011-09-24 Thread Hendrik Boom
On Sat, 24 Sep 2011 10:03:11 +, Camaleón wrote: > On Fri, 23 Sep 2011 20:48:35 +, Hendrik Boom wrote: > >> On my Toshiba D-VR7KC2 DVD recorder I have recorded some video on a >> DVD- RW, using the +VR recording format. > > Is the disc finalized? Thanks. That

Re: What to do with a DVD-RW +VR disk? UDF file system

2011-09-24 Thread Camaleón
On Fri, 23 Sep 2011 20:48:35 +, Hendrik Boom wrote: > On my Toshiba D-VR7KC2 DVD recorder I have recorded some video on a DVD- > RW, using the +VR recording format. Is the disc finalized? Can it play in another DVD video reader? > But I'm unable to play it on my wheezy system

What to do with a DVD-RW +VR disk? UDF file system

2011-09-23 Thread Hendrik Boom
On my Toshiba D-VR7KC2 DVD recorder I have recorded some video on a DVD- RW, using the +VR recording format. But I'm unable to play it on my wheezy system in either VLC or the Gnome Mplayer. Now according to online documentation I have a strong suspicion that this is recorded in some fo

dvd+rw-tools/growisofs is broken on 2.6.32 kernel and so with Squeeze.

2011-02-20 Thread Jari Fredriksson
My setup: Debian Lenny amd64 under VMware 2.0.2 on Windows7 hostm using a Writable DVD-RW drive. The drive is cofigured to be directly accessed to the Linux client, not via ATAPI emulation. If I use kernel 2.6.26-2-amd64 growisofs works. If I upgrade kernel to .32 via Backports, or distupgrade

Re: Backup on DVD-RW: ISO 9660 file system overhead

2008-07-08 Thread Michelle Konzack
Hello Simon, You are calculating a little bit wrong, since... Am 2008-06-21 12:11:51, schrieb Simon Jolle sjolle: > Hi Debian Users > > I am doing a backup of Thunderbird mails. As u can see the Space on disk > is 400 MB less than the space on ISO image. > > How can I avoid that much wasted sp

Backup on DVD-RW: ISO 9660 file system overhead

2008-06-21 Thread Simon Jolle sjolle
Hi Debian Users I am doing a backup of Thunderbird mails. As u can see the Space on disk is 400 MB less than the space on ISO image. How can I avoid that much wasted space? $ du -sh .mozilla-thunderbird/; du -sh mail_archive_20jun08.iso 1.8G.mozilla-thunderbird/ 2.2Gmail_archive_20jun

Re: Burn DVD - RW

2008-03-03 Thread Raj Kiran Grandhi
ank you. > > Kind Regards, > > Jim > > > guess you have growisofs installed. in that case: do < $man growisofs > and you will find where you are looking for Yes, I installed gowisofs, but never use it to burn MPEG video. Is following command correct to burn MPEG v

Re: Burn DVD - RW

2008-03-03 Thread steef
ank you. > > Kind Regards, > > Jim > > > guess you have growisofs installed. in that case: do < $man growisofs > and you will find where you are looking for Yes, I installed gowisofs, but never use it to burn MPEG video. Is following command correct to burn

Re: Burn DVD - RW

2008-03-03 Thread hce
le. > > > > Thank you. > > > > Kind Regards, > > > > Jim > > > > > > > > guess you have growisofs installed. > > in that case: do < $man growisofs > and you will find where you are > looking for Yes, I installed gow

Re: Burn DVD - RW

2008-03-03 Thread steef
hce wrote: Hi, What is the command of growisofs to burn MPEG video to a DVD+R RW disk? I can burn data ISO file to the DVD+R, not sure what is the difference to burn a MPEG video file. Thank you. Kind Regards, Jim guess you have growisofs installed. in that case: do < $man growisofs >

Burn DVD - RW

2008-03-03 Thread hce
Hi, What is the command of growisofs to burn MPEG video to a DVD+R RW disk? I can burn data ISO file to the DVD+R, not sure what is the difference to burn a MPEG video file. Thank you. Kind Regards, Jim -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble?

DVD-RW data disk, growisofs, multisession

2007-09-15 Thread Hugh Lawson
Given: a dvd-rw disk, containing data, formatted with sequential formatting Issue: growisofs -M doesn't work. But: If I format the dvd-rw disk as restricted-overwrite, then growisofs -M works as expected. Question: Is this normal? I can't find any documentation on this issue.

Re: Installing problems: Debian 4.0r0, on LiteON DVD-RW LH-20A1p

2007-07-21 Thread Brad Rogers
On Sat, 21 Jul 2007 11:14:24 -0400 Colin <[EMAIL PROTECTED]> wrote: Hello Colin, > This probably more has to do with the chipset in your computer than > the CD-ROM drive itself. The output of "lspci" would give us a > better clue. Not that it's any consolation to the OP, but you're right. I ha

Re: Installing problems: Debian 4.0r0, on LiteON DVD-RW LH-20A1p

2007-07-21 Thread Colin
Kevin C. Redden wrote: > Folks: Tried to install Debian 4.0 r0 on my system, and didn't get very > far. It booted fine, but then after I did this: > > language for installing: English > country or region: Unitied States > Keymap: American English > > then it tries to detect hardware > > Then say

Re: Installing problems: Debian 4.0r0, on LiteON DVD-RW LH-20A1p

2007-07-21 Thread Samuel Bächler
The drive is a ATAPI CDROM LiteOn DVD LH-20A1p Search the Net to see if anybody else had the same problem using the divices above. In my opinion a nice way to search is: (1) google.com (2) KEYWORD site:lists.debian.org Happy hacking Cheers Sam -- To UNSUBSCRIBE, email to [EMAIL PROTECTE

Re: Installing problems: Debian 4.0r0, on LiteON DVD-RW LH-20A1p

2007-07-21 Thread Bhasker C V
Hi, You can try Ctrl-Alt+F2 to get to a shell There, dmesg might give you more information on what is happening during the mount ? You can even try a manual mount there to find out what is happening. On Fri, 2007-07-20 at 23:42 -0400, Kevin C. Redden wrote: > Folks: Tried to install Debia

Installing problems: Debian 4.0r0, on LiteON DVD-RW LH-20A1p

2007-07-20 Thread Kevin C. Redden
Folks: Tried to install Debian 4.0 r0 on my system, and didn't get very far. It booted fine, but then after I did this: language for installing: English country or region: Unitied States Keymap: American English then it tries to detect hardware Then says: your installation CD-ROM couldn't be

Re: SONY DVD RW AW-G170A

2007-04-21 Thread Andrew Sackville-West
On Sat, Apr 21, 2007 at 08:16:06PM +0100, Neil Sumner wrote: [...] > > BUT, the good news is WOOOHOOOT! Ubuntu 7.04 jsut booted and installed :) so > I have at least got Mr. W. Gates out of my life at last :) (I am sure > Maple/Mathematica/Matlab can be tortured into running under Linux (?) (first

Re: SONY DVD RW AW-G170A

2007-04-21 Thread Neil Sumner
OK guys, Thanks for all the assistance. Yes, a different drive still might be the solution for Debian, which looked like the easiest thing to do from the outset. Cable-wise it would have been nice to make use of the extra SATA cable that came with the mobo for the DVD, sadly I had a look inside o

Re: SONY DVD RW AW-G170A

2007-04-20 Thread Andrew Sackville-West
On Sat, Apr 21, 2007 at 12:05:10AM +0200, Marko Randjelovic wrote: > Neil Sumner wrote: > > > > the solution is to get a new mobo? > > > > Of course not, first try with another drive. And just felt on my mind, > maybe it wouldn't be a bad idea to put newer firmware on that drive. > Look at Sony'

Re: SONY DVD RW AW-G170A

2007-04-20 Thread Douglas Allan Tutty
On Fri, Apr 20, 2007 at 05:45:30PM +0100, Neil Sumner wrote: > > I cannot boot with this drive. It is IDE/atapi and it works fine with > windows. Despite its inexpensive price it was reasonably 'exotic' 6 months > ago as it has an 18x write speed, it works fine with windows > > OK, this problem h

Re: SONY DVD RW AW-G170A

2007-04-20 Thread Neil Sumner
OK, I am trying the latest Ubuntu live CD, we shall see. thanks On 4/20/07, Andrew Sackville-West <[EMAIL PROTECTED]> wrote: On Fri, Apr 20, 2007 at 09:22:29PM +0100, Neil Sumner wrote: > Hey thanks for the reply... wasn't expecting such swift help. > Sorry but like the hopless newbie I

Re: SONY DVD RW AW-G170A

2007-04-20 Thread Marko Randjelovic
Neil Sumner wrote: > > the solution is to get a new mobo? > Of course not, first try with another drive. And just felt on my mind, maybe it wouldn't be a bad idea to put newer firmware on that drive. Look at Sony's site for the latest firmware. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] w

Re: SONY DVD RW AW-G170A

2007-04-20 Thread Neil Sumner
Not so hot :( I cant find the posts or the page on core 2 support they had six months ago. I posted about the problem, no reply yet :- http://ubuntuforums.org/showthread.php?t=415806 Here are some 'current' issues with it (the mobo) :- http://ubuntuforums.org/showthread.php?t=378218&highlight=

Re: SONY DVD RW AW-G170A

2007-04-20 Thread Andrew Sackville-West
On Fri, Apr 20, 2007 at 09:22:29PM +0100, Neil Sumner wrote: > Hey thanks for the reply... wasn't expecting such swift help. > Sorry but like the hopless newbie I am I am responding directly to your > mail... > > Right, I tried 'goodbye microsoft' (Oh, I wish) > this destroyed my HD and left me wi

Re: SONY DVD RW AW-G170A

2007-04-20 Thread Neil Sumner
Hey thanks for the reply... wasn't expecting such swift help. Sorry but like the hopless newbie I am I am responding directly to your mail... Right, I tried 'goodbye microsoft' (Oh, I wish) this destroyed my HD and left me with no operating system so i just had to reinstall windows :) (don't worr

Re: SONY DVD RW AW-G170A

2007-04-20 Thread Andrew Sackville-West
On Fri, Apr 20, 2007 at 05:45:30PM +0100, Neil Sumner wrote: > Hi, > Hi > I cannot boot with this drive. It is IDE/atapi and it works fine with > windows. Despite its inexpensive price it was reasonably 'exotic' 6 > months > ago as it has an 18x write speed, it works fine with windows > > OK,

SONY DVD RW AW-G170A

2007-04-20 Thread Neil Sumner
Hi, I cannot boot with this drive. It is IDE/atapi and it works fine with windows. Despite its inexpensive price it was reasonably 'exotic' 6 months ago as it has an 18x write speed, it works fine with windows OK, this problem has occured with EVERY version of Linux I have tried. The first bit o

Re: Howto delete DVD-RW files

2007-03-09 Thread Benjamí Villoslada
On 3/5/07, Chris Bannister <[EMAIL PROTECTED]> wrote: On Sun, Mar 04, 2007 at 03:11:40AM +0100, Benjamí Villoslada wrote: > Hi, > > I'm looking for a method to delete individual files in one DVD-RW, without > success :)Any suggestion? KDE or command line, I not use

Re: Howto delete DVD-RW files

2007-03-05 Thread Chris Bannister
On Sun, Mar 04, 2007 at 03:11:40AM +0100, Benjamí Villoslada wrote: > Hi, > > I'm looking for a method to delete individual files in one DVD-RW, without > success :)Any suggestion? KDE or command line, I not use GNOME. > > Thanks! How expensive are they? :-) Ju

Re: Howto delete DVD-RW files

2007-03-04 Thread Gnu_Raiz
t;too, but I don't know how well supported it is. >See here for some examples >http://gentoo-wiki.com/HOWTO_Packet_Writing_on_CD-RW (note that most of >those steps are unnecessary on an Etch system) Thats a good link, but one needs to consider if the dvd-rw is formated to accept packet

Re: Howto delete DVD-RW files

2007-03-04 Thread Sven Arvidsson
On Sun, 2007-03-04 at 05:29 +0100, Benjamí Villoslada wrote: > Seems that some non free software can: > http://www.computerhope.com/issues/ch000788.htm Packet writing give you this functionality, it should work in Debian too, but I don't know how well supported it is. See here for some examples h

Re: Howto delete DVD-RW files

2007-03-03 Thread Benjamí Villoslada
El Diumenge 04 Març 2007 05:06, Roberto C. Sanchez va escriure: > You mean delete individual files from the disc like you would from a > regular filesystem? Yes. > I don't think you can do that with a normal DVD. In one DVD-RW. Seems that some non free soft

Re: Howto delete DVD-RW files

2007-03-03 Thread Roberto C. Sanchez
On Sun, Mar 04, 2007 at 03:11:40AM +0100, Benjamí Villoslada wrote: > Hi, > > I'm looking for a method to delete individual files in one DVD-RW, without > success :)Any suggestion? KDE or command line, I not use GNOME. > You mean delete individual files from the disc l

Howto delete DVD-RW files

2007-03-03 Thread Benjamí Villoslada
Hi, I'm looking for a method to delete individual files in one DVD-RW, without success :)Any suggestion? KDE or command line, I not use GNOME. Thanks! Regards, -- Benjamí http://blog.bitassa.cat .

Re: [Fwd: dvd+rw-tools inconsistency??]

2006-11-17 Thread steef
or dvd+rw-tools or something else ?? seems unpredictable. maybe it is the media you are using. ->HS since yesterday i tested the dvd-writer extensively on/with debian_testing and slackware11. the dvd-writer reacts increasingly unpredictable and has had its best t

Re: [Fwd: dvd+rw-tools inconsistency??]

2006-11-17 Thread Daniel Baumann
Hugo Vanwoerkom wrote: > steef wrote: >> H.S. wrote: >>> steef wrote: >>> >>>> in one of two new tests *directly after* my first message burning a >>>> dvd of 4,4 Gb succeeded without a problem, the second -ceteris >>>> paribus- wen

Re: [Fwd: dvd+rw-tools inconsistency??]

2006-11-17 Thread Hugo Vanwoerkom
steef wrote: H.S. wrote: steef wrote: in one of two new tests *directly after* my first message burning a dvd of 4,4 Gb succeeded without a problem, the second -ceteris paribus- went wrong. so the behoviour of the kernel or dvd+rw-tools or something else ?? seems unpredictable. maybe it

Re: [Fwd: dvd+rw-tools inconsistency??]

2006-11-16 Thread steef
H.S. wrote: steef wrote: in one of two new tests *directly after* my first message burning a dvd of 4,4 Gb succeeded without a problem, the second -ceteris paribus- went wrong. so the behoviour of the kernel or dvd+rw-tools or something else ?? seems unpredictable. maybe it is the media

Re: [Fwd: dvd+rw-tools inconsistency??]

2006-11-15 Thread H.S.
steef wrote: in one of two new tests *directly after* my first message burning a dvd of 4,4 Gb succeeded without a problem, the second -ceteris paribus- went wrong. so the behoviour of the kernel or dvd+rw-tools or something else ?? seems unpredictable. maybe it is the media you are using

Re: [Fwd: dvd+rw-tools inconsistency??]

2006-11-15 Thread Oleg Verych
On 2006-11-15, steef wrote: > hi list, > > i am running etch with a 2.6.17-2 kernel, i686. when i burn a dvd with > growisofs the burner stops with a message 'input-output error' when > about 2,2 Gigabyte is done. > > somebody else with the same experience?

[Fwd: dvd+rw-tools inconsistency??]

2006-11-15 Thread steef
Original Message Subject:dvd+rw-tools inconsistency?? Resent-Date:Wed, 15 Nov 2006 06:57:16 -0600 (CST) Resent-From:debian-user@lists.debian.org Date: Wed, 15 Nov 2006 13:57:12 -0500 From: steef <[EMAIL PROTECTED]> To: debian *CORRECTION* h

dvd+rw-tools inconsistency??

2006-11-15 Thread steef
hi list, i am running etch with a 2.6.17-2 kernel, i686. when i burn a dvd with growisofs the burner stops with a message 'input-output error' when about 2,2 Gigabyte is done. somebody else with the same experience? is it a bug in dvd+rw-tools or like in older 2.6 kernels an inbu

Re: Making an ext2 filesystem on a DVD+RW

2006-11-09 Thread Dennis Stosberg
, you can only use iso9660 or udf filesystems on DVD or CD media. I regularly use ext2 on DVD+RW discs. No problem. Regards, Dennis -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Making an ext2 filesystem on a DVD+RW

2006-11-07 Thread Wackojacko
Johannes Wiedersich wrote: Roberto C. Sanchez wrote: IIRC, you can only use iso9660 or udf filesystems on DVD or CD media. Except for DVD-Ram media. I successfully use ext2 on DVD-Ram. :-) Johannes Me too :) Wackojacko -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "uns

Re: Making an ext2 filesystem on a DVD+RW

2006-11-06 Thread Johannes Wiedersich
Roberto C. Sanchez wrote: > IIRC, you can only use iso9660 or udf filesystems on DVD or CD media. Except for DVD-Ram media. I successfully use ext2 on DVD-Ram. :-) Johannes -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Making an ext2 filesystem on a DVD+RW

2006-11-05 Thread Roberto C. Sanchez
On Sun, Nov 05, 2006 at 09:34:57PM -0500, Jack Dodds wrote: > I am using Sarge with the 2.6.17 kernel from backports.org. > > According to tidbits I have read on the Internet, DVD+RW > support was added to the kernel in 2.6.10, and I should be > able to make an file system on a DVD

Making an ext2 filesystem on a DVD+RW

2006-11-05 Thread Jack Dodds
I am using Sarge with the 2.6.17 kernel from backports.org. According to tidbits I have read on the Internet, DVD+RW support was added to the kernel in 2.6.10, and I should be able to make an file system on a DVD+RW with mke2fs. However, it doesn't work: mke2fs /dev/hdd mke2fs 1.37 (21-Mar

Re: mkdir on dvd+rw

2006-09-16 Thread Eduard Bloch
#include * Fred J. [Fri, Sep 15 2006, 11:53:18AM]: > Hi > > using debian/testing 2.6.15 > cannot I use a dvd+rw as a hard drive? I mean, to > make directories, > move files around, > change content of a file, > ...? > > I just copied "or should I say burn

Re: mkdir on dvd+rw

2006-09-16 Thread Wackojacko
Kevin Mark wrote: On Fri, Sep 15, 2006 at 11:53:18AM -0700, Fred J. wrote: Hi using debian/testing 2.6.15 cannot I use a dvd+rw as a hard drive? I mean, to make directories, move files around, change content of a file, ...? I just copied "or should I say burned" some files using gr

Re: mkdir on dvd+rw

2006-09-15 Thread Kevin Mark
On Fri, Sep 15, 2006 at 11:53:18AM -0700, Fred J. wrote: > Hi > > using debian/testing 2.6.15 > cannot I use a dvd+rw as a hard drive? I mean, to > make directories, > move files around, > change content of a file, > ...? > > I just copied "or should I say burn

mkdir on dvd+rw

2006-09-15 Thread Fred J.
Hiusing debian/testing 2.6.15cannot I use a dvd+rw as a hard drive? I mean, to make directories,move files around,change content of a file,...?I just copied "or should I say burned" some files usinggrowisofs -Z /dev/cdrom1 -R -J /some/fileshow can I place them in a directory on the dv

Re: k3b is not able to detect dvd+rw-tools package

2006-02-01 Thread Justin Guerin
On Wednesday 01 February 2006 11:13, kamaraju kusumanchi wrote: > Justin Guerin wrote: > >On Tuesday 31 January 2006 21:23, kamaraju kusumanchi wrote: [snip] > >Have you tried it as a non-root user? > > Forgot to mention this. k3b works fine for ordinary users. Only when I > use it through sudo, it

Re: k3b is not able to detect dvd+rw-tools package

2006-02-01 Thread kamaraju kusumanchi
le to write dvds. Make sure to install at least version 5.10. Solution: Install the dvd+rw-tools package. But dvd+rw-tools package is already installed on this machine. What should I do to get rid of this error? I do want to burn DVDs. Have you tried it as a non-root user? Forgot to me

Re: k3b is not able to detect dvd+rw-tools package

2006-02-01 Thread Justin Guerin
n't > be able to write dvds. Make sure to install at least version 5.10. > Solution: Install the dvd+rw-tools package. > > But dvd+rw-tools package is already installed on this machine. What > should I do to get rid of this error? I do want to burn DVDs. > Have you tried

k3b is not able to detect dvd+rw-tools package

2006-01-31 Thread kamaraju kusumanchi
Hi Using Debian unstable, latest k3b. When I run $sudo k3b I get a popup error saying Unable to find growisofs executable K3b uses growisofs to actually write dvds. Without growisofs you won't be able to write dvds. Make sure to install at least version 5.10. Solution: Install the d

Re: dvd+rw-format and growisofs

2005-11-15 Thread steef
jonas wrote: Hi, I'm using dvd-rw for my backups. I'm doing this: A script that run during the nigth and create 3 isos dvd+rw-format -force=full -blank=full /dev/hdc (for each dvd) growisofs -use-the-force-luke=DAO -dvd-compat -Z /dev/hdc=/downloads/dvdimage1.iso growisofs -use-the-

dvd+rw-format and growisofs

2005-11-14 Thread jonas
Hi, I'm using dvd-rw for my backups. I'm doing this: A script that run during the nigth and create 3 isos dvd+rw-format -force=full -blank=full /dev/hdc (for each dvd) growisofs -use-the-force-luke=DAO -dvd-compat -Z /dev/hdc=/downloads/dvdimage1.iso growisofs -use-the-force-luk

Re: K3b DVD-RW writing

2005-09-04 Thread David E. Fox
On Wed, 31 Aug 2005 17:23:42 +0200 Carlos Mantero <[EMAIL PROTECTED]> wrote: > Hi folks! > > I have a new Samsung TS-H552 DVD-RW with a maxium writing speed of 4x. I > tried to record some DVD's but in all K3b ignore my selection of I have limited experience generally wit

Re: K3b DVD-RW writing

2005-08-31 Thread Andrew Schulman
> I have a new Samsung TS-H552 DVD-RW with a maxium writing speed of 4x. I > tried to record some DVD's but in all K3b ignore my selection of > writting with 4x speed. This only don't occur when I select 1x speed, > but in all the other cases as writing in "Au

K3b DVD-RW writing

2005-08-31 Thread Carlos Mantero
Hi folks! I have a new Samsung TS-H552 DVD-RW with a maxium writing speed of 4x. I tried to record some DVD's but in all K3b ignore my selection of writting with 4x speed. This only don't occur when I select 1x speed, but in all the other cases as writing in "Auto", &q

Re: Read only extermal DVD RW

2005-01-08 Thread Andrea Vettorello
On Sat, 08 Jan 2005 21:44:34 +1300, YH <[EMAIL PROTECTED]> wrote: > Hi, > > I have a USB external DVD RW which I use it between window and linux for > file backup. I format the DVD disk from the window, the DVDRW is fine to > be read (read only) from my linux box (woody)

Re: Read only extermal DVD RW

2005-01-08 Thread YH
Hi, I have a USB external DVD RW which I use it between window and linux for file backup. I format the DVD disk from the window, the DVDRW is fine to be read (read only) from my linux box (woody). Is there any way to change the DVD device permission in linux to allow me to use "cp"

USB DVD-RW drive

2004-09-20 Thread Andrew Konosky
I have been wanting to get a DVD-RW drive and recently someone suggested I get an external drive, which I had never thought of. It will be more expensive than an internal drive, but I could use it on all of my computers to backup data, with less hassle than an internal drive. Also, I might be

Re: k3b and dvd+rw-tools

2004-08-12 Thread Juraj Kubelka
It is corrected in version 0.11.13-1 (unstable debian) of k3b. If you cannot install this version then install previous version of dvd+rw-tools (dpkg -i /var/cache/apt/archives/dvd...) Cesta On Mon 9.Aug 14:48, Cedric Gavage wrote: > Hi, > > I have a strange thing with k3b... dvd

k3b and dvd+rw-tools

2004-08-09 Thread Cedric Gavage
Hi, I have a strange thing with k3b... dvd+rw-tools package is installed, when I start k3b, I receive a warning with "Unable to find dvd+rw-format" but dvd+rw-format is in /usr/bin and it's in the search path of k3b... Any idea? -- |- Cedric Gavage <[EMAIL PROTECTED]> |-

Recommended external USB DVD+RW drives?

2004-07-01 Thread Luke Reeves
I'm in the market for an external, USB dual-layer DVD recorder. But I'm not sure which ones are compatible with Linux and the dvdrwtools. The one I'm examining is the Sony DRX-700UL, a slick little package. Can anyone recommend me similar external DVD writers? Or any information about the S

Re: Is there a list of recommended DVD RW Drives for Linux?

2004-05-24 Thread Greg Madden
On Monday 24 May 2004 10:25 am, Jake Johnson wrote: > I am looking for a dvd burner and was looking for some > recommendations. -- > Thanks, > Jake Johnson > [EMAIL PROTECTED] Browsing these archives has some good info on what works, some comments on media as well. I have a couple of Pioneers tha

  1   2   >