我在 Windows 7 上安装了 Ubuntu 13.04,初始分配空间为 18.2 GB。现在我收到增加磁盘空间的警告,我想增加 Ubuntu 的磁盘空间。我的总硬盘空间为 320 GB,从其他帖子中可以看到,当我在终端中执行以下命令时:
sudo fdisk -l
我收到以下回复
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 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: 0xcfc64c27
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 3074047 1536000 7 HPFS/NTFS/exFAT
/dev/sda2 3074048 596467711 296696832 7 HPFS/NTFS/exFAT
/dev/sda3 596467712 625139711 14336000 7 HPFS/NTFS/exFAT
我运行df
命令并得到以下响应:
xxx@ubuntu:~$ df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/loop0 17753424 14090256 2754676 84% /
none 4 0 4 0% /sys/fs/cgroup
udev 1861852 8 1861844 1% /dev
tmpfs 374280 900 373380 1% /run
none 5120 0 5120 0% /run/lock
none 1871396 156 1871240 1% /run/shm
none 102400 28 102372 1% /run/user
/dev/sda2 296696828 58764616 237932212 20% /host
它似乎安装在 /dev/loop0 中,但没有显示在 Gparted 中。
请帮助我增加 Ubuntu 13.04 的磁盘空间。注意:我在其他线程中没有看到任何可用的 GParted 磁盘分区程序。
答案1
答案2
您正在使用 Wubi,这就是为什么 Linux 文件系统不明显的原因。
有几种方法可以调整 Wubi 的大小。
这必须在实时环境中运行。
https://help.ubuntu.com/community/ResizeWubiDisk
你也可以使用稍微不同的方法
这里的第一种方法可以在 wubi 环境中使用
https://help.ubuntu.com/community/ResizeandDuplicateWubiDisk#Automated_resize
这里的第二种方法需要从实时环境运行
https://help.ubuntu.com/community/ResizeandDuplicateWubiDisk#Manual_resize