![]() |
2009-12-14
, 08:22
|
Posts: 279 |
Thanked: 95 times |
Joined on Sep 2009
|
#22
|
It looks like you have installed some package that was poorly "optified" using bind mounts instead of symbolic links. My guess is that it left some entries in /etc/fstab. If those directories are all empty now then you can just remove the corresponding lines in fstab and be done with it.
![]() |
2009-12-14
, 16:10
|
Posts: 486 |
Thanked: 251 times |
Joined on Oct 2009
|
#23
|
Actually the newest version of Python uses a "Bind" method to mount the /opt folder for python. This is NORMAL behavior for python now. This allows all of Python to appear as if it is in the proper spot; but because it is so large and we don't actually want it in the /usr folder.
Nathan
![]() |
2009-12-14
, 17:25
|
|
Posts: 850 |
Thanked: 626 times |
Joined on Sep 2009
@ Vienna, Austria
|
#26
|
![]() |
2009-12-14
, 17:36
|
|
Posts: 445 |
Thanked: 572 times |
Joined on Oct 2009
@ Oxford
|
#27
|
![]() |
2009-12-14
, 17:38
|
Posts: 1,255 |
Thanked: 393 times |
Joined on Oct 2009
@ US
|
#28
|
![]() |
2009-12-14
, 18:00
|
|
Posts: 696 |
Thanked: 1,012 times |
Joined on Mar 2006
@ Asturies, Spain
|
#29
|
The Following User Says Thank You to yerga For This Useful Post: | ||
![]() |
2009-12-14
, 18:19
|
Posts: 65 |
Thanked: 21 times |
Joined on Feb 2008
|
#30
|
For something like python, the bind mounts are far better.
And to the OP: They aren't taking up space on /usr. If the tool you are using claims those directories are taking up space on /usr, the tool is broken.