DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD Ports and Packages

FreeBSD Ports and Packages Installation and upgrading of ports and packages on FreeBSD.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #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
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can you mount logical ntfs partitions? Broodjegehaktmetmayo FreeBSD General 10 11th April 2010 07:47 PM
NTFS on DragonFly BSD Malakim Other BSD and UNIX/UNIX-like 4 17th October 2008 03:43 PM
Mounting ntfs drive as rw using fusefs-ntfs caesius FreeBSD General 3 12th October 2008 11:08 AM
Cannot mount (NTFS) IIMarckus OpenBSD General 4 11th August 2008 08:44 PM
mount problems with ntfs drive shinjii FreeBSD General 3 25th June 2008 12:33 AM


All times are GMT. The time now is 09:15 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick