Ubuntu :: Copying Files Between Windows Partitions
Jan 20, 2010
I need to copy ~300GB of drives from one Windows hard drive to another using a Ubuntu live CD. (I currently don't have enough power connectors for my Windows system drive AND both existing and new data drives. Stupid power supply.)
By Windows drive, I mean the drives are only data drive (no Windows install) but the files on the first drive were created and are used by my Windows system, both were formatted NTFS in Windows, and the files will again be used by Windows on the second drive.
Are there any pitfalls I need to be aware of, or can I literally just drag the files across in Nautilus? Is there a faster copy utility available (I know there are Windows programs that can copy faster than drag-n-drop, but I'm sure Ubu doesn't have the same problem ) Will using a Live CD cause any specific issues?
View 8 Replies
ADVERTISEMENT
May 8, 2011
i am accessing linux through putty and i wrote somany programs in unix using putty and gedit but now i need to copy all files into windows. how to copy directory(linux) to folder(windows) without installing any softwares?If it is necessary to install software to copy files then tell me the process of using that software.
View 5 Replies
View Related
Mar 8, 2010
I want to search a Windows partition for all .doc and .xls files and move them over to Xubuntu to burn them to CD.
Is this easiest to do via terminal? I tried to use catfish and select all files, but I think my Mac keyboard (and USA standard keyboard settings) threw the select all files ability.
View 4 Replies
View Related
Jan 3, 2011
How can I copy some files from a windows machine to Linux machine ?
View 13 Replies
View Related
Mar 4, 2010
I have an SD card that I formatted using my Ubuntu machine to contain one raw Linux partition and one FAT32 partition. Does anyone know of a way to be able to copy files to/from the SD card and my Windows PC? Right now, when I plug the SD card into my Windows PC, the FAT32 partition doesn't appear. When I try to copy files from my Windows PC to the raw Linux partition on the SD ard, I get "bad magic number" errors on the device that I use the SD card with. Is there some utility I can use on my Windows PC to be able to correctly read this SD card? It would be very convenient to have that for travel, etc when I don't have easy access to the Ubuntu machine.
View 1 Replies
View Related
Mar 15, 2011
I am facing problem in copying a large number of file 18 lakh (18,000,000) files from my personal hardisk to another hardisk each file is very small and size of folder is around 3.95 GB copying files using copy given by Windows is frustrating and I am not even able to compress file its giving me error that its not readable.And problem is I am not able to open this drive in Linux it showing me error there saying do diskchk in Windows and Windows disk check is also not able to repair this drive and goes into some mode unsolvable.Is there any way to open disk with error to open in Windows and if not any way I can copy data faster?ERROR: Disk labled EDU is corrupt go to windows and chkdsk /f there and reboot into window 2 times.
View 3 Replies
View Related
Sep 1, 2009
Regularly I find myself cloning a machine using rsync. I find it understandable, reliable and fast, faster than dd, and I don't have to worry about different partition sizes etc. However, usually I partition my hard disk in a number of partitions:
Code:
/
/home
/usr
/var
When I start with a new, empty machine, I start up with a USB stick or live CD, and my new, empty hard disk becomes /dev/sdb. After creating the 4 partitions I have /dev/sdb1, /dev/sdb2... etc. My root directory is on the disk I used for booting, usually /dev/sda. So, in order to access my newly created partitions, I mount them on the /mnt/directory of my root:
Code:
mounted now later
/mnt/sdb1 /
/mnt/sdb2 /home
/mnt/sdb3 /usr
/mnt/sdb4 /var
In other words, I mount now /dev/sdb1 on /mnt/sdb1, while after copying /dev/sdb1 will become my root directory, /dev/sdb2 become my /home directory, etc. When I start the resync process to copy the image from a remote machine, I have to copy all 4 partitions separately. First the root directory, excluding /home, /usr, /var, then /home, then /usr, /var, like this:
Code:
action 1:
rsync --exclude='/home' --exclude='/var' --exclude='/usr' my.remote.machine:/ /dev/sdb1/
action 2:
rsync my.remote.machine:/home /dev/sdb2/
action 3:
rsync my.remote.machine:/usr /dev/sdb3/
action 4:
rsync my.remote.machine:/var /dev/sdb4/
That is a lot of typing and waiting. Sometimes I have a different partition scheme so it is not really feasible to write a script to use always. Now the Question: is there a smarter way of mounting the newly formatted disk (/dev/sdb1, /dev/sdb2... etc) in my root tree so I can perform the rsync copy in just one time, without all the excludes, but assuring that the correct source partitions end up on the correct destination partitions?
View 8 Replies
View Related
Dec 30, 2010
I currently have three hard drives: (2) 150GB IDE drives (windows) and (1) 500GB SATA drive (fedora13). I'm trying to move files on the IDE drives to the SATA drive so that I only need the SATA drive. The SATA drive is running Fedora 13 and the other two were old NTFS drives that I just use for space now. So most of the files copied fine, however, for a handful of them I receive the following error:Error splicing file: Value too large for defined data type This happens when I try to copy files not only from drive to drive, but even from folder to folder on the same drive. I've read about a 2GB file size limit, but none of the files are that size. I have no idea why this is happening.
View 5 Replies
View Related
Feb 9, 2011
I am installing Ubuntu on the same hard drive as Windows 7. The partitions of Windows 7 have already occupied the left part of the hard drive. From left to right, the Windows partitions are one partition for Windows booting, one for Windows OS and software installation, and one for data which is planned to mount on Ubuntu. I was wondering how to arrange the order of partitions of root, home and swap, i.e. which is on the left just besides one Windows partition, which is in the middle and which is on the far right?
View 1 Replies
View Related
Feb 14, 2010
I've discovered that Dolphin seems to lose random files when copying many large folders.
I first noticed this a few months ago when I tried to copy my music library from one folder to another on the same HDD. It consisted of around 600 folders and 6500 files. During the copy there were no errors but after the copy I found that some of the newly copied folders were missing files. I put it down to human error or a glitch.
Yesterday I tried to copy 13 folders containing rips of some of my DVDs. Each folder basically had one film of either 700MB or 1.4GB. Again no errors showed up during the copy but I found 3 of the newly copied folders were empty.
It's not so critical with music or films but I can't afford to lose work data like this.
Has anyone experienced or seen a similar problem with Dolphin? I'm going to have to do some more extensive testing but this is not good.
The first time I noticed the problem I was running KDE4.3.4 (I think) and now the latest was with KDE4.4.0.
View 9 Replies
View Related
Jan 19, 2010
I need to copy some files from an OpenBSD 4.5 server to my Ubuntu set up via flash disk tell me what commands to enter on each in order to do this please? I believe OpenBSD is UFS and I'm running 9.10 so Ubuntu is ext4
View 9 Replies
View Related
Apr 6, 2010
I am trying to copy files across a network using terminal. i know this is possible but i can't find a way. but i can paste smb://xxx.xxx.xxx.xxx/myfolder in the address bar in a folder and navigate to the correct area.is there some other way i can do this?
View 8 Replies
View Related
Jul 27, 2011
I had to leave rather suddenly (decision was Germany's, not fiancee's), and now am in the States again, but my files are still there. There are lots of things (mainly photos) on there, that I would like to have here. SOME stuff is on CD/DVD, but there is stuff that isn't.
Is there some way that I could access her computer and just copy files to mine?
(I picture two folders, one on hers, one on mine, and I just dragging an icon from one to the other - but I don't suppose anything's THAT easy...)
Naturally, her computer would have to be on, and I assume she could not be using it herself. Naturally also, I would get her permission first...
I assume that it would take a while, but if it were as simple as the icon thing I described above, then I could just go away and come back later. I assume something would be running to make sure that the destination file and source file were identical before proceeding to the next file.
[Before you suggest: why doesn't she just copy the files to DVD's and mail them to me? She is not all that computer saavy, I'm afraid, and trying to explain it all, including the exact folder names and such, Plus, how to use a DVD/CD burner and software... Plus translate it all into German... If I were rich enough, I could just go there and do what I needed, but that is not in the cards for the present. ]
IS there a way to copy stuff from her computer to mine?
View 2 Replies
View Related
May 1, 2011
I have 10.10 installed within my Windows Xp.All was fine.Then,I upgraded to 11.04.Boot screen etc is fine .Log in is automatic in Classic.Unity & Compiz not supported.Now,again everything is fine except that my xp partitions are not recognised and hence I can not mount them and access them.
View 5 Replies
View Related
Mar 16, 2010
I just installed Apache2, PHP5 and MySQL on my Ubuntu 9.10. I have about 200+ .php format files of my site (including index.php) which I need to copy to var/www.
But the permission is denied.
View 5 Replies
View Related
Jul 27, 2010
I have a tarball of my old .thunderbird directory that I untarred onto my new machine. When I open Thunderbird, it wants me to go through the setup process. I've copied these files before and was able to get into my email.
View 2 Replies
View Related
Nov 15, 2010
I've got two external hard drives, a 2TB and a 320GB. I've recently come from Windows 7. On Windows 7 I wrote a batch file which checked whether both hard drives existed and then copied a couple of folders from the 2TB to the 320GB without overwriting. I've been trying to work out how to do the same under Linux without much luck. I've tried rsync but it looks like it overwrites. Does rsync overwrite?
If it helps, the batch file I wrote in Windows
if exist D:320GBDrive (if exist H:2TBDrive (xcopy H:2TBDrive* D:320GBDrive /I/E /-Y < C:decline_copy.txt))
Which basically checks for drive D:, checks for drive H: and then copies the contents of the folder on drive H to drive D and says no every time it asks to overwrite.
View 2 Replies
View Related
Nov 30, 2010
when i try to copy more than one files of average size of around 300MB, ubuntu copy one file then data transfer stops for some time, and then after it continues and again stops on the end of file?? i didnot faced this problem while copying data to my external hard drive.
View 3 Replies
View Related
Dec 10, 2010
when I try to transfer files between flash drives, it starts to copy normally and then after few seconds it starts to lag. Transfer rate drops with each second by 0.2 MB down until 5 MB/s where it completely hangs. This happens to every single flash drive I put in and this is annoying because I have external HardDrive connected over USB port and I keep all my data in there, so when I try to transfer the files from the hard drive to the flash drive - it lags and hangs. Same thing if I want to copy from internal harddrive to flash drive. Although everything is fine when I copy from the flash drive to the internal harddrive and everything is fine when flash drive or the external harddrive is alone (no other flash drives or something is connected).
I am also using Ubuntu 10.04. I have tried transfering files on my netbook running ubuntu, because I thought that it might be a USB port issue but the same thing happened on the netbook too...
View 1 Replies
View Related
Feb 21, 2011
suppose I have a tree structure like this:
/home/mahmood/sim/a/b/file1.cpp
/home/mahmood/sim/a/b/file2.h
/home/mahmood/sim/a/c/file3.txt
/home/mahmood/sim/d/file4.txt
How can I copy all of them to /home/mahmood/sim. So that when I run "ls" in /home/mahmood/sim, I see all files:
file1.cpp
file2.h
file3.txt
file4.txt
Can 'cp' search for all file and copy them in another folder?
View 2 Replies
View Related
Jul 14, 2011
I am running an old p4 system with the latest ubuntu. It has been working wonderfully until today. It all of the sudden starts to hang when copying or even just accessing files from one specific hard drive. I have read that this is an error with ext4. Is there anyway to fix this?
It would be extremely difficult for me to transfer all of these files over if i don't know whether or not it will hang.
View 2 Replies
View Related
Nov 6, 2010
If you use Ubuntu - when you copy files to USB Flash Drive, is your CPU 100% loaded? On Arch it is.
View 2 Replies
View Related
Jun 30, 2011
How would i go about copying files to a directory, yet skip the files that already exist in the directory, and also remove the files that are in the directory. For example:
Code:
$ls /dir1
img001.jpg
img002.jpg
[code]....
Now i would like to copy from dir1 to dir2, but the contents of dir2 would be:
Code:
$ls /dir2
img003.jpg
View 7 Replies
View Related
Apr 13, 2010
Copying my Thunderbird files to another machine
Two questions:
1. Can I copy xx.default to DVD, its 1.5GB in size, and then merge it into the xx.default of the other machine or try and connect through a crossover cable. I tried to copy onto a flash drive but it did not recognize Inbox.sbd as a folder.
2. How do I manager the existing files in the receiving machine, it has an existing mail account.
View 1 Replies
View Related
Apr 17, 2010
Having trouble running backup software to network storage. (Ubuntu 10.04 Beta)
I mounted my network drive (a Netgear Stora) with curlftps (tried several other ways, but this is the only way that works). It shows up like a regular HDD which I can copy files to in the file manager, but when I try running backup software only the folders are copied.
I've tried several backup programs, some based on Rsync, as well as Rsync itself, but they all had problems. Dj Dup kind of worked and was able to copy files (archives), but kept dropping the ethernet connection instead.
View 1 Replies
View Related
May 19, 2010
im trying to copy a file over to my external hard drive and its a 5.8gig file and i keep getting this error saying there was a file copy error and then i click show more details and says Failed to attach the file: File too large
View 3 Replies
View Related
Jun 13, 2010
I am trying to install KUbuntu and the installer is struck at "copying files." The first time the installation went fine besides grub not booting properly. So I went ahead and tried to reinstall Kubuntu and now the installer hangs at 15-23% at copying files. I've already erased a bunch of partitions and told the installer to install the OS on "the largest contiguous free space" and it still hangs. To be honest I haven't allowed to it hang at 23 percent for more than one hour.The CD is not the issue as I've tried both Kubuntu and Ubuntu installers with the same result.
View 4 Replies
View Related
Aug 4, 2010
I got a problem with the motherboard of my computer and now I need to get some files out from the hard drive (an ext3 partition). I can access the files from another computer but because of the permissions of my user it doesn't let me copy the files over to another drive.
my computer was running Kubuntu 8.10 with a Vista dualboot. I also tried attaching the hard drive to another laptop, but because of the video drivers the display doesn't function properly.
View 4 Replies
View Related
Nov 21, 2010
I'm looking for some way to search a given directory, copy its folder structure to another given directory, and copy from the original only certain files into the newly created directory.Vague, I'm sure. But here's what I'm actually looking for:My music player won't display album art without a "cover.jpg" image in each folder where the files are, but I have Rhythmbox set to only copy the top rated songs. Each file does have its cover embedded in it, but there's also a cover.jpg in each folder.
So I'd like to let Rhythmbox handle the actual song copying, and then have a script or something that I can run that will scan my onboard music directory for cover.jpg files and then place them in the appropriate folders within my music player's folders. Obviously I can't just copy my onboard music directory, or I'm getting *every* song, not just the top-rated, which defeats the purpose of syncing at all.
View 2 Replies
View Related
Dec 9, 2010
Is there a way to copy a file from the desktop to /usr/lib/ICAclient folder that I have, by using drag and drop.For some reason, I thought I was able to do this in Mint.
View 9 Replies
View Related