我正在熟悉磁盘分区,以便能够熟练地卸载/挂载。我正在努力理解文件系统层次结构。我的操作系统通过 LVM 运行。
因此通过我的根df
Filesystem 1K-blocks Used Available Use% Mounted on
udev 2959116 0 2959116 0% /dev
tmpfs 597496 1892 595604 1% /run
/dev/mapper/ubuntu--vg-root 953054756 11539200 893033252 2% /
tmpfs 2987460 86160 2901300 3% /dev/shm
tmpfs 5120 4 5116 1% /run/lock
tmpfs 2987460 0 2987460 0% /sys/fs/cgroup
/dev/sda2 721392 156200 512728 24% /boot
/dev/sda1 523248 4736 518512 1% /boot/efi
tmpfs 597492 16 597476 1% /run/user/121
tmpfs 597492 2740 594752 1% /run/user/1000enter
/dev/sda3
我很困惑为什么(在哪个下面)没有/dev/mapper/ubuntu--vg-root
弹出?
运行fdisk -l
后我得到:
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 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: B4C74C49-9F61-4047-8B95-02FDFB5EF348
Device Start End Sectors Size Type
/dev/sda1 2048 1050623 1048576 512M EFI System
/dev/sda2 1050624 2549759 1499136 732M Linux filesystem
/dev/sda3 2549760 1953523711 1950973952 930.3G Linux filesystem
我注意到我的units
只有 1 个部门,这与我查阅过的在线示例和书籍有很大不同。
最后,使用lsblk
打印:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 931.5G 0 disk
├─sda1 8:1 0 512M 0 part /boot/efi
├─sda2 8:2 0 732M 0 part /boot
└─sda3 8:3 0 930.3G 0 part
└─sda3_crypt 253:0 0 930.3G 0 crypt
├─ubuntu--vg-root 253:1 0 924.4G 0 lvm /
└─ubuntu--vg-swap_1 253:2 0 5.9G 0 lvm [SWAP]
sr0 11:0 1 1024M 0 rom `
所以这支持了我的操作系统是 sda3 的一部分而不是 sda2 的想法
是否有一个快捷命令可以帮助我找出分区 /some/directory 是什么?
答案1
df /路径/到/文件
是~
您的主目录的别名。
例如
$ df ~/
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda7 174464052 160263260 5295428 97% /