LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 12-06-2010, 12:40 AM   #1
Ricalsin
LQ Newbie
 
Registered: Nov 2010
Location: Southern California
Distribution: Ubuntu
Posts: 7

Rep: Reputation: 1
eclipse = need to umount


Ran into an inability to configure subclipse with eclipse on my Ubuntu 10.10 (Maverick) with Apache2 and Subversion.

Read a post that some dependencies were missing in the eclipse>ubuntu>respositories and that I should try downloading eclipse direct from tigris > and then upgrade software packages from their site. (Anyone else have/had this problem?)

Downloaded the elcipse tar.gz file and - UNFORTUNATELY - unpacked it in the wrong directory. Thought I could simply remove that directory (sudo rmdir --ignore-fail-on-non-empty directoryname) but it does not delete even though no error.

Read a post to check if the directory is mounted (df -h directoryname) and sure enough it is:
Code:
Filesystem  Size  Used Avail Use% 
Mounted on /dev/sda8  108G  7.3G   95G   8% /
Tried to umount the directory (umount /home/directoryname) and I get this response:
umount: /home/directoryname is not mounted (according to mtab)

Cannot un-mount and cannot delete the directory (in order to upack the tar.gz again - correctly).

Any thoughts?
 
Old 12-06-2010, 04:32 AM   #2
gd2shoe
Member
 
Registered: Jun 2004
Location: Northern CA
Distribution: Debian
Posts: 835

Rep: Reputation: 49
Your directory isn't mounted, it's on a mounted filesystem (as all of them are by definition). Specifically, it's on your root partition ("/")

--ignore-fail-on-non-empty means almost exactly the opposite of what you think it does. rmdir cannot delete a folder with stuff in it. Normally, it complains when you try to make it do so. This merely suppresses the error message.

you want:
Code:
rm -rf directoryname
Be extra careful with this command. It will recursively delete everything in a folder. It's the machine gun of file deletion. Since it's an actual deletion, it is nearly impossible to undo.

I don't know about your eclipse/subversion problem. Sorry.
 
1 members found this post helpful.
Old 12-06-2010, 08:47 AM   #3
Ricalsin
LQ Newbie
 
Registered: Nov 2010
Location: Southern California
Distribution: Ubuntu
Posts: 7

Original Poster
Rep: Reputation: 1
Smile

Perfect advice. Thank you.
 
Old 12-06-2010, 08:23 PM   #4
gd2shoe
Member
 
Registered: Jun 2004
Location: Northern CA
Distribution: Debian
Posts: 835

Rep: Reputation: 49
You're welcome
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Metrics plug-in for Eclipse, does it support Eclipse CDT? like2learn Programming 2 04-02-2012 03:13 AM
Eclipse mp3 player model type: ECLIPSE-CL2BLK Bagatelle Linux - Newbie 0 12-25-2009 01:39 PM
Eclipse PDT 2.0 vs Zend Studio for Eclipse NaCo Programming 1 02-01-2009 11:35 AM
LXer: Gentleware Unveils New Apollo for Eclipse and openArchitectureWare Eclipse Dist LXer Syndicated Linux News 0 10-25-2007 09:30 PM
LXer: Netbeans attempts to eclipse Eclipse LXer Syndicated Linux News 0 04-17-2006 09:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 12:54 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration