 |
20-02-2007, 06:41 PM
|
#1 (permalink)
|
|
Wise Old Owl
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
|
Linux and Hard Disks
Help!!!!! Help!!!!!I currently have win xp on my comp. But soon i am going to clear my both hdds and load linux in one of my hdds. Also i am going to get another hdd of 40 gb. Let's name my hdds a,b and c. So in 'a' there will the / dir without /home. Now how to mount 'b' and 'c' such that it is avaliable to all users in /home 's space?
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
20-02-2007, 07:01 PM
|
#2 (permalink)
|
|
Google Bot
Join Date: Aug 2005
Posts: 9,772
|
Re: Linux and Hard Disks
keep the two hdds attached wen installin linu ... it ll auto mount them...
else use the command
mount -t vfat /home/hdb /dev/hdb (for fat)
and
mount -t ntfs /home/hdb /dev/hdb (for ntfs)
this ll mount the device hdb(ur hdd) @ home/hdb...
|
|
|
20-02-2007, 07:25 PM
|
#3 (permalink)
|
|
Wise Old Owl
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
|
Re: Linux and Hard Disks
Quote:
|
Originally Posted by pathiks
keep the two hdds attached wen installin linu ... it ll auto mount them...
else use the command
mount -t vfat /home/hdb /dev/hdb (for fat)
and
mount -t ntfs /home/hdb /dev/hdb (for ntfs)
this ll mount the device hdb(ur hdd) @ home/hdb...
|
you did not understand. 'b' and 'c' should be the default hdd for /home and not 'a' which is /. i mean that can we hv mount pt /home for both 'b' and 'c'.
__________
And the filesystem will be ext3 or 2. not ntfs or fat.
Last edited by The Unknown; 20-02-2007 at 07:25 PM.
Reason: Automerged Doublepost
|
|
|
20-02-2007, 07:30 PM
|
#4 (permalink)
|
|
Google Bot
Join Date: Aug 2005
Posts: 9,772
|
Re: Linux and Hard Disks
nope then... i dont think u can hav the same mount point for two diff hdds or partitions...
wait for the linux gurus to come... dont rely on me
|
|
|
20-02-2007, 08:15 PM
|
#5 (permalink)
|
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Re: Linux and Hard Disks
I don't have multiple hard disks so haven't ever tried such a thing but one thing you can do is. Keep / on 1st hard disk, ~ on 2nd hard disk and ~/entertainment on 3rd hard disk. entertainment can be anything. Like, it can be the download folder for music and movies. Name it as you wish.
__________________
http://www.bash.org/?258908
|
|
|
20-02-2007, 09:57 PM
|
#6 (permalink)
|
|
Wise Old Owl
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
|
Re: Linux and Hard Disks
how abt / on 1st, 2nd one on /mnt/drv01 and the 3rd one on /mnt/drv02?
|
|
|
20-02-2007, 10:17 PM
|
#7 (permalink)
|
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Re: Linux and Hard Disks
sure you can do that, too.
__________________
http://www.bash.org/?258908
|
|
|
20-02-2007, 11:51 PM
|
#8 (permalink)
|
|
El mooooo
Join Date: Jan 2006
Location: India
Posts: 1,414
|
Re: Linux and Hard Disks
Quote:
|
Originally Posted by The Unknown
how abt / on 1st, 2nd one on /mnt/drv01 and the 3rd one on /mnt/drv02?
|
This method will not put your /home partition on a separate drive, rather it will be on first drive only. To get two drives function as one (like /home directory), you need to put them in RAID.
|
|
|
21-02-2007, 06:36 PM
|
#9 (permalink)
|
|
Wise Old Owl
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
|
Re: Linux and Hard Disks
Quote:
|
Originally Posted by eddie
This method will not put your /home partition on a separate drive, rather it will be on first drive only. To get two drives function as one (like /home directory), you need to put them in RAID.
|
Buddy mine is an old comp. p3 wth ide hdds
|
|
|
21-02-2007, 07:26 PM
|
#10 (permalink)
|
|
El mooooo
Join Date: Jan 2006
Location: India
Posts: 1,414
|
Re: Linux and Hard Disks
Then my friend you can not make your two hard disks to act as one
IMO you should keep one drive for / and your bigger drive for /home. You can use your third drive as another partition.
|
|
|
| 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
|
|
|
|
|
|