Find the answer to your Linux question:
Results 1 to 4 of 4
Hi All, I would like to mount my windows partitions in RHEL 5. I have already tried to install ntfs-3g package and when i try to mount the partition usig ...
  1. #1
    Just Joined!
    Join Date
    Feb 2009
    Posts
    6

    Need to mount NTFS file system in RHEL5

    Hi All,

    I would like to mount my windows partitions in RHEL 5. I have already tried to install ntfs-3g package and when i try to mount the partition usig the below command Im getting Fatal error message

    # mount -t ntfs-3g /dev/sda4 /windows

    Please advise...

    Thank You
    Raj...

  2. #2
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    can you post the output of the error message so we can help diagnose?

    also post the output of sudo /sbin/fdisk -l or as root /sbin/fdisk -l

  3. #3
    Just Joined!
    Join Date
    Feb 2009
    Posts
    6
    Hi

    Please find the output of fdisk -l command. below...
    Code:
    [root@localhost ~]# /sbin/fdisk -l
    
    Disk /dev/sda: 250.0 GB, 250059350016 bytes
    255 heads, 63 sectors/track, 30401 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *           1        7650    61440000    7  HPFS/NTFS
    Partition 1 does not end on cylinder boundary.
    /dev/sda2            7650       15298    61440000    7  HPFS/NTFS
    Partition 2 does not end on cylinder boundary.
    /dev/sda3           15298       22947    61440000    f  W95 Ext'd (LBA)
    /dev/sda4           22947       30402    59876352    7  HPFS/NTFS
    /dev/sda5           15299       21434    49283072    7  HPFS/NTFS
    /dev/sda6           21435       21446       96358+  83  Linux
    /dev/sda7           21447       22946    12048718+  8e  Linux LVM
    [root@localhost ~]# mount -t ntfs-3g /dev/sda4 /windows/
    FATAL: Module fuse not found.
    ntfs-3g-mount: fuse device is missing, try 'modprobe fuse' as root
    [root@localhost ~]#
    I have compliled ntfs-3g-2009.2.1 package. Please find the output below...
    Code:
    [root@localhost ~]# cd /root/Desktop/ntfs-3g-2009.2.1
       
    [root@localhost ntfs-3g-2009.2.1]# ./configure 
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking target system type... i686-pc-linux-gnu
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables... 
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking whether ln -s works... yes
    checking whether gcc and cc understand -c and -o together... yes
    checking for a sed that does not truncate output... /bin/sed
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for /usr/bin/ld option to reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm -B
    checking how to recognise dependent libraries... pass_all
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking dlfcn.h usability... yes
    checking dlfcn.h presence... yes
    checking for dlfcn.h... yes
    checking for g++... no
    checking for c++... no
    checking for gpp... no
    checking for aCC... no
    checking for CC... no
    checking for cxx... no
    checking for cc++... no
    checking for cl.exe... no
    checking for FCC... no
    checking for KCC... no
    checking for RCC... no
    checking for xlC_r... no
    checking for xlC... no
    checking whether we are using the GNU C++ compiler... no
    checking whether g++ accepts -g... no
    checking dependency style of g++... none
    checking for g77... no
    checking for xlf... no
    checking for f77... no
    checking for frt... no
    checking for pgf77... no
    checking for cf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for xlf90... no
    checking for f90... no
    checking for pgf90... no
    checking for pghpf... no
    checking for epcf90... no
    checking for gfortran... no
    checking for g95... no
    checking for xlf95... no
    checking for f95... no
    checking for fort... no
    checking for ifort... no
    checking for ifc... no
    checking for efc... no
    checking for pgf95... no
    checking for lf95... no
    checking for ftn... no
    checking whether we are using the GNU Fortran 77 compiler... no
    checking whether  accepts -g... no
    checking the maximum length of command line arguments... 32768
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for objdir... .libs
    checking for ar... ar
    checking for ranlib... ranlib
    checking for strip... strip
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC
    checking if gcc PIC flag -fPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    appending configuration tag "F77" to libtool
    checking for mv... /bin/mv
    checking for rm... /bin/rm
    checking for sed... /bin/sed
    checking for ldconfig... /sbin/ldconfig
    checking Windows OS... no
    checking fuse compatibility... internal
    checking for pthread_create in -lpthread... yes
    checking for ANSI C header files... (cached) yes
    checking ctype.h usability... yes
    checking ctype.h presence... yes
    checking for ctype.h... yes
    checking fcntl.h usability... yes
    checking fcntl.h presence... yes
    checking for fcntl.h... yes
    checking libgen.h usability... yes
    checking libgen.h presence... yes
    checking for libgen.h... yes
    checking libintl.h usability... yes
    checking libintl.h presence... yes
    checking for libintl.h... yes
    checking limits.h usability... yes
    checking limits.h presence... yes
    checking for limits.h... yes
    checking locale.h usability... yes
    checking locale.h presence... yes
    checking for locale.h... yes
    checking mntent.h usability... yes
    checking mntent.h presence... yes
    checking for mntent.h... yes
    checking stddef.h usability... yes
    checking stddef.h presence... yes
    checking for stddef.h... yes
    checking for stdint.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking stdio.h usability... yes
    checking stdio.h presence... yes
    checking for stdio.h... yes
    checking stdarg.h usability... yes
    checking stdarg.h presence... yes
    checking for stdarg.h... yes
    checking for string.h... (cached) yes
    checking for strings.h... (cached) yes
    checking errno.h usability... yes
    checking errno.h presence... yes
    checking for errno.h... yes
    checking time.h usability... yes
    checking time.h presence... yes
    checking for time.h... yes
    checking for unistd.h... (cached) yes
    checking utime.h usability... yes
    checking utime.h presence... yes
    checking for utime.h... yes
    checking wchar.h usability... yes
    checking wchar.h presence... yes
    checking for wchar.h... yes
    checking getopt.h usability... yes
    checking getopt.h presence... yes
    checking for getopt.h... yes
    checking features.h usability... yes
    checking features.h presence... yes
    checking for features.h... yes
    checking endian.h usability... yes
    checking endian.h presence... yes
    checking for endian.h... yes
    checking byteswap.h usability... yes
    checking byteswap.h presence... yes
    checking for byteswap.h... yes
    checking sys/byteorder.h usability... no
    checking sys/byteorder.h presence... no
    checking for sys/byteorder.h... no
    checking sys/endian.h usability... no
    checking sys/endian.h presence... no
    checking for sys/endian.h... no
    checking sys/param.h usability... yes
    checking sys/param.h presence... yes
    checking for sys/param.h... yes
    checking sys/ioctl.h usability... yes
    checking sys/ioctl.h presence... yes
    checking for sys/ioctl.h... yes
    checking sys/mkdev.h usability... no
    checking sys/mkdev.h presence... no
    checking for sys/mkdev.h... no
    checking sys/mount.h usability... yes
    checking sys/mount.h presence... yes
    checking for sys/mount.h... yes
    checking for sys/stat.h... (cached) yes
    checking for sys/types.h... (cached) yes
    checking sys/vfs.h usability... yes
    checking sys/vfs.h presence... yes
    checking for sys/vfs.h... yes
    checking sys/statvfs.h usability... yes
    checking sys/statvfs.h presence... yes
    checking for sys/statvfs.h... yes
    checking sys/sysmacros.h usability... yes
    checking sys/sysmacros.h presence... yes
    checking for sys/sysmacros.h... yes
    checking linux/major.h usability... yes
    checking linux/major.h presence... yes
    checking for linux/major.h... yes
    checking linux/fd.h usability... yes
    checking linux/fd.h presence... yes
    checking for linux/fd.h... yes
    checking linux/hdreg.h usability... yes
    checking linux/hdreg.h presence... yes
    checking for linux/hdreg.h... yes
    checking machine/endian.h usability... no
    checking machine/endian.h presence... no
    checking for machine/endian.h... no
    checking windows.h usability... no
    checking windows.h presence... no
    checking for windows.h... no
    checking syslog.h usability... yes
    checking syslog.h presence... yes
    checking for syslog.h... yes
    checking for stdbool.h that conforms to C99... yes
    checking for _Bool... yes
    checking whether byte ordering is bigendian... no
    checking for an ANSI C-conforming const... yes
    checking for inline... inline
    checking for off_t... yes
    checking for size_t... yes
    checking for struct stat.st_blocks... yes
    checking for struct stat.st_rdev... yes
    checking for struct stat.st_atim... yes
    checking for struct stat.st_atimespec... no
    checking for library containing getmntent... none required
    checking whether mbrtowc and mbstate_t are properly declared... yes
    checking for working memcmp... yes
    checking whether lstat dereferences a symlink specified with a trailing slash... yes
    checking whether stat accepts an empty string... no
    checking for strftime... yes
    checking for utime.h... (cached) yes
    checking whether utime accepts a null argument... yes
    checking for vprintf... yes
    checking for _doprnt... no
    checking for atexit... yes
    checking for basename... yes
    checking for daemon... yes
    checking for dup2... yes
    checking for fdatasync... yes
    checking for ffs... yes
    checking for getopt_long... yes
    checking for hasmntopt... yes
    checking for mbsinit... yes
    checking for memmove... yes
    checking for memset... yes
    checking for realpath... yes
    checking for regcomp... yes
    checking for setlocale... yes
    checking for setxattr... yes
    checking for strcasecmp... yes
    checking for strchr... yes
    checking for strdup... yes
    checking for strerror... yes
    checking for strnlen... yes
    checking for strsep... yes
    checking for strtol... yes
    checking for strtoul... yes
    checking for sysconf... yes
    checking for utime... yes
    checking for fork... yes
    checking for special C compiler options needed for large files... no
    checking for _FILE_OFFSET_BITS value needed for large files... 64
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating include/Makefile
    config.status: creating include/fuse-lite/Makefile
    config.status: creating include/ntfs-3g/Makefile
    config.status: creating libfuse-lite/Makefile
    config.status: creating libntfs-3g/Makefile
    config.status: creating libntfs-3g/libntfs-3g.pc
    config.status: creating libntfs-3g/libntfs-3g.script.so
    config.status: creating src/Makefile
    config.status: creating src/ntfs-3g.8
    config.status: creating src/ntfs-3g.probe.8
    config.status: creating config.h
    config.status: config.h is unchanged
    config.status: executing depfiles commands
    You can type now 'make' to build ntfs-3g.
    [root@localhost ntfs-3g-2009.2.1]# make
    make  all-recursive
    make[1]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1'
    Making all in include
    make[2]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1/include'
    Making all in ntfs-3g
    make[3]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1/include/ntfs-3g'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1/include/ntfs-3g'
    Making all in fuse-lite
    make[3]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1/include/fuse-lite'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1/include/fuse-lite'
    make[3]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1/include'
    make[3]: Nothing to be done for `all-am'.
    make[3]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1/include'
    make[2]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1/include'
    Making all in libfuse-lite
    make[2]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1/libfuse-lite'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1/libfuse-lite'
    Making all in libntfs-3g
    make[2]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1/libntfs-3g'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1/libntfs-3g'
    Making all in src
    make[2]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1/src'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1/src'
    make[2]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1'
    make[2]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1'
    make[1]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1'
    [root@localhost ntfs-3g-2009.2.1]# make check
    Making check in include
    make[1]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1/include'
    Making check in ntfs-3g
    make[2]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1/include/ntfs-3g'
    make[2]: Nothing to be done for `check'.
    make[2]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1/include/ntfs-3g'
    Making check in fuse-lite
    make[2]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1/include/fuse-lite'
    make[2]: Nothing to be done for `check'.
    make[2]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1/include/fuse-lite'
    make[2]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1/include'
    make[2]: Nothing to be done for `check-am'.
    make[2]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1/include'
    make[1]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1/include'
    Making check in libfuse-lite
    make[1]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1/libfuse-lite'
    make[1]: Nothing to be done for `check'.
    make[1]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1/libfuse-lite'
    Making check in libntfs-3g
    make[1]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1/libntfs-3g'
    make[1]: Nothing to be done for `check'.
    make[1]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1/libntfs-3g'
    Making check in src
    make[1]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1/src'
    make[1]: Nothing to be done for `check'.
    make[1]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1/src'
    make[1]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1'
    make[1]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1'
    
    [root@localhost ntfs-3g-2009.2.1]# make install
    Making install in include
    make[1]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1/include'
    Making install in ntfs-3g
    make[2]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1/include/ntfs-3g'
    make[3]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1/include/ntfs-3g'
    make[3]: Nothing to be done for `install-exec-am'.
    test -z "/usr/local/include/ntfs-3g" || mkdir -p -- "/usr/local/include/ntfs-3g"
     /usr/bin/install -c -m 644 'attrib.h' '/usr/local/include/ntfs-3g/attrib.h'
     /usr/bin/install -c -m 644 'attrlist.h' '/usr/local/include/ntfs-3g/attrlist.h'
     /usr/bin/install -c -m 644 'bitmap.h' '/usr/local/include/ntfs-3g/bitmap.h'
     /usr/bin/install -c -m 644 'bootsect.h' '/usr/local/include/ntfs-3g/bootsect.h'
     /usr/bin/install -c -m 644 'collate.h' '/usr/local/include/ntfs-3g/collate.h'
     /usr/bin/install -c -m 644 'compat.h' '/usr/local/include/ntfs-3g/compat.h'
     /usr/bin/install -c -m 644 'compress.h' '/usr/local/include/ntfs-3g/compress.h'
     /usr/bin/install -c -m 644 'debug.h' '/usr/local/include/ntfs-3g/debug.h'
     /usr/bin/install -c -m 644 'device.h' '/usr/local/include/ntfs-3g/device.h'
     /usr/bin/install -c -m 644 'device_io.h' '/usr/local/include/ntfs-3g/device_io.h'
     /usr/bin/install -c -m 644 'dir.h' '/usr/local/include/ntfs-3g/dir.h'
     /usr/bin/install -c -m 644 'endians.h' '/usr/local/include/ntfs-3g/endians.h'
     /usr/bin/install -c -m 644 'index.h' '/usr/local/include/ntfs-3g/index.h'
     /usr/bin/install -c -m 644 'inode.h' '/usr/local/include/ntfs-3g/inode.h'
     /usr/bin/install -c -m 644 'layout.h' '/usr/local/include/ntfs-3g/layout.h'
     /usr/bin/install -c -m 644 'lcnalloc.h' '/usr/local/include/ntfs-3g/lcnalloc.h'
     /usr/bin/install -c -m 644 'logfile.h' '/usr/local/include/ntfs-3g/logfile.h'
     /usr/bin/install -c -m 644 'logging.h' '/usr/local/include/ntfs-3g/logging.h'
     /usr/bin/install -c -m 644 'mft.h' '/usr/local/include/ntfs-3g/mft.h'
     /usr/bin/install -c -m 644 'misc.h' '/usr/local/include/ntfs-3g/misc.h'
     /usr/bin/install -c -m 644 'mst.h' '/usr/local/include/ntfs-3g/mst.h'
     /usr/bin/install -c -m 644 'ntfstime.h' '/usr/local/include/ntfs-3g/ntfstime.h'
     /usr/bin/install -c -m 644 'runlist.h' '/usr/local/include/ntfs-3g/runlist.h'
     /usr/bin/install -c -m 644 'security.h' '/usr/local/include/ntfs-3g/security.h'
     /usr/bin/install -c -m 644 'support.h' '/usr/local/include/ntfs-3g/support.h'
     /usr/bin/install -c -m 644 'types.h' '/usr/local/include/ntfs-3g/types.h'
     /usr/bin/install -c -m 644 'unistr.h' '/usr/local/include/ntfs-3g/unistr.h'
     /usr/bin/install -c -m 644 'volume.h' '/usr/local/include/ntfs-3g/volume.h'
    make[3]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1/include/ntfs-3g'
    make[2]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1/include/ntfs-3g'
    Making install in fuse-lite
    make[2]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1/include/fuse-lite'
    make[3]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1/include/fuse-lite'
    make[3]: Nothing to be done for `install-exec-am'.
    make[3]: Nothing to be done for `install-data-am'.
    make[3]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1/include/fuse-lite'
    make[2]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1/include/fuse-lite'
    make[2]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1/include'
    make[3]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1/include'
    make[3]: Nothing to be done for `install-exec-am'.
    make[3]: Nothing to be done for `install-data-am'.
    make[3]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1/include'
    make[2]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1/include'
    make[1]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1/include'
    Making install in libfuse-lite
    make[1]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1/libfuse-lite'
    make[2]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1/libfuse-lite'
    make[2]: Nothing to be done for `install-exec-am'.
    make[2]: Nothing to be done for `install-data-am'.
    make[2]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1/libfuse-lite'
    make[1]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1/libfuse-lite'
    Making install in libntfs-3g
    make[1]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1/libntfs-3g'
    make[2]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1/libntfs-3g'
    test -z "/usr/local/lib" || mkdir -p -- "/usr/local/lib"
     /bin/sh ../libtool --mode=install /usr/bin/install -c  'libntfs-3g.la' '/usr/local/lib/libntfs-3g.la'
    /usr/bin/install -c .libs/libntfs-3g.so.49.0.0 /usr/local/lib/libntfs-3g.so.49.0.0
    (cd /usr/local/lib && { ln -s -f libntfs-3g.so.49.0.0 libntfs-3g.so.49 || { rm -f libntfs-3g.so.49 && ln -s libntfs-3g.so.49.0.0 libntfs-3g.so.49; }; })
    (cd /usr/local/lib && { ln -s -f libntfs-3g.so.49.0.0 libntfs-3g.so || { rm -f libntfs-3g.so && ln -s libntfs-3g.so.49.0.0 libntfs-3g.so; }; })
    /usr/bin/install -c .libs/libntfs-3g.lai /usr/local/lib/libntfs-3g.la
    /usr/bin/install -c .libs/libntfs-3g.a /usr/local/lib/libntfs-3g.a
    chmod 644 /usr/local/lib/libntfs-3g.a
    ranlib /usr/local/lib/libntfs-3g.a
    PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
    ----------------------------------------------------------------------
    Libraries have been installed in:
       /usr/local/lib
    
    If you ever happen to want to link against installed libraries
    in a given directory, LIBDIR, you must either use libtool, and
    specify the full pathname of the library, or use the `-LLIBDIR'
    flag during linking and do at least one of the following:
       - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
         during execution
       - add LIBDIR to the `LD_RUN_PATH' environment variable
         during linking
       - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
       - have your system administrator add LIBDIR to `/etc/ld.so.conf'
    
    See any operating system documentation about shared libraries for
    more information, such as the ld(1) and ld.so(8) manual pages.
    ----------------------------------------------------------------------
    make  install-exec-hook
    make[3]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1/libntfs-3g'
    test -z "/lib" || mkdir -p -- "/lib"
    if [ ! "/lib" -ef "/usr/local/lib" ]; then \
                    /bin/mv -f "//usr/local/lib"/libntfs-3g.so* "//lib";  \
            fi
    if [ ! "/lib" -ef "/usr/local/lib" ]; then \
                    ln -s "/lib/libntfs-3g.so" "//usr/local/lib/libntfs-3g.so"; \
            fi
    make[3]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1/libntfs-3g'
    test -z "/usr/local/lib/pkgconfig" || mkdir -p -- "/usr/local/lib/pkgconfig"
     /usr/bin/install -c -m 644 'libntfs-3g.pc' '/usr/local/lib/pkgconfig/libntfs-3g.pc'
    test -z "/lib" || mkdir -p -- "/lib"
    make[2]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1/libntfs-3g'
    make[1]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1/libntfs-3g'
    Making install in src
    make[1]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1/src'
    make[2]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1/src'
    test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
      /bin/sh ../libtool --mode=install /usr/bin/install -c 'ntfs-3g.probe' '/usr/local/bin/ntfs-3g.probe'
    /usr/bin/install -c .libs/ntfs-3g.probe /usr/local/bin/ntfs-3g.probe
    test -z "/bin" || mkdir -p -- "/bin"
      /bin/sh ../libtool --mode=install /usr/bin/install -c 'ntfs-3g' '/bin/ntfs-3g'
    /usr/bin/install -c .libs/ntfs-3g /bin/ntfs-3g
    mkdir -p -- "/sbin"
    ln -s -f "/bin/ntfs-3g" "/sbin/mount.ntfs-3g"
    make  install-exec-hook
    make[3]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1/src'
    /sbin/ldconfig
    make[3]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1/src'
    test -z "/usr/local/share/man/man8" || mkdir -p -- "/usr/local/share/man/man8"
     /usr/bin/install -c -m 644 './ntfs-3g.8' '/usr/local/share/man/man8/ntfs-3g.8'
     /usr/bin/install -c -m 644 './ntfs-3g.probe.8' '/usr/local/share/man/man8/ntfs-3g.probe.8'
    ln -s -f ntfs-3g.8 "/usr/local/share/man/man8/mount.ntfs-3g.8"
    test -z "/sbin" || mkdir -p -- "/sbin"
    make[2]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1/src'
    make[1]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1/src'
    make[1]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1'
    make[2]: Entering directory `/root/Desktop/ntfs-3g-2009.2.1'
    make[2]: Nothing to be done for `install-exec-am'.
    test -z "/usr/local/share/doc/ntfs-3g" || mkdir -p -- "/usr/local/share/doc/ntfs-3g"
     /usr/bin/install -c -m 644 'README' '/usr/local/share/doc/ntfs-3g/README'
    make[2]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1'
    make[1]: Leaving directory `/root/Desktop/ntfs-3g-2009.2.1'
    [root@localhost ntfs-3g-2009.2.1]#
    Please advice if I need to install any dependency packages too
    Last edited by devils casper; 02-24-2009 at 03:14 AM. Reason: added [code] [/code] tag.

  4. #4
    Linux Guru
    Join Date
    Nov 2007
    Posts
    1,695
    Code:
    FATAL: Module fuse not found.
    ntfs-3g-mount: fuse device is missing, try 'modprobe fuse' as root
    NTFS-3G is a filesystem implemented in userspace - thus it requires the FUSE module as well.

    FUSE

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...