Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Mar 2007 20:04:48 -0800
From:      Garrett Cooper <youshi10@u.washington.edu>
To:        freebsd-questions@freebsd.org
Subject:   Re: How Write To Win Drive?
Message-ID:  <460DDDE0.8010506@u.washington.edu>
In-Reply-To: <20070330134800.61667.qmail@web63312.mail.re1.yahoo.com>
References:  <20070330134800.61667.qmail@web63312.mail.re1.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Stan Cooper wrote:
> Vince <jhary@unsane.co.uk> wrote:hmm sounds kind of like the fuse kmod isnt loaded. whats the output of
>   
>> kldstat ?
>>     
>
> # kldstat
> Id Refs Address    Size     Name
>  1    4 0xc0400000 6f6544   kernel
>  2    1 0xc0af7000 59f20    acpi.ko
>  3    1 0xc33a9000 a000     ntfs.ko
>
>   
>> you should have a module fuse.ko loaded. If not, check the file exists
>> (it should be in /usr/local/modules/ ) 
>>     
>
> It does exist
>
>   
>> If it is there then try kldload fuse 
>>     
>
> Hmmm...
>
> # kldload fuse
> kldload: can't load fuse: No such file or directory
> # kldload /usr/local/modules/fuse.ko
> #
>
>   
>> then try the ntfs-3g command again.
>>     
>
> Same problem as before.:
>
> # 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
> Error opening partition device: Operation not permitted
> Failed to startup volume: Operation not permitted
> Failed to mount '/dev/ad0s1': Operation not permitted
> The NTFS partition is hibernated. Please resume Windows and turned it
> off properly, so mounting could be done safely.
>
> TIA,
> Stan
>   
/proc's in this case's strictly a linux thing, right? IIRC fuse was 
ported from Linux, so some stuff may be in the wrong spots..
-Garrett



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