| | |
Installing software on ubuntu
Thread Solved |
you cant . In linux there is no real single instillation directory - the correct things just always go to the correct places.
some data goes to /etc
some to /usr - things like print spool also the webserver root gors to /var/www
/sbin is system
/bin is commands
/boot is kernel
/dev is where devices live (e.g the cd can be /dev/hdc)
/lib is shared libaries
/home is user area
/mnt mounted filesystems
/opt user-installed programs like kde
/root roots home
/tmp temporary files
some data goes to /etc
some to /usr - things like print spool also the webserver root gors to /var/www
/sbin is system
/bin is commands
/boot is kernel
/dev is where devices live (e.g the cd can be /dev/hdc)
/lib is shared libaries
/home is user area
/mnt mounted filesystems
/opt user-installed programs like kde
/root roots home
/tmp temporary files
Last edited by jbennet; Jul 23rd, 2007 at 4:48 am.
If i am helpful, please give me reputation points.
you arent in trouble if you made a seperate one. Using the mount command you can mount whatever directory you want onto that partition. To make it permenent you need to edit the fstab file.
let me explain:
on my system i have debian (similar to ubuntu) and it has 2 partitions and one partition holds /home and the other one holds everything else.
(Home is like c:\docuiments and setings is on XP, its where all your music etc... lives)
the home is 30gb and the other one is 10gb. (3-6gb is enough to hold the rest of the system)
let me explain:
on my system i have debian (similar to ubuntu) and it has 2 partitions and one partition holds /home and the other one holds everything else.
(Home is like c:\docuiments and setings is on XP, its where all your music etc... lives)
the home is 30gb and the other one is 10gb. (3-6gb is enough to hold the rest of the system)
Last edited by jbennet; Jul 23rd, 2007 at 9:16 am.
If i am helpful, please give me reputation points.
•
•
•
•
you cant . In linux there is no real single instillation directory - the correct things just always go to the correct places.
As for the actual problem, do what jbennet said -- mount the partition as one of the directories in the root filesystem (/usr would probably be the best one), and edit your
/etc/fstab file to automatically mount it at boot time. "Technological progress is like an axe in the hands of a pathological criminal."
![]() |
Similar Threads
- Installing software on Linux: packages (*nix Software)
- Installing Software (*nix Software)
Other Threads in the Kernels and Modules Forum
- Previous Thread: Remove old kernels?
- Next Thread: executing the normal program from linux.rc - different bahaviour
| Thread Tools | Search this Thread |






