0

I've just installed FreeNAS to what I believe to be the USB stick. Is there anyway to tell for sure without rebooting the machine and removing the USB stick?

R-Dub
  • 111
  • 2

1 Answers1

0

Do a ls -la on the USB device and see if the OS files are there and if log files are being written to and created.

To help narrow down the /dev's use udevinfo -q all -n /dev/sda, where /dev/sda is the path to your disk.

Tiffany Walker
  • 6,681
  • 14
  • 56
  • 82