I'm having a nightmare today. I lost a drive in my RAID0 pool (2x 4TB drive and 1x 8TB drive), which of course means I lost everything. I'm not going down to a single drive so the impact is less when this happens again (unfortunately I can't afford more drives for RAID5/6 atm).
But when I try and create a new ZFS, I get this error:
()
# /sbin/zpool create -o ashift=12 data /dev/sdc
mountpoint '/data' exists and is not empty
use '-m' option to provide a different default
TASK ERROR: command '/sbin/zpool create -o 'ashift=12' data /dev/sdc' failed: exit code 1
But I can't find an existing data mountpoint anywhere. Does anyone have any ideas?
But when I try and create a new ZFS, I get this error:
()
# /sbin/zpool create -o ashift=12 data /dev/sdc
mountpoint '/data' exists and is not empty
use '-m' option to provide a different default
TASK ERROR: command '/sbin/zpool create -o 'ashift=12' data /dev/sdc' failed: exit code 1
But I can't find an existing data mountpoint anywhere. Does anyone have any ideas?