On Sat, Oct 28, 2017 at 03:28:46PM -0400, Gene Heskett wrote:
> 
> mount /dev/sdb3 /mnt
> mount /dev/sdb1 /mnt/boot
> mount -B /proc /mnt/proc
> mount -B /sys /mnt/sys
> mount -B /dev /mnt/dev
> 
The last three should be:

mount -t proc /mnt/proc
mount -t sysfs /mnt/sys
mount -t devpts /mnt/dev/pts

Regards,

-Roberto

-- 
Roberto C. Sánchez

Reply via email to