View Single Post
  #1   (View Single Post)  
Old 3rd January 2011
mfaridi's Avatar
mfaridi mfaridi is offline
Spam Deminer
 
Join Date: May 2008
Location: Afghanistan
Posts: 320
Default ntfs-3g can not mount USB flash

I use FreeBSD 8.1 AMD64 with Gnome and I want mount read and write ntfs flash drive and I install fusefs-ntfs-2010.10.2 from ports and I put
Code:
fusefs_enable="YES"
in /etc/rc.conf
and
Code:
fuse_load="YES"
in /boot/loader.conf
when I run this command
Code:
mount -t ntfs-3g /dev/da0s1 /mnt/narges/
I see this error
Code:
mount: /dev/da0s1 : Operation not supported by device
but when I run this command
Code:
mount_ntfs  /dev/da0s1 /mnt/narges/
I do not see error and when I run df -h , I see this
Code:
Filesystem      Size    Used   Avail Capacity  Mounted on
/dev/ad10s1a    496M    275M    181M    60%    /
devfs           1.0K    1.0K      0B   100%    /dev
/dev/ad10s1e    496M    1.1M    455M     0%    /tmp
/dev/ad10s1f    136G    110G     15G    88%    /usr
/dev/ad10s1d    3.8G    2.4G    1.1G    68%    /var
procfs          4.0K    4.0K      0B   100%    /proc
/dev/da0s1      7.5G    230M    7.2G     3%    /mnt/narges
this show me my 8GB Flash drive with NTFS file system is mount and I can use it , so when I run this command for copy file ,
Code:
cp supertux-0.1.3-setup.exe /mnt/narges/
I see this
Code:
cp: /mnt/narges/supertux-0.1.3-setup.exe: No such file or directory
and I when I want copy directory like this
Code:
cp -r 6.4-RELEASE-i386-disc1/ /mnt/narges/
I see this
Code:
cp: /mnt/narges/6.4-RELEASE-i386-disc1.iso: No such file or directory
I need suggestion for solve this problem
__________________
http://www.mfaridi.com
First site about FreeBSD and OpenBSD in persian or Farsi.
Reply With Quote