how to see unallocated hard disk space on linux
Answer Posted / john
Took clue from Answer 4,
In RHEL 5.5, I used:
parted /dev/sda print all free
This listed all partitions detailed, with free space available.
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
How do I know my shell?
What is the bash in linux?
How do I move to root in linux?
How to root mirror in linux?
What is filter command in unix?
How do you sort cpu in top command?
How do you create a text file in linux terminal?
What does grep grep do?
How do I list directories in linux?
Explain about the command elm?
What is cmake in linux?
What is the difference between clang and llvm?
What is clang tidy?
How use more command in linux?
You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?