- 論壇徽章:
- 5
|
回復(fù) 5# jixuuse
搞定了
我把兩塊硬盤(pán)接到一臺(tái)linux機(jī)器上,再mount
提示:
mount: unknown filesystem type 'LVM2_member'
搞了半天 這設(shè)備顯示軟raid 然后lvm
安裝完lvm2后 運(yùn)行l(wèi)vdisplay 查看了下
---------------------------------------------
lcx@freebd:~$ sudo lvdisplay
--- Logical volume ---
LV Path /dev/c/c
LV Name c
VG Name c
LV UUID rmztNB-i7CO-b0I8-i1fL-ObFK-ebEJ-JybJk1
LV Write Access read/write
LV Creation host, time ,
LV Status available
# open 0
LV Size 451.25 GiB
Current LE 7220
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 252:0
已經(jīng)激活
然后就直接mount /dev/c/c /mnt/raid
就ok了
不過(guò)他這個(gè)LV name 和VG name 多是c 難道是導(dǎo)入原有的name后自動(dòng)替換成c了?不大明白
|
|