Guest elgringo Posted June 7, 2008 Share Posted June 7, 2008 Hi, Is there a command to check free disk space in my loop file ? Thank you, ElGringo Link to comment Share on other sites More sharing options...
Kyalami Posted January 3, 2009 Share Posted January 3, 2009 (edited) I SO Second that question! Tom Edited January 3, 2009 by Kyalami Link to comment Share on other sites More sharing options...
theYinYeti Posted January 4, 2009 Share Posted January 4, 2009 The obvious answer is to mount the loop file and then run the df command. Is there any reason why you wouldn't want to mount the file? Yves. Link to comment Share on other sites More sharing options...
Kyalami Posted January 7, 2009 Share Posted January 7, 2009 (edited) The obvious answer is to mount the loop file and then run the df command. Is there any reason why you wouldn't want to mount the file? Yves. Noob question. How would you mount the loop file? Tom Edited January 7, 2009 by Kyalami Link to comment Share on other sites More sharing options...
tyme Posted January 7, 2009 Share Posted January 7, 2009 (edited) short answer, in a terminal/console (as root): # mount -o loop /path/to/your.iso /path/to/mount/at/ a bit more explained (though still terminal based) here HTH Edited January 7, 2009 by tyme Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now