LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   gentoo unable to mount ntfs drive (https://www.linuxquestions.org/questions/linux-newbie-8/gentoo-unable-to-mount-ntfs-drive-872001/)

InvRa 03-30-2011 05:35 PM

gentoo unable to mount ntfs drive
 
hello guys i am unable to mount ntfs drives. i emerged ntfs3g with this useflags:

USE="python -hal idn -ipv6 mmx sse sse2 /
-gnome -kde -minimal -qt4 dbus jpeg lock /
session startup-notification thunar udev X /
acl external-fuse udev -debug -suid"

when trying to mount my ntfs drive with this command: mount -t ntfs-3g /dev/sdb1 /storage
i get an error saying this:
fuse: mount failed: Device or resource busy
the strange thing is that mount gives no info about the mounted disk: mount output:

/dev/sda2 on / type ext3 (rw,noatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
udev on /dev type tmpfs (rw,nosuid,relatime,size=10240k,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620)
/dev/sda6 on /home type ext4 (rw)
shm on /dev/shm type tmpfs (rw,noexec,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)

i tryed to mount it on arch and slackware without any issue

andrewthomas 03-30-2011 10:26 PM

Did you compile support for ntfs into your kernel?

Code:

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
CONFIG_VFAT_FS=m
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
CONFIG_NTFS_FS=m



All times are GMT -5. The time now is 08:22 PM.