On Thu, Apr 03, 2003 at 09:53:10AM -0000, yuvaraj  k wrote:
> 
> In master harddisk having linux.I am adding new harddisk with 
> slave. How to accomidate slave disk also linux partition?
> 
---end quoted text---

o Make sure that the jumper in the new hard disk is set to be
  slave while fixing
  
o # fdisk /dev/hdb  (if primary slave) OR
  # fdisk /dev/hdd  (if secondary slave) ... for IDE disks
  
  (you may use cfdisk or some other fdisk program)
  
o Once partitions have been made:
  # mke2fs /dev/hdb1 ( ... ..to hdbN depending upon how many
    partitions you have set up, and which  ones  you want to
    devote to Linux Type 83 partition)
    
o Make  mount points for the new  partition, and mount them 
  through /etc/fstab
  
HTH

Bish

--
:
####[ GNU/Linux One Stanza Tip (LOST) ]#######################

Sub : Blocking pings to your server/ box             LOST #301

This is dependent upon the setting at /proc/sys/net/ipv4/icmp_
echo_ignore_all. A "0" value blocks and "1" allows. viz:
'#echo "0" > /proc/sys/net/ipv4/icmp_echo_ignore_all'  [Block]
'#echo "1" > /proc/sys/net/ipv4/icmp_echo_ignore_all'  [Allow]

####<[EMAIL PROTECTED]>####################################
:


-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to