Mounting USB Drive.

Status
Not open for further replies.

KentShades

FreeNAS Certified Owner
Joined
Jan 4, 2016
Messages
61
Having issues mounting a NTFS USB Drive. It is a self powered drive. Running 11.0.U2 FreeNAS

dmesg gives me the following:
ses2 at umass-sim0 bus 0 scbus12 target 0 lun 1
ses2: <WD SES Device 1072> Fixed Enclosure Services SPC-4 SCSI device
ses2: Serial Number 575851314542353332303357
ses2: 400.000MB/s transfers
ses2: SCSI-3 ENC Device
fuse-freebsd: version 0.4.4, FUSE ABI 7.8
fuse-freebsd: version 0.4.4, FUSE ABI 7.8

So it shows this as a SES device so I do see it as a DA24. However how would I go about mounting this now as is?

Thanks!
 

m0nkey_

MVP
Joined
Oct 27, 2015
Messages
2,739
FreeNAS will allow you to import this disk and copying the data from it to a ZFS pool.

The Volume → Import Disk screen, shown in Figure 8.1.6, is used to import a single disk that has been formatted with the UFS, NTFS, MSDOS, or EXT2 filesystem. The import is meant to be a temporary measure to copy the data from a disk to an existing ZFS dataset. Only one disk can be imported at a time.

http://doc.freenas.org/11/storage.html#import-disk
 

KentShades

FreeNAS Certified Owner
Joined
Jan 4, 2016
Messages
61
Reason Expecting value: line 1 column 1 (char 0)
Traceback


Traceback (most recent call last):
File "./freenasUI/storage/views.py", line 350, in volimport
data = json.loads(get_import_progress_from_socket())
File "/usr/local/lib/python3.6/json/__init__.py", line 354, in loads
return _default_decoder.decode(s)
File "/usr/local/lib/python3.6/json/decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/local/lib/python3.6/json/decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

This is what I get when I try and import.
Capture.PNG


So I see the disk listed there under "View Disks" but I keep getting errors when I go to add it. I'm trying to import this into /mnt/tank or /mnt/tank/jails and I've even created a /mnt/usb and still get the errors.
 

KentShades

FreeNAS Certified Owner
Joined
Jan 4, 2016
Messages
61
I've uploaded a debug.
 

Attachments

  • debug-nas10-20170831104613.tgz
    319.4 KB · Views: 268
Status
Not open for further replies.
Top