Results 1 to 3 of 3
Am doing a simple partition imaging program. Am using libparted for partition things. Before that I want to list the available hard disks (/dev names) attached to the PC Programmatically. ...
- 01-28-2011 #1Just Joined!
- Join Date
- Nov 2010
- Posts
- 3
Listing Hard Drives programmatically.
Am doing a simple partition imaging program. Am using libparted for partition things. Before that I want to list the available hard disks (/dev names) attached to the PC Programmatically. Please help. Thanks in advance.
- 01-29-2011 #2Just Joined!
- Join Date
- Jan 2010
- Posts
- 27
You need to read on libparted API.
I've found following documentation at www .gnu.org/software/parted/api/group__PedDevice.html#_details
Originally Posted by libparted: PedDevice Last edited by saulius2; 01-29-2011 at 08:09 AM.
- 01-30-2011 #3Just Joined!
- Join Date
- Nov 2010
- Posts
- 3
Gotcha. Many thanks 'saulius2'.


Reply With Quote