Results 1 to 2 of 2
how to list the mounted volume/drive in c...
- 09-22-2008 #1Just Joined!
- Join Date
- Aug 2008
- Posts
- 3
how to list the mounted volume/drive in c
how to list the mounted volume/drive in c
- 09-23-2008 #2
Your C program can get information about mounted volumes and drives from the /proc directory. For more information, do this at the command line:
Hope this helps.Code:man 5 proc
--
Bill
Old age and treachery will overcome youth and skill.


Reply With Quote