Dear vasanth,

> I need clarification on whether I could mount the old disk on to a remote 
> machine with a bigger disk (the one I want to copy the system onto) and do 
> the same.
Yes you can certainly do it.
Proceed as follows...

1.Open the /etc/exports file in the m/c from where you want to copy your
  data(i.e the m/c with small disk) 
 Add the following lines to it:
 / (rw)
Save the file and give the command "exportfs".

2.then from the remote m/c mount that m/c(with small disk) with the
following command:
    mount <name of m/c with smalldisk>:/  /mnt/nfsmount
 Now the old hdd is mounted on /mnt/nfsmount on the new m/c
3.Copy the files using cp command and then umount the nfs.

NOTE:
In case of porblem during mounting specify the -t option along with the
mount command: -t nfs   
On Wed, 27 Sep 2000, C. Vasanth wrote:

> Hi folks:
> 
> I am rapidly running out of disk space and want to replace a 2 GB with a 10 
> GB disk.  I have read the mini HOWTO on upgrading a hard disk.  The doc 
> suggests installing the new disk on the computer which is currently using 
> the old disk and using the following comand (/new-disk is where the new 
> disk is mounted):
> 
>     cp -a /bin /boot /dev /etc /home /lib /lost+found /mnt /root /sbin 
>  /tmp /usr /var /new-disk
> 
> I need clarification on whether I could mount the old disk on to a remote 
> machine with a bigger disk (the one I want to copy the system onto) and do 
> the same.
> 
> Vasanth
> 
> ----------------------------------------------
> Find out more about this and other Linux India 
> mailing lists at http://lists.linux-india.org/
> 

                         "HAPPY GANESH CHATURTHI"
*******************************************************************************
        FROM:
             S.SRIRAM,
             AF-7.SARDAR BHAVAN,
             SVRCET,
             ICHCHHANATH,
             SURAT-395 007,
             INDIA.
        E-MAIL ADDRESS:[EMAIL PROTECTED],
                       [EMAIL PROTECTED]
        Phone# (0261)212453 

*******************************************************************************


----------------------------------------------
An alpha version of a web based tool to manage
your subscription with this mailing list is at
http://lists.linux-india.org/cgi-bin/mj_wwwusr

Reply via email to