2024-01-19
1 分钟阅读
如果单独执行mount命令,显示的会很杂乱: 1mount 2/dev/sda3 on / type ext4 (rw) 3proc on /proc type proc (rw) 4sysfs on /sys type sysfs (rw) 5devpts on /dev/pts type devpts (rw,gid=5,mode=620) 6tmpfs on /dev/shm type tmpfs (rw) 7/dev/sda1 on /boot type ext4 (rw) 8none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) 9sunrpc on …