cannot log in my account

I did
Code:
# cd /usr/ports/sysutils/fusefs-ntfs
# make deinstall clean
# make install clean
and
Code:
ls /boot/kernel/ntfs.ko
and ntfs.ko is in /boot/kernel/ along with all modules and /boot/modules/ is empty

Code:
/boot/kernel/ntfs.ko
kldload: can't load /boot/kernel/ntfs.ko: File exists
 
that /boot/kernel/ntfs is FreeBSD native driver. It has issues....
ah... well, I don't konw how can I help any more on this one.... I don't use fuse.
 
like I write before I have
Code:
# ls /usr/local/modules/
fuse.ko		linker.hints
# kldload fuse
kldload: can't load fuse: File exists
that means that fusefs is loaded?
 
I don't get it why it's there, ok copy them to /boot/modules and try to load then.....


p.s.
this is wrong ... why? how? grrrrr ignore this line.
 
Okay, I don't know if it changed much but you could try # /usr/local/etc/rc.d/fusefs forcestart

And to mount, try # ntfs-3g /dev/adNsN /mnt/mountpoint
 
Code:
# /usr/local/etc/rc.d/fusefs forcestart
fusefs is already running.
# mount -t ntfs-3g /dev/ad7s1 /mnt/windows/
mount: /dev/ad7s1 : Operation not supported by device
 
killasmurf86 said:
you was supposted to try
ntfs-3g /dev/adNsN /mnt/mountpoint
;) as root (btw)
well I got it! It works fine:)

for ntfs-3g is solved

as for mc I'll start another thread? for I still got
Code:
Segmentation fault (core dumped)
 
Back
Top