On 12/27/18 8:51 PM, Ben Koenig wrote:
mount requires 2 parameters

mount <device> <mountpoint>

Read my previous message again.
$ mkdir /mnt/boot
$ mkdir /mnt/rootfs
$ mount /dev/sda1 /mnt/boot
$ mount /dev/sda2 /mnt/rootfs


mkdir is to create mountpoints.
mount is then run to "mount" the parititions to the mountpoints we just
created.

Ah. Too often I take things in the order I see them, and I only read as far as the mkdir items. I'll give it another try tomorrow afternoon.

Thanks for the clue stick.

--
Regards,

Dick Steffens

_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to