Originally Posted By: tfabris
Nope, it says:
Code:
empeg:/# mount  /dev/sdb5  /t -t ext2
mount: special device /dev/sdb5 does not exist


If /dev/sdb5 (or /dev/sdc5 perhaps) does appear in /proc/partitions then just modify that line as follows:

mount -t ext2 /dev/sdb5 /t

The mount command on the empeg seems more than overly fussy about the order of parameters..


Edited by mlord (07/08/2017 01:32)