Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 10-10-2007, 11:30 PM   #1 (permalink)
A human, I use Ubuntu
 
pradeepbp's Avatar
 
Join Date: Oct 2005
Posts: 62
Default 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?
pradeepbp is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 11-10-2007, 12:29 AM   #2 (permalink)
In The Zone
 
Nav11aug's Avatar
 
Join Date: Sep 2006
Location: Kharagpur for now
Posts: 362
Default 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 :)
Nav11aug is offline  
Old 11-10-2007, 01:01 AM   #3 (permalink)
Juke Box Hero
 
Join Date: Aug 2007
Posts: 1,204
Default 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.
Hitboxx is offline  
Old 11-10-2007, 06:49 PM   #4 (permalink)
A human, I use Ubuntu
 
pradeepbp's Avatar
 
Join Date: Oct 2005
Posts: 62
Default 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?
pradeepbp is offline  
Old 11-10-2007, 07:17 PM   #5 (permalink)
In The Zone
 
Nav11aug's Avatar
 
Join Date: Sep 2006
Location: Kharagpur for now
Posts: 362
Default 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 :)
Nav11aug is offline  
Old 11-10-2007, 11:21 PM   #6 (permalink)
A human, I use Ubuntu
 
pradeepbp's Avatar
 
Join Date: Oct 2005
Posts: 62
Default 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

??
pradeepbp is offline  
Old 11-10-2007, 11:26 PM   #7 (permalink)
In The Zone
 
Nav11aug's Avatar
 
Join Date: Sep 2006
Location: Kharagpur for now
Posts: 362
Default Re: Additional Hard drives

are you root? if u rnt u might need to say
Code:
sudo fdisk
__________________
http://www.last.fm/user/NOLFxceptMe/
http://naveendageek.blogspot.com

Back after a long time. And well, EndSems screwed up as usual :)
Nav11aug is offline  
Old 12-10-2007, 05:13 AM   #8 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default 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
mehulved is offline  
Old 12-10-2007, 01:13 PM   #9 (permalink)
A human, I use Ubuntu
 
pradeepbp's Avatar
 
Join Date: Oct 2005
Posts: 62
Default 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
Code:
sudo fdisk
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
pradeepbp is offline  
Old 12-10-2007, 01:20 PM   #10 (permalink)
Juke Box Hero
 
Join Date: Aug 2007
Posts: 1,204
Default Re: Additional Hard drives

Most root level commands are in /sbin on Fedora
Code:
#sudo /sbin/fdisk -l
Hitboxx is offline  
Old 12-10-2007, 01:21 PM   #11 (permalink)
Wire muncher!
 
infra_red_dude's Avatar
 
Join Date: Nov 2003
Posts: 6,173
Default 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
infra_red_dude is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hide entire hard drives c: or d: or f: without regedit Batistabomb Tutorials 26 14-10-2007 10:50 AM
hide hard drives from my computer bikdel QnA (read only) 7 22-08-2007 01:39 PM
Hybrid Hard Drives DukeNukem Technology News 2 27-10-2006 09:19 PM
Samsung: 'Hybrid' Hard Drives ferrarif50 QnA (read only) 6 01-05-2005 07:34 PM

 
Latest Threads
- by Sujeet
- by soumya
- by clmlbx
- by Charan

Advertisement




All times are GMT +5.5. The time now is 01:03 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2