9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: geoff@plan9.bell-labs.com
To: 9fans@cse.psu.edu
Subject: RE: [9fans] scuzz doesn't like CD-RW?
Date: Tue, 10 Oct 2006 15:50:32 -0400	[thread overview]
Message-ID: <97010a14b9b45544faa19a7117f18316@plan9.bell-labs.com> (raw)
In-Reply-To: <ACCF003CBA3D09458207DB0CB86AD17D740251@XMAIL.asuch.cas.cz>

Depending on the drive, you may also need to write multiples of 2048
bytes, padded if necessary.  tar writes multiples of 512 bytes, so
using dd to pad it might be necessary.  Even then, if you write
directly to /dev/sdD0/data, you'll need to fixate (close) the disc.

I'm not sure what there is to fear about iso 9660 format.  It doesn't
encrypt your data and files tend to be written contiguously (I'm not
sure if that's required by the format or just a good idea to make
reading faster), so digging the data out by hand shouldn't be
difficult if suddenly all the world's 9660-reading programs stopped
working.

Note that using cdfs doesn't imply use of 9660 format, and using cdfs
would take care of fixating the disc at least.



  parent reply	other threads:[~2006-10-10 19:50 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-09  5:01 cej
2006-10-09 18:12 ` geoff
2006-10-09 18:34   ` geoff
2006-10-10  4:28     ` cej
2006-10-10  7:29       ` Bruce Ellis
2006-10-10  7:44         ` Charles Forsyth
2006-10-10  7:50         ` cej
2006-10-10  8:09           ` Charles Forsyth
2006-10-10  8:13             ` Charles Forsyth
2006-10-10  8:23               ` Charles Forsyth
2006-10-10  8:37                 ` Bruce Ellis
2006-10-10 19:50       ` geoff [this message]
2006-10-10 21:56         ` Paweł Lasek
2006-10-10 22:14           ` Martin Neubauer
2006-10-11 10:46         ` cej

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=97010a14b9b45544faa19a7117f18316@plan9.bell-labs.com \
    --to=geoff@plan9.bell-labs.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).