Hi everyone hope u guys doing well.
am trying to setup one new ssd as xfs storage
In Node > Disks > Directory i clicked on create directory and selected that unused SSD and selected File system as xfs instead of ext4 after that i got error
i opened shell and executed the last failed common manually which executed without any error
but now when i try to create new VM and try to select storage this new xfs drive not appearing
shows
so any idea how to fix it or unmount it so that can mount it as ext4 if have issues with xfs
am trying to setup one new ssd as xfs storage
In Node > Disks > Directory i clicked on create directory and selected that unused SSD and selected File system as xfs instead of ext4 after that i got error
Code:
# /sbin/sgdisk -n1 -t1:8300 /dev/sdd
The operation has completed successfully.
# /sbin/mkfs -t xfs /dev/sdd1
mkfs.xfs: /dev/sdd1 appears to contain an existing filesystem (ext4).
mkfs.xfs: Use the -f option to force overwrite.
TASK ERROR: command '/sbin/mkfs -t xfs /dev/sdd1' failed: exit code 1
i opened shell and executed the last failed common manually which executed without any error
Code:
mkfs -t xfs -f /dev/sdd1
but now when i try to create new VM and try to select storage this new xfs drive not appearing
Code:
lsblk
Code:
sdd 8:48 0 232.9G 0 disk
└─sdd1 8:49 0 232.9G 0 part
so any idea how to fix it or unmount it so that can mount it as ext4 if have issues with xfs