LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   reg file tranfers across partitions (https://www.linuxquestions.org/questions/linux-newbie-8/reg-file-tranfers-across-partitions-318058/)

deep123 04-28-2005 09:15 AM

reg file tranfers across partitions
 
HI frnds,
I need to know how file transfer ie..copying of files across partitions is achieved..Throw some light reg this

-----------
deep

uzairkhan 04-28-2005 09:17 AM

what kind of partitions
 
like what file systems are present on each partion etc..


genrally speaking, simply mount the two partions and copy files as you would normally do....

a bit more information would be nice.

deep123 04-28-2005 09:34 AM

hi uzairkhan,
Both partiition have Ext3 file system...Could u provide me the steps involved in copying files across partitions in detail. is there any possibilties to view the data in one partition from the other one....our linvx version is :Redhat Linux 7.3

uzairkhan 04-29-2005 01:49 AM

okay, first of all you need to check , which partitions you want to copy to /from...
you should be able to find that out using fdisk.... (DONT MODIFY ANY THING) just use it to view the aviable partitions....


(BY the way, if they are linux partions, most probably they were already detected and mounted some place ...most probably under

/dev/hd([a][b]....[1]..[2]). again it depends on where that partition actually is


e-g

/dev/hda1 or /dev/hdb3 etc


CHECK the /mnt directory.. it is was already detected it should be mounted there.... if not , you would have to mount it using the mount command..

mount -t ext3 /dev/hd(some letter follwed by a number ) /mnt/(what ever name you want to use)

plz make sure you create the directory first.

once it is mounted , use the
cp command to copy stuff..

check man cp or info cp


DO THIS FIRST
launch the XServer (type startx on the console), and run disk manager. most probably you can see the partitions there. simpy drag and drop the files the way it works in the windows...

alternativly, browse to /mnt directory and see if it already contains the directory idicating the partiitions... if you cant c that, try using the above mentioned procedure........


All times are GMT -5. The time now is 09:02 AM.