View Single Post
Old 10-09-2008, 04:25 AM  
Scott-Mc
Registered User
 
Join Date: Nov 2007
Posts: 20
df -h will show if it is mounted or not.

Looking at the space from the du it's unlikely that it's mounted but before you mount it i'd suggest you rename the current /img1 directory to something like /img1.old then mkdir /img1 and

mount /dev/sda1 /img1

Then copy the contents from /img1.old -> /img1 using something like rsync -av /img1.old/ /img/1

Then you can delete /img1.old otherwise the data you have already copied till now will not be on the new drive. Secondly you will want to add your new drive to /etc/fstab so it mounts on boot.
__________________
Linux Server Management - AdminGeekZ.com
Is your website Sluggish? Unavailable? Insecure?
Why not call us? United Kingdom(Toll Free): 0800 8620073 // United States: 585 563 1729 // Australia: 02 9037 2448 // International: +44.1412800134
Scott-Mc is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote