Linuxオペレーティングシステムがインストールされているパブリッククラウドサーバーを使用します。別のパーティションを作成したいです。どうすればいいですか? LVMを使用したいのですが、Linuxでは次のように言います。
Can't open /dev/vda1 exclusively. Mounted filesystem?
また
pvcreate /dev/vda1
みましょう:
# fdisk -l
Disk /dev/vda: 42.9 GB, 42949672960 bytes, 83886080 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x000aea28
Device Boot Start End Blocks Id System
/dev/vda1 * 2048 83875364 41936658+ 8e Linux LVM
# pvcreate /dev/vda1
Can't open /dev/vda1 exclusively. Mounted filesystem?
Can't open /dev/vda1 exclusively. Mounted filesystem?
助けてください。私はまだ初心者です。