 |
10-10-2007, 11:30 PM
|
#1 (permalink)
|
|
A human, I use Ubuntu
Join Date: Oct 2005
Posts: 62
|
Additional Hard drives
1. If I add additional hard drives to my computer, how would i make the FC 7 to identify it?
2. I believe that the application installation happens in the boot partition in linux. Is there any way by which I can increase this boot partition without reinstalling the entire distro, provided I already have free space available.
3. What utility can be used to make additional ext3 partitions in FC 7?
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
11-10-2007, 12:29 AM
|
#2 (permalink)
|
|
In The Zone
Join Date: Sep 2006
Location: Kharagpur for now
Posts: 362
|
Re: Additional Hard drives
1. The extra harddrive would automatically detected and /etc/fstab would be updated too. It would have a different device no. like if your 1st HDD was /dev/sd0 ,this one might be /dev/sd1
2. Dnt know
3. fdisk in Linux itself, and there is a graphical counterpart too.
__________________
http://www.last.fm/user/NOLFxceptMe/
http://naveendageek.blogspot.com
Back after a long time. And well, EndSems screwed up as usual :)
|
|
|
11-10-2007, 01:01 AM
|
#3 (permalink)
|
|
Juke Box Hero
Join Date: Aug 2007
Posts: 1,204
|
Re: Additional Hard drives
1. Like he said, if not you have to put the mount points in /etc/fstab.
2. Not really, the application gets installed depending on the settings, mostly it happens in /usr and sometimes /home. Yes you can increase its size but its a very long process, not advised as can't guarantee a result. Basically what you do is, use a live-cd/rescue cd/some other installed(Linux) system, copy the entire contents of /boot to a new partition with large space and edit /etc/fstab to point to this new partition and delete the old /boot.
3. Gparted and QParted.
|
|
|
11-10-2007, 06:49 PM
|
#4 (permalink)
|
|
A human, I use Ubuntu
Join Date: Oct 2005
Posts: 62
|
Re: Additional Hard drives
Quote:
|
Originally Posted by hitbox.champion
2. Not really, the application gets installed depending on the settings, mostly it happens in /usr and sometimes /home. Yes you can increase its size but its a very long process, not advised as can't guarantee a result. Basically what you do is, use a live-cd/rescue cd/some other installed(Linux) system, copy the entire contents of /boot to a new partition with large space and edit /etc/fstab to point to this new partition and delete the old /boot.
|
Can these settings be modified somewhere so that applications can be forced to get installed as per our wish?
|
|
|
11-10-2007, 07:17 PM
|
#5 (permalink)
|
|
In The Zone
Join Date: Sep 2006
Location: Kharagpur for now
Posts: 362
|
Re: Additional Hard drives
yup.. modify your .bash_rc file
__________________
http://www.last.fm/user/NOLFxceptMe/
http://naveendageek.blogspot.com
Back after a long time. And well, EndSems screwed up as usual :)
|
|
|
11-10-2007, 11:21 PM
|
#6 (permalink)
|
|
A human, I use Ubuntu
Join Date: Oct 2005
Posts: 62
|
Re: Additional Hard drives
Quote:
|
Originally Posted by Nav11aug
1. The extra harddrive would automatically detected and /etc/fstab would be updated too. It would have a different device no. like if your 1st HDD was /dev/sd0 ,this one might be /dev/sd1
2. Dnt know
3. fdisk in Linux itself, and there is a graphical counterpart too.
|
On typing 'fdisk' in terminal (after logging as root), I am getting the following error:
bash: fdisk: command not found
??
|
|
|
11-10-2007, 11:26 PM
|
#7 (permalink)
|
|
In The Zone
Join Date: Sep 2006
Location: Kharagpur for now
Posts: 362
|
Re: Additional Hard drives
are you root? if u rnt u might need to say
__________________
http://www.last.fm/user/NOLFxceptMe/
http://naveendageek.blogspot.com
Back after a long time. And well, EndSems screwed up as usual :)
|
|
|
12-10-2007, 05:13 AM
|
#8 (permalink)
|
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Re: Additional Hard drives
Quote:
|
Originally Posted by pradeepbp
Can these settings be modified somewhere so that applications can be forced to get installed as per our wish?
|
Why would you want to do that?
Then you will have to get the source code and configure all the paths and then compile the apps. It would be nothing less than a waste of time and energy.
__________________
http://www.bash.org/?258908
|
|
|
12-10-2007, 01:13 PM
|
#9 (permalink)
|
|
A human, I use Ubuntu
Join Date: Oct 2005
Posts: 62
|
Re: Additional Hard drives
Quote:
|
Originally Posted by mehulved
Why would you want to do that?
Then you will have to get the source code and configure all the paths and then compile the apps. It would be nothing less than a waste of time and energy.
|
I am not going to do that. That enquiry was in academic interest only. However, thanks.
Quote:
|
Originally Posted by Nav11aug
are you root? if u rnt u might need to say
|
Check my earlier post; I was logged in as root while doing that.
Last edited by pradeepbp; 12-10-2007 at 01:13 PM.
Reason: Automerged Doublepost
|
|
|
12-10-2007, 01:20 PM
|
#10 (permalink)
|
|
Juke Box Hero
Join Date: Aug 2007
Posts: 1,204
|
Re: Additional Hard drives
Most root level commands are in /sbin on Fedora
Code:
#sudo /sbin/fdisk -l
|
|
|
12-10-2007, 01:21 PM
|
#11 (permalink)
|
|
Wire muncher!
Join Date: Nov 2003
Posts: 6,173
|
Re: Additional Hard drives
Wait wait, there's an easy way. Just as you copy the existing /boot to a different partition and later mount it as /boot, you can do the same for /usr. Most of the apps will be installed here. You can move the entire exisiting /usr folder to a larger partition via a Live CD session and then edit fstab to mount it as /usr
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."
http://phoenix-ani.blogspot.com
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|