我在 640 GB 的硬盘驱动器上安装了 Windows 7,在 2TB 的硬盘驱动器上安装了 Ubuntu。我一直倾向于把所有的音乐、图片、电影等都存储在Windows上,而且存储空间很小。我想知道是否有可能在不使用第三个硬盘驱动器进行传输的情况下交换磁盘(将 Windows 放在 2TB 上,将 Ubuntu 放在 640GB 上)。
编辑:输出df -h
udev 3.9G 0 3.9G 0% /dev
tmpfs 785M 9.5M 775M 2% /run
/dev/sdc2 47G 7.8G 37G 18% /
tmpfs 3.9G 30M 3.8G 1% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
/dev/sda1 1.4T 36G 1.3T 3% /home
/dev/sdc1 511M 22M 490M 5% /boot/efi
/dev/sda2 1.4T 70M 1.4T 1% /scratch
cgmfs 100K 0 100K 0% /run/cgmanager/fs
tmpfs 785M 60K 784M 1% /run/user/1000
/dev/sdd1 7.6G 1.1G 6.6G 15% /media/david/8615-2D9A
/dev/sr0 703M 703M 0 100% /media/david/UDF Volume
输出sudo fdisk -l
:
Disk /dev/sdb: 596.2 GiB, 640135028736 bytes, 1250263728 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
Disklabel type: gpt
Disk identifier: 37AA04C9-275A-43E5-BFE2-4355CFC935DC
Device Start End Sectors Size Type
/dev/sdb1 2048 1250263039 1250260992 596.2G Microsoft basic data
Disk /dev/sda: 2.7 TiB, 3000592982016 bytes, 5860533168 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
Disklabel type: gpt
Disk identifier: 0CCD5B1E-CFED-4DEC-8416-B44E0CDFCFEA
Device Start End Sectors Size Type
/dev/sda1 2048 2867201266 2867199219 1.3T Linux filesystem
/dev/sda2 2867202048 5860532223 2993330176 1.4T Linux filesystem
Disk /dev/sdc: 55.9 GiB, 60022480896 bytes, 117231408 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
Disklabel type: gpt
Disk identifier: 41756814-F17E-4683-923A-2459F60FB188
Device Start End Sectors Size Type
/dev/sdc1 2048 1050623 1048576 512M EFI System
/dev/sdc2 1050624 100749311 99698688 47.6G Linux filesystem
/dev/sdc3 100749312 117229567 16480256 7.9G Linux swap
Disk /dev/sdd: 7.6 GiB, 8166703104 bytes, 15950592 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
Disklabel type: dos
Disk identifier: 0xc3e0984f
Device Boot Start End Sectors Size Id Type
/dev/sdd1 * 11640 15950591 15938952 7.6G c W95 FAT32 (LBA)
你能给出输出
df -h
吗?我认为如果你在大磁盘中有足够的可用空间来复制所有使用
dd
它的 ubuntu 文件系统是可能的。然后你将不得不手动修改grub。谢谢,在我看来,您
/home
的磁盘在大磁盘中,而根目录/
在小磁盘中。的输出
sudo fdisk -l
将有助于澄清。sdb
在(所有窗口)sda
(home 和 scratch)和sdc
(EFI 和 linux fs)中可能有 3 个物理磁盘。请确定
lsblk -io KNAME,TYPE,SIZE,MOUNTPOINT
您可以使用分区
sda2
scratch 来托管您的 Windows。