All of lore.kernel.org
 help / color / mirror / Atom feed
* opening files
@ 2003-11-06 14:01 luc deschenaux
  2003-11-07 22:53 ` Jan Hudec
  0 siblings, 1 reply; 2+ messages in thread
From: luc deschenaux @ 2003-11-06 14:01 UTC (permalink / raw)
  To: linux-fsdevel

maybe somebody did it already, knows where i need to do it, or has 
something to say about it; so while i start looking how to implement the 
functionality described below, i post a message here

When booting from a livecd, the empty directory tree is duplicated in a 
tmpfs partition and all the cdrom files are linked in it

If a process need to open a file with write permission you have to 
remove the link in ramdisk and replace it with the real file from the cd 
at user level

I'm looking to patch the kernel or libraries so that when a process try 
to open such linked file with write permission, the kernel or library 
replace the link in ramdisk with the real file from cd before opening it 
and returning the file descriptor instead of a "permission denied" error.

infos and suggestions welcome

regards,

Luc


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-11-07 22:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-06 14:01 opening files luc deschenaux
2003-11-07 22:53 ` Jan Hudec

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.