LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   mounting partition (https://www.linuxquestions.org/questions/linux-newbie-8/mounting-partition-920317/)

zoghbi 12-24-2011 02:35 AM

mounting partition
 
Hi everybody.
I'm newbie in this forum, and excuse me for any wrong words (English is foreign language).
my problem is:
i was installing matlab 2010Ra in my ubuntu 11.04 using the iso file, so i have mounted the iso file in /media, i have an error when installing which is: //lib/libc.so.6: version `GLIBC_2.4' not found
i have finshed the installation and matlab work very well.
i have unmounted /media normally, but when i try to remount the other partitions of windows i have this error:
Error mounting: mount exited with exit code 1: /sbin/mount.ntfs: //lib/libc.so.6: version `GLIBC_2.4' not found (required by /sbin/mount.ntfs)
/sbin/mount.ntfs: //lib/libc.so.6: version `GLIBC_2.3' not found (required by /sbin/mount.ntfs)
/sbin/mount.ntfs: //lib/libc.so.6: version `GLIBC_2.1' not found (required by /sbin/mount.ntfs)
/sbin/mount.ntfs: //lib/libc.so.6: version `GLIBC_2.2' not found (required by /sbin/mount.ntfs)
/sbin/mount.ntfs: //lib/libc.so.6: version `GLIBC_2.3.4' not found (required by /sbin/mount.ntfs)
/sbin/mount.ntfs: //lib/libc.so.6: version `GLIBC_2.0' not found (required by /sbin/mount.ntfs)
/sbin/mount.ntfs: //lib/libc.so.6: version `GLIBC_2.1.3' not found (required by //lib/libfuse.so.2)
/sbin/mount.ntfs: //lib/libc.so.6: version `GLIBC_2.4' not found (required by //lib/libfuse.so.2)
/sbin/mount.ntfs: //lib/libc.so.6: version `GLIBC_2.2' not found (required by //lib/libfuse.so.2)
/sbin/mount.ntfs: //lib/libc.so.6: version `GLIBC_2.7' not found (required by //lib/libfuse.so.2)
/sbin/mount.ntfs: //lib/libc.so.6: version `GLIBC_2.1' not found (required by //lib/libfuse.so.2)
/sbin/mount.ntfs: //lib/libc.so.6: version `GLIBC_2.3.4' not found (required by //lib/libfuse.so.2)
/sbin/mount.ntfs: //lib/libc.so.6: version `GLIBC_2.0' not found (required by //lib/libfuse.so.2)
/sbin/mount.ntfs: //lib/libc.so.6: version `GLIBC_2.1.3' not found (required by /lib/i386-linux-gnu/librt.so.1)
/sbin/mount.ntfs: //lib/libc.so.6: version `GLIBC_2.3.2' not found (required by /lib/i386-linux-gnu/librt.so.1)
/sbin/mount.ntfs: //lib/libc.so.6: version `GLIBC_2.1' not found (required by /lib/i386-linux-gnu/librt.so.1)
/sbin/mount.ntfs: //lib/libc.so.6: version `GLIBC_2.2' not found (required by /lib/i386-linux-gnu/librt.so.1)
/sbin/mount.ntfs: //lib/libc.so.6: version `GLIBC_PRIVATE' not found (required by /lib/i386-linux-gnu/librt.so.1)
/sbin/mount.ntfs: //lib/libc.so.6: version `GLIBC_2.0' not found (required by /lib/i386-linux-gnu/librt.so.1)
/sbin/mount.ntfs: //lib/libc.so.6: version `GLIBC_2.1.3' not found (required by /lib/i386-linux-gnu/libdl.so.2)
/sbin/mount.ntfs: //lib/libc.so.6: version `GLIBC_2.1' not


i don't no what to do?
can someone help me
thanks in advance

james2b 12-24-2011 02:52 AM

Search for the ntfs user space driver and the other ntfs related files in the package manager, then install them, it may be that your Ubuntu install is missing those required files to mount and fully access your NTFS Windows partitions.

zoghbi 12-24-2011 03:01 AM

but i have mounted and unmounted these partitions many times before without this problem, does the installation of matlab causes the lost of these files?

james2b 12-24-2011 03:12 AM

I do not know that answer, but it may be just a matter of file versions, so check for updates with the package manager or in terminal run this; sudo apt-get update , enter your password and hit enter.

zoghbi 12-24-2011 03:33 AM

i have done the update but no changning.
thanks any way


All times are GMT -5. The time now is 11:29 AM.