Re: DVD-RAM questions

2007-01-10 Thread Rob Sims
On Tue, Jan 09, 2007 at 01:25:20PM -0800, Paul Johnson wrote:

> UDF was designed for the Write-Once, Read-Many DVD-ROM/RAM/RW.  Just use
> udf.  Any compuer with a DVD drive can read udf; ext2/3 is designed for
> read-write filesystems and only works on Linux.

UDF was designed for write once and RW situations, initially for
Magneto-Optical drives.  Later, sequential write once ability for CD-R
was added to the existing random write once ability.  

The focus of UDF design was interchangeability.  There is nothing in UDF
that would have better performance characteristics over ext2 on DVD-RAM.
You wouldn' be able to use ext2 on -R media, but that's not the issue.
Further, the Linux UDF fs is buggy.
-- 
Rob


signature.asc
Description: Digital signature


Re: DVD-RAM questions

2007-01-09 Thread Paul Johnson
Robert Epprecht wrote:

> I have a couple of questions about DVD-RAM on Debian Sarge,
> kernel 2.4.27-3-686
> 
> 
> If I format DVD-RAMs with ext2 most things work fine but there
> are two minor problems:
> 
> When I shut down the system without manually umounting the DVD-RAM
> it does not get cleanly umounted like a hd or somesuch.
> 
> When I'm formating a medium the system gets real slow and sometimes
> it does not react on user input any more for some time.
> 
> 
> Following some discussions on debian lists I got the impression
> that udf would be a 'better' filesystem for DVD-RAM.
> Is this true and why?

UDF was designed for the Write-Once, Read-Many DVD-ROM/RAM/RW.  Just use
udf.  Any compuer with a DVD drive can read udf; ext2/3 is designed for
read-write filesystems and only works on Linux.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



DVD-RAM questions

2007-01-06 Thread Robert Epprecht
I have a couple of questions about DVD-RAM on Debian Sarge,
kernel 2.4.27-3-686


If I format DVD-RAMs with ext2 most things work fine but there
are two minor problems:

When I shut down the system without manually umounting the DVD-RAM
it does not get cleanly umounted like a hd or somesuch.

When I'm formating a medium the system gets real slow and sometimes
it does not react on user input any more for some time.


Following some discussions on debian lists I got the impression
that udf would be a 'better' filesystem for DVD-RAM.
Is this true and why?

I wanted to try and I did
mkudffs --media-type=dvdram /dev/scd6
which did (?) it's job in a few seconds (while mkfs.ext2 takes a while)
and then I could
mount -tudf /dev/$DVDRAM_DEVICE /DVD-RAM

muz:~# mount
[snip]
/dev/scd6 on /DVD-RAM type udf (rw)

but I can't write files on the device:
muz:~# > /DVD-RAM/new_file
-bash: /DVD-RAM/new_file: Read-only file system

What did I do wrong?
Robert


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]