Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 336219

Summary: nfs problem
Product: [Tools] CDT Reporter: alberto <alberto.garau>
Component: cdt-coreAssignee: Project Inbox <cdt-core-inbox>
Status: RESOLVED NOT_ECLIPSE QA Contact: Doug Schaefer <cdtdoug>
Severity: normal    
Priority: P3 CC: recoskie
Version: 8.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description alberto CLA 2011-02-03 07:00:30 EST
Build Identifier: 

I'm using a SPEAr300 to mount through NFS a folder from a Fedora 13 PC. 
Unfortunately I get this error when I try to mount the folder:

# mount 192.168.4.105:/opt/STM/STLinux-2.3/devkit/arm/target /mnt/home
mount: mounting 192.168.4.105:/opt/STM/STLinux-2.3/devkit/arm/target on /mnt/home failed: Protocol not supported



Reproducible: Always

Steps to Reproduce:
1.configure /etc/exports in the PC host in this way:
--
/opt/STM/STLinux-2.3/devkit/arm/target 192.168.4.92(rw,no_root_squash,sync)
--
2.
run all the daemons required on the PC host to have nfs running

3.
run mount on the SPEAr300 
# mount 192.168.4.105:/opt/STM/STLinux-2.3/devkit/arm/target /mnt/home
mount: mounting 192.168.4.105:/opt/STM/STLinux-2.3/devkit/arm/target on /mnt/home failed: Protocol not supported
Comment 1 Chris Recoskie CLA 2011-02-03 09:37:43 EST
Uh, what does this have to do with Eclipse or CDT?