ディスクの使用を開始したい:/ dev / sda(以下を参照)。
ファイルをコピーする前に何をする必要がありますか?(centos 6)
# fdisk -l
Disk /dev/sda: 1030.8 GB, 1030792151040 bytes
255 heads, 63 sectors/track, 125320 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00034e05
Device Boot Start End Blocks Id System
/dev/sda1 * 1 64 512000 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 64 1306 9972736 8e Linux LVM
Disk /dev/mapper/vg_centos6264bit-lv_root: 8095 MB, 8095006720 bytes
255 heads, 63 sectors/track, 984 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/mapper/vg_centos6264bit-lv_swap: 2113 MB, 2113929216 bytes
255 heads, 63 sectors/track, 257 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
私は何をする必要があるのか分かりません。ファイルシステムを作成および/またはマウントする必要がありますか?論理ボリュームも作成する必要があるのでしょうか?
EDIT df -hはディスクを表示しません
# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg_centos6264bit-lv_root
7.3G 4.5G 2.5G 65% /
tmpfs 3.9G 0 3.9G 0% /dev/shm
/dev/sda1 477M 64M 389M 15% /boot
単にマウントしてみました。たぶん、読み取り専用(ro)から始め
—
Xen2050
mount -v -o ro /dev/sda[1 or 2] somedirectory
ますか?ドライブに残しておきたい重要なものはありますか?df
編集を読んだ後sda1
、/ bootパーティションとして既にマウントされているように 見えますが、私にはわかりませんsda2
が、あなた/
とスワップを含むLVMの一部かもしれません...?
マウントしようとしませんでしたが、ちょっと、ヒントをありがとう。マウントが生じました
—
-bpgergo
mount: unknown filesystem type 'LVM2_member'
。ここで、「論理ボリュームをマウントする方法」に重点を置いてこの質問を再投稿すると思います。ご協力ありがとうございます
df -h