Results 1 to 3 of 3
Hi,
What is the shell command to detect boot disk in linux?
Thanks in advance,
R...
- 08-13-2007 #1Just Joined!
- Join Date
- Apr 2007
- Posts
- 6
What is the command to detect boot disk in linux?
Hi,
What is the shell command to detect boot disk in linux?
Thanks in advance,
R
- 08-13-2007 #2
fdisk -l will list all partitions. does that help?
- 08-13-2007 #3Just Joined!
- Join Date
- Apr 2007
- Posts
- 6
Thanks...But I was looking for a command that would directly list me boot partition.... I am trying to use it in my perl script.
I have this...but is not good enough...
fdisk -l | grep \*


Reply With Quote