FreeBSD 8.3. I have HDD(1,8TB), that contains one slice (1,8 TB). The slice has 700 GB free space. It has several partitions /dev/ar0s1a - /dev/ar0s1e. I tried to create a new partition on an existing slice of the HDD - /dev/ar0s1f
Then I choose OK and then I get:
After exit from sysinstall, the /dev/ar0s1f was not created. After rebooting the /dev/ar0s1f was not created.
Therefore I can not use
Any suggestions?
- mkdir the new mount point /reposit
- On sysinstall menu select Configure->Label->select the slice and press C->specify the created mountpoint and partition size->press W
Code:
Unable to add /dev/ar0s1b as swap device busy
Then I choose OK and then I get:
Code:
Error mounting /dev/ar0s1f on /reposit: No such file or directory
After exit from sysinstall, the /dev/ar0s1f was not created. After rebooting the /dev/ar0s1f was not created.
Therefore I can not use
newfs /dev/ar0s1f
to format the new partition of the slice of the HDD.Any suggestions?