mount -t ntfs error

Status
Not open for further replies.

vgo

Explorer
Joined
Sep 3, 2013
Messages
60
FreeNAS-9.1.1-RELEASE-x64 (a752d35)

I cannot mount NTFS disk ((

[root@freenas ~]# mount -t ntfs /dev/md4s1 /mnt/fx1
mount: exec mount_ntfs not found: No such file or directory

mount: in path: /sbin:/usr/sbin
[root@freenas ~]# ls -l /sbin | grep mount
-r-xr-xr-x 18 root wheel 31264 Aug 27 11:39 gmountver
-r-xr-xr-x 1 root wheel 22128 Aug 27 11:39 mount
-r-xr-xr-x 1 root wheel 11832 Aug 27 11:39 mount_cd9660
-r-xr-xr-x 2 root wheel 15328 Aug 27 11:39 mount_mfs
-r-xr-xr-x 1 root wheel 12592 Aug 27 11:39 mount_msdosfs
-r-xr-xr-x 2 root wheel 28016 Aug 27 11:39 mount_nfs
lrwxr-xr-x 1 root wheel 25 Aug 27 12:50 mount_ntfs -> /usr/sbin/moun
t_ntfs-fuse
-r-xr-xr-x 1 root wheel 11840 Aug 27 11:39 mount_ntfs-kern
-r-xr-xr-x 1 root wheel 8616 Aug 27 11:39 mount_nullfs
-r-xr-xr-x 2 root wheel 28016 Aug 27 11:39 mount_oldnfs
-r-xr-xr-x 1 root wheel 11640 Aug 27 11:39 mount_udf
-r-xr-xr-x 1 root wheel 9560 Aug 27 11:39 mount_unionfs
-r-xr-xr-x 1 root wheel 16648 Aug 27 11:39 umount
[root@freenas ~]# ls -l /usr/sbin | grep mount
-r-xr-xr-x 1 root wheel 25416 Aug 27 11:39 fixmount
lrwxr-xr-x 1 root wheel 28 Aug 27 12:12 mount_fusefs -> /usr/local/sbin/
mount_fusefs
-r-xr-xr-x 1 root wheel 21232 Aug 27 11:39 mount_portalfs
-r-xr-xr-x 1 root wheel 15840 Aug 27 11:39 mount_smbfs
-r-xr-xr-x 1 root wheel 44704 Aug 27 11:39 mountd
[root@freenas ~]#
 

Dusan

Guru
Joined
Jan 29, 2013
Messages
1,165
Use ntfs-3g to mount ntfs:
ntfs-3g /dev/md4s1 /mnt/fx1
You should also be able to use the Import Volume screen in the GUI.
 

vgo

Explorer
Joined
Sep 3, 2013
Messages
60
1. ntfs-3g not works:

[root@freenas ~]# ls /mnt
.snap fx1 fx2 md_size svol uvol
[root@freenas ~]# ls /dev/md*
/dev/md0 /dev/md2 /dev/md3s1 /dev/md4s1
/dev/md1 /dev/md3 /dev/md4 /dev/mdctl
[root@freenas ~]# ntfs-3g /dev/md3s1 /mnt/fx1
fuse: failed to open fuse device: No such file or directory
[root@freenas ~]# ntfs-3g /dev/md4s1 /mnt/fx2
fuse: failed to open fuse device: No such file or directory
[root@freenas ~]#
2. md3 and md4 was created manually, by mdconfig. GUI don't see them.
with ext3 disks same operations was succesfull.
 

Dusan

Guru
Joined
Jan 29, 2013
Messages
1,165
NTFS-3G will mount an existing NTFS filesystem, but it will not create a new NTFS filesystem.
 

vgo

Explorer
Joined
Sep 3, 2013
Messages
60
they are existing NTFS filesystems.

I reported the broken link, in my opinion, it's a bug.
Where I get the files - is another matter.
This is a copy of snapshots of iscsi ntfs disks. Exactly the same actions with ext3 disks was quite successful.
 

NachoMan77

Dabbler
Joined
Sep 23, 2013
Messages
17
I'm having the same problem. :(

Code:
[root@freenas] /dev# ntfs-3g -o ro /dev/da5s1 /mnt/usbexternal
fuse: failed to open fuse device: No such file or directory


/dev/da5s1 exists and I mkdir/mnt/usbexternal loged in as root.

FWIW, the drive is a 4TB Seagate Expansion USB drive, with a single NTFS partition, cleanly unmounted from windows.
 

vgo

Explorer
Joined
Sep 3, 2013
Messages
60
May be using of ntfs-3g is not a good idea. :(

This night my freenas got a heavy kernel error and rebooted.
It happened at a time when tar was copying data from snapshot of iscsi disk, mounted with ntfs-3g utility.
Earlier this operation many times passed safely with other NTFS volumes.
Probably the NTFS file system was damaged, but it is not reason for the collapse of the entire system.

May be it is a reason, why fuse isn't loaded automatically.

Sorry for my poor English.
 
Status
Not open for further replies.
Top