I created a geom_stripe on a server today with 2 gpt partitions.
if you check the handbook page on geom_stripe:
http://www.freebsd.org/doc/en/books/handbook/geom-striping.html
step four says:
Write a standard label, also known as a partition table, on the new volume and install the default bootstrap code:
and then step 5 says:
This process should have created two other devices in the /dev/stripe directory in addition to the st0 device. Those include st0a and st0c. At this point a file system may be created on the st0a device with the newfs utility:
this is the part i'm questioning....when i did this, i only see 1 new item
my stripe is named home so in /dev/stripe/ i see
home homea
according to the handbook i should see something like
home homea homec
what gives?
if you check the handbook page on geom_stripe:
http://www.freebsd.org/doc/en/books/handbook/geom-striping.html
step four says:
Write a standard label, also known as a partition table, on the new volume and install the default bootstrap code:
Code:
# bsdlabel -wB /dev/stripe/st0
and then step 5 says:
This process should have created two other devices in the /dev/stripe directory in addition to the st0 device. Those include st0a and st0c. At this point a file system may be created on the st0a device with the newfs utility:
this is the part i'm questioning....when i did this, i only see 1 new item
my stripe is named home so in /dev/stripe/ i see
home homea
according to the handbook i should see something like
home homea homec
what gives?