Hi,
I'd like to add a partition; my 80GB hard disk is:
Basically I would like to add a second slice in free hard disk area (59GB).
This partition has to be formatted with EXT3 fs.
Is the correct command:
?
After, I'll do other work with sysutils/e2fsprogs port.
Thank you!
I'd like to add a partition; my 80GB hard disk is:
Code:
# gpart show
=> 63 156367953 ada0 MBR (74G)
63 31457223 1 freebsd [active] (15G)
31457286 124910730 - free - (59G)
=> 0 31457223 ada0s1 BSD (15G)
0 29360128 1 freebsd-ufs (14G)
29360128 2097094 2 freebsd-swap (1G)
31457222 1 - free - (512B)
Basically I would like to add a second slice in free hard disk area (59GB).
This partition has to be formatted with EXT3 fs.
Is the correct command:
gpart add -s 31457286 -t mbr?
After, I'll do other work with sysutils/e2fsprogs port.
Thank you!