From: Adrian M. <ad...@mc...> - 2002-12-09 20:18:58
|
On Monday 09 Dec 2002 11:41 am, car...@us... wrote: > Hi, I readed some of the conversation of how > VMU FS should be, and i want to say my opinion: > I think that VMU should be a device, only > a device in /dev , for example /dev/vmu0 > and a application should access to the device > and change the metadata, add/delete files, etc... > Making and FS Driver in linux is too hard because > VMU does not support subdirectories. > I'm too new in talking about dessing of this > and my English is so bad... > Luck with the LinuxDC Project! Well, it's not that difficult. A perfectly good read version (with some write capabilities) already exists in the CVS. The necessary support to use it as device has been there for over three months too. But using it as a oplain block device does not allow you to delete or add files - unless you want to spend all your time with a hex editor. Adrian |