UFS: I'm in a bit of a bind

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
theubu
Member
Member
Posts: 38
Joined: Wed Dec 01, 2004 12:00 am
Location: New York
Contact:

UFS: I'm in a bit of a bind

Post by theubu »

I'm in a bit of a bind and could use a little help wrapping up the balance of UFS functionality.
I'm willing to compensate so please email me as I'd rather discuss full details with a little more privacy.

[email protected]
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

UFS (Was used in early BSD systems, Almost all modern Unixes use FFS filesystem..)

FFS (Berkeley Fast File System) Is very well documented and Modern BSD project's use it as their default file system.

Can't you use BSD licensed source code? It's legal to use it in open and closed source project's.

Here is the official documentation..
http://www.cs.berkeley.edu/~brewer/cs262/FFS.pdf
http://www.cs.cornell.edu/Courses/cs614 ... /KJL84.pdf

I find this documentation very helpful also..
http://www.tldp.org/HOWTO/Filesystems-HOWTO.html


Good Luck :)
Last edited by Brynet-Inc on Thu Oct 19, 2006 1:45 pm, edited 4 times in total.
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
theubu
Member
Member
Posts: 38
Joined: Wed Dec 01, 2004 12:00 am
Location: New York
Contact:

Post by theubu »

I was tempted to use the code straight from the FBSD tree however the FBSD VFS and the VFS I use are not quite similar so it's going to take a little work to port it over. Unfortunately I'm trying to get a quick turn around and making this happen and I'm involved with a few other things right now that I don't quite have the time.
Post Reply