Please help a noob. Can't mount NTFS SATA Drive. v8.0

hello. please help. cannot mount.. well, it's in the topic.
installed fuse (downloaded and followed instructions here http://fuse.sourceforge.net/)
added fusefs_enable="YES" in /etc/rc.conf
but still get this error like no respond or something. Using v 8.0 and Gnome so I just click on the drive..
 
says I don't have that directory and if I type -ntfs of -kmod, says too many arguments..
am I doin' it right?
I first try to go there
cd /usr/ports/sysutils/fusefs ???
 
just pressed "post reply" and get it
there's no space between fusefs and -kmod
sorry :)
will write down if succeed
 
WOW, dudes
I can access it uder root
but cannot under user
how is that possible? :)
a reminder:
n00b
 
Either your shell hasn't rescan the path or you don't have sufficient permissions to execute it. I'm guessing you don't have permission to use it as that one is really only meant to be executed as root.

The normal way of starting dbus is via an rc script. Add the following to /etc/rc.conf
Code:
# dbus
dbus_enable="YES"

To execute it without booting
Code:
/usr/local/etc/rc.d/dbus start

If I'm not mistaken that's a part of the pkg-message that you get when you install it via ports.
 
paulk1 said:
I can access it uder root
but cannot under user

i am guessing that you are talking about the drive.
if you are, then it is normal. Users do not have the permissions to mount filesystems by default.
if you aren't talking about the drive, look the post above about dbus :)
 
yes, I'm talkin' about S-ATA drive, but there were something about dbus in error aswell :)
should I try to enable it still?:)
 
Back
Top