Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Mar 2007 09:38:57 +0100
From:      Vince <jhary@unsane.co.uk>
To:        Stan Cooper <soupercooper@yahoo.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: How Write To Win Drive?
Message-ID:  <460CCCA1.6070607@unsane.co.uk>
In-Reply-To: <20070329234833.10007.qmail@web63310.mail.re1.yahoo.com>
References:  <20070329234833.10007.qmail@web63310.mail.re1.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Stan Cooper wrote:
> # ntfs-3g /dev/ad0s1 /win
> Failed to open /proc/filesystems: No such file or directory
> modprobe: not found
> Failed to open /proc/filesystems: No such file or directory
> Failed to create /dev/fuse: No such file or directory
> fuse: failed to open fuse device: No such file or directory
> 

hmm sounds kind of like the fuse kmod isnt loaded. whats the output of
kldstat ?
you should have a module fuse.ko loaded. If not, check the file exists
(it should be in /usr/local/modules/ ) if it doesnt then you need to
(re)install the sysutils/fusefs-kmod port.
If it is there then try kldload fuse then try the ntfs-3g command again.
you should also have fusefs_enable="YES" in your rc.conf to have the
module loaded on boot. the ntfs-3g program is a bit linux centric so
ignore the /proc/filesystems errors, (it looks like it tries to
"modprobe" the module which again is a linuxism)

Vince


> What am I doing wrong?
> TIA,
> Stan2
> 
> Vince <jhary@unsane.co.uk> wrote: Stan Cooper wrote:
>> Okay, making progress. The problem was the distro was copied before Dec 6, so I had to rebuild the ports tree. That done, I built out fuesfs-ntfs. But I still can't mount the drive. I edited /etc/fstab thus:
>>
>> /dev/ad0s1        /win        fuse        rw        0        0
>>
>> I also tried "fusefs" in the above. Then I ran:
>>
>> # mount_fusefs /dev/ad0s1 /win
>> mount_fusefs: /dev/ad0s1 on /win: Operation not supported by device.
>>
>> Am I screwed?
>> TIA,
>> Stan
>>
> The command for fusefs-ntfs is ntfs-3g not mount_fusefs.
> no idea how to have fstab use it as the example given in the manpage is
> for linux.
> 
> Vince
> 
>>  
>> ---------------------------------
>>  Get your own web address.
>>  Have a HUGE year through Yahoo! Small Business.
>> _______________________________________________
>> freebsd-questions@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
> 
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
> 
> 
>  
> ---------------------------------
>  Get your own web address.
>  Have a HUGE year through Yahoo! Small Business.
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?460CCCA1.6070607>