Step 3Put ulpt.ko In The Right Spot
Go back to the terminal with the SSH connection and command prompt, we're going to move the file to the proper place. Type:
mv Upath /boot/kernel/ulpt.ko
That ought to do it.
| « Previous Step | Download PDFView All Steps | Next Step » |








































freenas# mv /mnt/start/ulpt.ko /boot/kernel/ulpt.ko
mv: rename /mnt/start/ulpt.ko to /boot/kernel/ulpt.ko: Read-only file system
I will order a (hopefully) compatible microdrive and report back.
mv: rename /mnt/Jose to 2/boot/kernel/ulpt.ko: No such file or directory
I'm assuming that ulpt.ko is currently at /mnt/Jose/ulpt.ko , right?
You also have a 2 in your destination directory for some reason.
Try:
mv /mnt/Jose/ulpt.ko /boot/kernel/ulpt.ko