lofi@0 ??


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting lofi@0 ??
# 1  
Old 03-22-2008
lofi@0 ??

Hi all,

what does this mean?

if [-b /devices/pseudo/lofi@0:$devid]
then
<something>
fi

here is what i know..
it checks if the specified argument no($devid) in some function call is made into a block device and then proceeds with the execution of the loop.

However am not understand what lofi@0:means?
also is there any book or online data sheets where i can learn of such intricate issues?
# 2  
Old 03-22-2008
you are on solaris? have a look at "man lofiadm"!
# 3  
Old 03-22-2008
man lofiadm did not help...

i am particularly interested in finding out what @0 means..
thats all(rest of if i know)

can you pls help me!!
# 4  
Old 03-22-2008
afaik its the first lofi device... so the statement checks if a lofi device is present.
# 5  
Old 03-22-2008
whats afaik?
# 6  
Old 03-22-2008
afaik == as far as I know
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Solaris

difference btw lofi and _lofi

Hi all, can you pls tell me the difference btw, LOFI_FAILED and _LOFI_FAILED these 2 are just variables in the script its used...it just stores values... However i have this vague idea that _LOFI_FAILED is something different .. in the sense that it starts from a _... so could that... (0 Replies)
Discussion started by: wrapster
0 Replies
Login or Register to Ask a Question