lxc storage create default btrfs source=/dev/sdc
error: Failed to create the BTRFS pool: /dev/sdc appears to contain an existing filesystem (btrfs).
ERROR: use the -f option to force overwrite of /dev/sdc
btrfs-progs v4.9.1
See http://btrfs.wiki.kernel.org for more information.
我正在提供-f选项,因为我不想丢失我现有的容器,并担心它将破坏磁盘。
命令是“ lxc存储创建默认btrfs源= / dev / sdc”,而fs类型是btrfs,但是lxd抛出该错误。
—
Kundarsa
mount /dev/sdc /mnt
命令?在大多数现代linux操作系统中,mount命令足够聪明,可以解释磁盘上文件系统的类型并进行安装。