Re: [opensuse] Split command to burn DVD+R (file size)



On Wed, 17 Oct 2007, G T Smith wrote:-

<snip>

You do not need dd (or mount), tar with with the DVD/CD device name as
target does it nicely for reading (and writing). I would expect
multi-volume tar to work in the same way as it would with a tape device
in this scenario...

Would you mind letting me know just what options you used to make tar
write straight to a DVD? A few tests here, both as a normal user and
root, fail as shown below:

davjam@lion:~> cd /usr/src/packages/SOURCES
davjam@lion:/usr/src/packages/SOURCES> ls -l
total 236
-rw-r--r-- 1 davjam users 233501 2007-10-14 21:54 mplayerplug-in-3.45-0.pm.2.src.rpm
davjam@lion:/usr/src/packages/SOURCES> tar cf /dev/hdc mplayerplug-in-3.45-0.pm.2.src.rpm
tar: /dev/hdc: Cannot open: Read-only file system
tar: Error is not recoverable: exiting now
davjam@lion:/usr/src/packages/SOURCES> tar cf /dev/dvdrw mplayerplug-in-3.45-0.pm.2.src.rpm
tar: /dev/dvdrw: Cannot open: Read-only file system
tar: Error is not recoverable: exiting now
davjam@lion:/usr/src/packages/SOURCES> tar c --file=/dev/dvdrw mplayerplug-in-3.45-0.pm.2.src.rpm
tar: /dev/dvdrw: Cannot open: Read-only file system
tar: Error is not recoverable: exiting now
davjam@lion:/usr/src/packages/SOURCES> sudo mount /dev/hdc /mnt
root's password:
mount: you must specify the filesystem type
davjam@lion:/usr/src/packages/SOURCES>
davjam@lion:/usr/src/packages/SOURCES> su -
Password:
lion:~ # cd /usr/src/packages/SOURCES
lion:/usr/src/packages/SOURCES # tar cf /dev/hdc mplayerplug-in-3.45-0.pm.2.src.rpm
tar: /dev/hdc: Cannot open: Read-only file system
tar: Error is not recoverable: exiting now
lion:/usr/src/packages/SOURCES # tar cf /dev/dvdrw mplayerplug-in-3.45-0.pm.2.src.rpm
tar: /dev/dvdrw: Cannot open: Read-only file system
tar: Error is not recoverable: exiting now
lion:/usr/src/packages/SOURCES # tar c --file=/dev/dvdrw mplayerplug-in-3.45-0.pm.2.src.rpm
tar: /dev/dvdrw: Cannot open: Read-only file system
tar: Error is not recoverable: exiting now


Regards,
David Bolt

--
Team Acorn: http://www.distributed.net/ OGR-P2 @ 100Mnodes RC5-72 @ 15Mkeys
SUSE 10.0 32bit | SUSE 10.1 32bit | openSUSE 10.2 32bit | openSUSE 10.3 32bit
SUSE 10.0 64bit | SUSE 10.1 64bit | openSUSE 10.2 64bit |
RISC OS 3.11 | RISC OS 3.6 | TOS 4.02 | openSUSE 10.3 PPC
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx



Relevant Pages

  • Re: [opensuse] Split command to burn DVD+R (file size)
    ... multi-volume tar to work in the same way as it would with a tape device ... DVD media as read write filestore but I have never suceeded with my ... Packet writing would be really nice, but again not all hardware has ... I do get an I/O error on retrieving data that looks like it is probably ...
    (SuSE)
  • Re: [opensuse] Split command to burn DVD+R (file size)
    ... Would you mind letting me know just what options you used to make tar ... tar: Error is not recoverable: exiting now ... on my old and now dead DVD device this worked with -c (dunno why ... Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org ...
    (SuSE)
  • Re: [opensuse] Split command to burn DVD+R (file size)
    ... David Bolt wrote: ... Would you mind letting me know just what options you used to make tar ... tar: Error is not recoverable: exiting now ... Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org ...
    (SuSE)
  • Re: Request for Comments: libarchive, bsdtar
    ... In the case of GNU tar, it depends on where it is writing. ... hope that it pads when writing to a tape device, ... Removing leading `/' from member names ...
    (freebsd-arch)
  • Re: Tar error code
    ... that's what the documentation says and the absence of any diagnostic info is why I suspected a tar bug. ... or ENOSPC or even ERANGE, but not EPIPE, at least if tar were writing ... no pipes involved unless the USB connection magic approximates some sort of pipe. ... martin@ | Martin Gregorie ...
    (uk.comp.os.linux)