Link to home
Start Free TrialLog in
Avatar of thegameskeeper
thegameskeeper

asked on

Minix(Unix) recover blocks

I am developing a C code to run on Minix(unix version) that recovers an unused block and guves it a name, the block number should be passed as a argument.

can any one find me a breif example of this being done.
Avatar of sunnycoder
sunnycoder
Flag of India image

>that recovers an unused block and guves it a name
not very sure what you mean by this ? What sort of name ?
Avatar of thegameskeeper
thegameskeeper

ASKER

>that recovers an unused block and guves it a name
not very sure what you mean by this ? What sort of name ?

ILL get back to you on this, but on my last question, i have read the superblock and it doesnt do what i wanted, instead of read the file and lseek to the superblock, i think its best to lseek to the zonebitmap, but after i do this what does the information represent there and once again how can i use that for loop
>that recovers an unused block and guves it a name
not very sure what you mean by this ? What sort of name ?

a regular char *, provided by user, so it can be used as alias
ASKER CERTIFIED SOLUTION
Avatar of sunnycoder
sunnycoder
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial