Re: FS impl.

2005-05-07 Thread David Parfitt
Hi - Thank you all for the suggestions - I have a long weekend of hacking ahead of me :-) Thanks again - David On 5/6/05, Stephan Uphoff <[EMAIL PROTECTED]> wrote: > On Fri, 2005-05-06 at 16:01, Kip Macy wrote: > > On Fri, 6 May 2005, David Parfitt wrote: > > > > > Hi - > > > I have been tryi

Re: FS impl.

2005-05-06 Thread Stephan Uphoff
On Fri, 2005-05-06 at 16:01, Kip Macy wrote: > On Fri, 6 May 2005, David Parfitt wrote: > > > Hi - > > I have been trying to write my own UFS-like filesystem > > implementation for fun. I had read somewhere that UFS was developed in > > user space (correct me if I'm wrong on that one) and then m

Re: FS impl.

2005-05-06 Thread Kurt J. Lidl
On Fri, May 06, 2005 at 02:01:35PM -0600, Warner Losh wrote: > > I have been trying to write my own UFS-like filesystem > > implementation for fun. I had read somewhere that UFS was developed in > > user space (correct me if I'm wrong on that one) and then moved over > > to kernel-space. I was wo

Re: FS impl.

2005-05-06 Thread Bakul Shah
> I have been trying to write my own UFS-like filesystem > implementation for fun. I had read somewhere that UFS was developed in > user space (correct me if I'm wrong on that one) and then moved over > to kernel-space. I was wondering if there are any existing facilities > in the kernel source t

Re: FS impl.

2005-05-06 Thread Warner Losh
> I have been trying to write my own UFS-like filesystem > implementation for fun. I had read somewhere that UFS was developed in > user space (correct me if I'm wrong on that one) and then moved over > to kernel-space. I was wondering if there are any existing facilities > in the kernel source t

Re: FS impl.

2005-05-06 Thread Kip Macy
On Fri, 6 May 2005, David Parfitt wrote: > Hi - > I have been trying to write my own UFS-like filesystem > implementation for fun. I had read somewhere that UFS was developed in > user space (correct me if I'm wrong on that one) and then moved over > to kernel-space. I was wondering if there a

FS impl.

2005-05-06 Thread David Parfitt
Hi - I have been trying to write my own UFS-like filesystem implementation for fun. I had read somewhere that UFS was developed in user space (correct me if I'm wrong on that one) and then moved over to kernel-space. I was wondering if there are any existing facilities in the kernel source tree t