设置/etc/fstab,使系统在启动时像mount –bind命令一样装载目录 添加下面的设置到 /etc/fstab # <file system> <mount point> <type> <options> <dump> <pass>/mnt/hdd1/test /home/test/ext none rw,bind 0 0 From WizNote