LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* isofs maintainer and write support
@ 2008-01-13 13:28 xerces8
2008-01-13 14:32 ` Jan Engelhardt
2008-01-14 16:10 ` Lennart Sorensen
0 siblings, 2 replies; 3+ messages in thread
From: xerces8 @ 2008-01-13 13:28 UTC (permalink / raw)
To: linux-kernel
Hi!
I write here as the MAINTAINERS file has no entry about the isofs.
The question is : Is there any plan/way/idea to have read/write support
for isofs ?
I know of user space tools that can perform any operation (like
create/read/write/rename/delete file/directory) but that is nowhere
as convenient as a real filesystem.
Use case: Editing a iso9660 filesystem on a DVD+RW. With a r/w isofs most
changes would take a few seconds, while without, the entire 4.5 gigabytes
must be copied to HD, edited and then remastered back to the DVD medium.
(Why I don't use another FS ? Because I use the DVD to store music for
my car cd/dvd player and it understands only iso9660.)
(neither does it know vorbis. Or aac+ :-( )
Regards,
David Balažic
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: isofs maintainer and write support
2008-01-13 13:28 isofs maintainer and write support xerces8
@ 2008-01-13 14:32 ` Jan Engelhardt
2008-01-14 16:10 ` Lennart Sorensen
1 sibling, 0 replies; 3+ messages in thread
From: Jan Engelhardt @ 2008-01-13 14:32 UTC (permalink / raw)
To: xerces8; +Cc: linux-kernel
On Jan 13 2008 14:28, xerces8 wrote:
>
>I write here as the MAINTAINERS file has no entry about the isofs.
>
>The question is : Is there any plan/way/idea to have read/write support
>for isofs ?
>
>I know of user space tools that can perform any operation (like
>create/read/write/rename/delete file/directory) but that is nowhere
>as convenient as a real filesystem.
No. ISO-9660 is not meant to be randomly written, just like romfs,
cramfs and squashfs and .tar.gz/.tar.bz2 files. Userspace tools
recreate the whole ISO (or are very smart in reordering blocks). Use
UDF instead.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: isofs maintainer and write support
2008-01-13 13:28 isofs maintainer and write support xerces8
2008-01-13 14:32 ` Jan Engelhardt
@ 2008-01-14 16:10 ` Lennart Sorensen
1 sibling, 0 replies; 3+ messages in thread
From: Lennart Sorensen @ 2008-01-14 16:10 UTC (permalink / raw)
To: xerces8; +Cc: linux-kernel
On Sun, Jan 13, 2008 at 02:28:58PM +0100, xerces8 wrote:
> I write here as the MAINTAINERS file has no entry about the isofs.
>
> The question is : Is there any plan/way/idea to have read/write support
> for isofs ?
>
> I know of user space tools that can perform any operation (like
> create/read/write/rename/delete file/directory) but that is nowhere
> as convenient as a real filesystem.
>
> Use case: Editing a iso9660 filesystem on a DVD+RW. With a r/w isofs most
> changes would take a few seconds, while without, the entire 4.5 gigabytes
> must be copied to HD, edited and then remastered back to the DVD medium.
> (Why I don't use another FS ? Because I use the DVD to store music for
> my car cd/dvd player and it understands only iso9660.)
> (neither does it know vorbis. Or aac+ :-( )
I find it hard to believe any device that can read a DVD doesn't support
UDF. That would be a very dumb design choice.
UDF was designed for read/write use. iso9660 was very much designed for
read only. It is much more complex to update an iso9660 filesystem
after it is created. It just wasn't meant for it.
--
Len Sorensen
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-01-14 16:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-13 13:28 isofs maintainer and write support xerces8
2008-01-13 14:32 ` Jan Engelhardt
2008-01-14 16:10 ` Lennart Sorensen
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).