Hi,
As we need to mount remote FTP folder on RHEL 5 (2.6.18-8.el5), tried 3 options but failed:
1. LUFS:
Downloaded from
http://downloads.sourceforge.net/lufs/lufs-0.9.7.tar.gz?modtime=1067472000&big_mirror=0Getting below errors during "make" (./configure was through)
make[5]: Entering directory `/usr/src/kernels/2.6.18-8
.el5-i686'
CC [M] /lufs/lufs-0.9.7/kernel/Li
nux/2.6/in
ode.o
/lufs/lufs-0.9.7/kernel/Li
nux/2.6/in
ode.c:62: warning: initialization from incompatible pointer type
/lufs/lufs-0.9.7/kernel/Li
nux/2.6/in
ode.c: In function 'set_inode_attr':
/lufs/lufs-0.9.7/kernel/Li
nux/2.6/in
ode.c:181:
error: 'struct inode' has no member named 'i_blksize'
/lufs/lufs-0.9.7/kernel/Li
nux/2.6/in
ode.c: In function 'lu_get_sb':
/lufs/lufs-0.9.7/kernel/Li
nux/2.6/in
ode.c:511:
error: too few arguments to function 'get_sb_nodev'
/lufs/lufs-0.9.7/kernel/Li
nux/2.6/in
ode.c: At top level:
/lufs/lufs-0.9.7/kernel/Li
nux/2.6/in
ode.c:517:
warning: initialization from incompatible pointer type
make[6]: *** [/lufs/lufs-0.9.7/kernel/L
inux/2.6/i
node.o] Error 1
make[5]: *** [_module_/lufs/lufs-0.9.7/
kernel/Lin
ux/2.6] Error 2
make[5]: Leaving directory `/usr/src/kernels/2.6.18-8
.el5-i686'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/lufs/lufs-0.9.7/kernel/L
inux/2.6'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/lufs/lufs-0.9.7/kernel/L
inux'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/lufs/lufs-0.9.7/kernel'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/lufs/lufs-0.9.7'
make: *** [all] Error 2
2. FUSE:
Installed fuse-2.7.3-1.el5.rf and set CONFIG_FUSE_FS=y in kernel config file (rebooted the box). Not sure if i need to compile and rebuild the kernel.
but when running ./configure of curlftpfs-0.9.1, i get the below error:
checking for FUSE... configure: error: Package requirements (fuse >= 2.2) were not met:
No package 'fuse' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables FUSE_CFLAGS
and FUSE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
3. ftpfs:
downloaded it from
http://ftpfs.sourceforge.net/ and tried compiling.
ftpmount was built OK but ftpfs wasn't (got errors while "make").
I think it could be due to this package upto kernel 2.4.x only
Please advise me which is the simplest way to proceed and how to achive.
Thanks
Bhvn
Start Free Trial