我知道这个领域有很多问题,但如果不格式化整个磁盘,我仍然无法安装 ubuntu。
我有 Windows 8 和 4 个分区 100 GB - Windows 30 GB 117 GB 418 GB 和我在 Windows 磁盘管理工具中创建的 30GB 未分配空间(我以为 Ubuntu 会看到它)
Ubuntu(Live)可以完美地看到所有分区,并且我可以访问它:
sudo lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL
NAME FSTYPE SIZE MOUNTPOINT LABEL
sda 698,7G
├─sda1 ntfs 100M /media/ubuntu/Zastrzeżone przez Zastrzeżone przez system
├─sda2 ntfs 100,9G /media/ubuntu/8EF8F38DF8F37237
├─sda3 ntfs 30G /media/ubuntu/10A28513A284FF0A
├─sda4 ntfs 117,7G /media/ubuntu/Muzyka Muzyka
└─sda5 ntfs 418,4G /media/ubuntu/Nowy Nowy
sdb 14,7G
└─sdb1 vfat 14,7G /cdrom EJZEPEN
sr0 1024M
loop0 squashfs 842,7M /rofs
但是安装程序看到的磁盘是这样的:(见截图)
我想在 30GB 未分配空间上安装 Ubuntu 或者在不格式化的情况下从“Nowy”分区创建一个新分区。
sudo fdisk -lu
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: 0x4f693826
Device Boot Start End Blocks Id System
/dev/sda1 63 2047 992+ 42 SFS
Partition 1 does not start on physical sector boundary.
/dev/sda2 * 2048 206847 102400 42 SFS
/dev/sda3 206848 211765247 105779200 42 SFS
/dev/sda4 211765248 1465147119 626690936 42 SFS
Disk /dev/sdb: 15.8 GB, 15805186048 bytes
255 heads, 63 sectors/track, 1921 cylinders, total 30869504 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 identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdb1 * 128 30869503 15434688 c W95 FAT32 (LBA)