This is a discussion on How to make partition in SCSI device with a script? within the Linux Operating System forums, part of the Unix Operating Systems category; --> Hi All, I want to create one big partition in /dev/sda, but I don't know how big of /dev/sda. ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Alex wrote: > Hi All, > I want to create one big partition in /dev/sda, but I don't know how big > of /dev/sda. How I can do it in a script? Thanks. sfdisk -l /dev/sda will give you the size. man sfdisk to see usage and examples. If you don't care about the size then ,,, is a good default value. -- Change to leews to mail |