SoonerLater
Explorer
- Joined
- Mar 7, 2013
- Messages
- 80
I am trying to mount a 1.5 tb USB external (2.5") drive. I have followed the instructions found at http://mikebeach.org/2013/02/27/mounting-a-usb-fat32-formatted-disk-in-freenas-8/ as best as I can. I'll explain where I got off track and maybe someone can point me in the right direction.
1. Open Shell in the WebGUI interface.
2. Plug in desired USB drive.
3. Look at the recent log to see how the system picked it up. In my case it was as /dev/da1 (note: this is "da numeral one" not "dal").
4. Give command ls -l /dev/da1* in shell and note response. In my case the drive is da1s1 (note: this is "da numeral one s numeral one").
5. cd /mnt
6. sudo su
7. mkdir usb
8. mount_msdosfs /dev/da1s1 usb1
This where I get off track. I get an error message: "No such file or directory."
I want to mount this FAT32 usb drive so that I can copy about 1.3 tb of files to the NAS without having to route all of the traffice through a workstation as an intermediary. If anyone can help me do that, I would be very grateful.
1. Open Shell in the WebGUI interface.
2. Plug in desired USB drive.
3. Look at the recent log to see how the system picked it up. In my case it was as /dev/da1 (note: this is "da numeral one" not "dal").
4. Give command ls -l /dev/da1* in shell and note response. In my case the drive is da1s1 (note: this is "da numeral one s numeral one").
5. cd /mnt
6. sudo su
7. mkdir usb
8. mount_msdosfs /dev/da1s1 usb1
This where I get off track. I get an error message: "No such file or directory."
I want to mount this FAT32 usb drive so that I can copy about 1.3 tb of files to the NAS without having to route all of the traffice through a workstation as an intermediary. If anyone can help me do that, I would be very grateful.