سلام دوستان
من چیزای خیلی مهمی توی هاردم دارم
امروز برای ی کار مهمی احتیاج به ویندوز و انویدیا کردم . خواستم که با gparted پارتیشنمو برای ویندوز ریسایز کنم تا کنار اوبونتو نصبش کنم اما ریسایز نمیکرد چون lvm داشت و با انلاکشم تغییری نکرد و احتیاج بع دیلیت lvm بود ...
من هم این تایپیک رو پیدا کردم
http://www.tcpdump.com/kb/os/linux/lvm-removal.html انجام دادم دو پارتیشن sda1 و sda2 انلاک شد اما sda5 انلاک نشد ...
اینم داستان پارتیشن ها :
root@ubuntu:~# fdisk -l
Disk /dev/sda: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x0003e974
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 499711 248832 83 Linux
/dev/sda2 501758 1465147391 732322817 5 Extended
Partition 2 does not start on physical sector boundary.
/dev/sda5 501760 1465147391 732322816 83 Linux
Disk /dev/mapper/luks-c9ffb771-14dc-4b6c-8793-6654b5621e10: 749.9 GB, 749896466432 bytes
255 heads, 63 sectors/track, 91169 cylinders, total 1464641536 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00000000
Disk /dev/mapper/luks-c9ffb771-14dc-4b6c-8793-6654b5621e10 doesn't contain a valid partition table
اینم اصلاعات gparted
http://uploadimage.ir/uploads/13544690061.pngاول دستورای زیر رو زدم:
mount /dev/mapper/luks-c9ffb771-14dc-4b6c-8793-6654b5621e10 /mnt
mount: unknown filesystem type 'LVM2_member'
lvremove /dev/mapper/luks-c9ffb771-14dc-4b6c-8793-6654b5621e10
skip_dev_dir: Couldn't split up device name luks-c9ffb771-14dc-4b6c-8793-6654b5621e10
Volume group "luks-c9ffb771-14dc-4b6c-8793-6654b5621e10" not found
Skipping volume group luks-c9ffb771-14dc-4b6c-8793-6654b5621e10
ریبوت کردم پس خواست (!) وارد کردم بالا نیومد
گوگلیدم و تایپیک زیر رو پیدا کردم
http://ubuntuforums.org/showthread.php?t=868681همه ی کاراشو کردم اما بازم جواب نداد که نداد
پارتیشن اینفو پارتیشنی که آنلاک نشد
sudo cryptsetup luksDump /dev/sda5
LUKS header information for /dev/sda5
Version: 1
Cipher name: aes
Cipher mode: xts-plain64
Hash spec: sha1
Payload offset: 4096
MK bits: 512
MK digest: b9 15 74 37 ab 04 f8 82 c7 1b b6 2c 50 8a 5b 10 1a 68 74 45
MK salt: 47 d3 95 20 a5 16 8e f7 dc e9 1f 64 84 4f 79 59
8b 29 7d 8e 2b c6 ae b5 63 79 f0 5d 8a 72 01 b0
MK iterations: 52625
UUID: c9ffb771-14dc-4b6c-8793-6654b5621e10
Key Slot 0: ENABLED
Iterations: 210834
Salt: 4b 3c 1a 3c 14 a5 eb 14 b9 f8 9a 38 10 68 87 ba
59 fe d1 bb f5 56 74 52 79 bc e4 08 02 20 83 f7
Key material offset: 8
AF stripes: 4000
Key Slot 1: DISABLED
Key Slot 2: DISABLED
Key Slot 3: DISABLED
Key Slot 4: DISABLED
Key Slot 5: DISABLED
Key Slot 6: DISABLED
Key Slot 7: DISABLED
اینم دستورا :
sudo cryptsetup luksOpen /dev/sda5 /mnt
Cannot use device /dev/sda5 which is in use (already mapped or mounted).
اما مونت نشده مپ هم معنیشو نمیدونم ! :-"
ls /dev/mapper
control luks-c9ffb771-14dc-4b6c-8793-6654b5621e10
root@ubuntu:~# mount /dev/sda5 /dev/mapper/test
mount: unknown filesystem type 'crypto_LUKS'
دیگه نمیدونم باید چیکار کنم ...
تو فروم اوبونتو هم مطرح کردم :
http://ubuntuforums.org/showthread.php?p=12384521