Filesystem: vmufs

Adrian McMenamin (adrian@mcmen.demon.co.uk)
Mon, 28 Apr 2003 00:43:00 +0100


I am writing a filesystem driver for the Sega Dreamcast Virtual Memory Unit
(vmu) for 2.4 and have:

* Got read (in every way afaics) to work fine
* Added ability to delete files
* Added ability to copy a file on top of an existing file
(see the cvs for the project if you need to know more - follow the link off
http://linuxdc.net)

But, I cannot work out how to add the ability to, say, mv a file:

mv /somedirectory/ext2file /mnt/vmu/ext2file

or

cp /somedirectory/ext2file /mnt/vmu/ext2file

What calls do I need to implement to ensure that these two command actually
work (at present they fail reporting that /mnt/vmu/ext2file does not exist).

Sorry to add to the traffic on this list but googling and various newsgroup
searches have failed to tuen up the answers I need and the souce is very
complicated.

Adrian McMenamin
adrian@mcmen.demon.co.uk
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/