Re: basic filesystem -- sb_bread stucks

2009-09-10 Thread nidhi mittal hada
On Wed, Sep 2, 2009 at 2:45 PM, nidhi mittal hada wrote: > > Hi All > "I am writing for learning purpose a basic filesystem that just mounts > loads super block and root inode from disk." > > Now i am facing a problem > when i do > > mount -t myfs2 utils/nnn /mnt -o loop - it stucks here

Re: basic filesystem -- sb_bread stucks

2009-09-10 Thread nidhi mittal hada
in testfs-- in fill super I was learning writing basic filesystem step by step-- till now what i wrote just mounts . Now can someone help me to clarify the difference between 1)blocksize we give when we do 'dd if=/dev/zero of=nnn bs=4096 count=10 ans: in my view -- just to define size of file 40

Re: basic filesystem -- sb_bread stucks

2009-09-02 Thread SandeepKsinha
NIdhi, On Wed, Sep 2, 2009 at 2:45 PM, nidhi mittal hada wrote: > > Hi All > "I am writing for learning purpose a basic filesystem that just mounts > loads super block and root inode from disk." > > Now i am facing a problem > when i do > > mount -t myfs2 utils/nnn /mnt -o loop - it stucks he

basic filesystem -- sb_bread stucks

2009-09-02 Thread nidhi mittal hada
Hi All "I am writing for learning purpose a basic filesystem that just mounts loads super block and root inode from disk." Now i am facing a problem when i do mount -t myfs2 utils/nnn /mnt -o loop - it stucks here then doing ps -ax | grep -i mountshows themount script is in RL