Ubuntu :: Exact Copy Folder / "slow Method"?

Mar 6, 2011

I'm trying to make an exact duplicate of just a folder (about 15 gigs) and I want to do it a "slow method" (basically I want to avoid any possibility of corrupting files. Is there something more useful than cp, I've been using that and I've noticed at least a few files have gotten corrupted.

View 1 Replies


ADVERTISEMENT

Ubuntu :: Slow Copy To XP Shared Folder?

Jun 9, 2010

lately, after shifting to 10.04, when I copy files from the Ubuntu to my XP shared folders, it goes very very slow. i restarted the router and nothing changed. I can see the folders, but the copy speed is still very slow.

View 2 Replies View Related

Ubuntu :: Md5 Hash Of HD - Verify Exact Copy?

Oct 19, 2010

I am in the process of cloning a HD. Before I wipe the original drive I was wondering if there was a tool to create something like a md5 hash of the entire drive to verify that I have an exact copy. It does not necessarily have to be an md5 hash and any command line BASH options would work for me as well.

View 1 Replies View Related

Ubuntu :: USB Disk Clone With Dd But Still Not Exact Copy?

Dec 11, 2010

I'm trying to clone a 2GB USB memory stick to another stick just like it (same size and brand). The src drive has three partitions, one fat, one ext2 and one encrypted (in that order). It also has an mbr. I create the clone using the following command:

dd if=/dev/xxx of=/dev/xxx bs=512k conv=noerror,notrunc

Once it's done the mbr, the ext2 and the encrypted partitions seem fine, but the fat one is slightly modified on the clone. Here is a hex dump of the (broken) clones fat partition followed by a dump of the original partition.

"Clone":
0000000 3ceb 6d90 646b 736f 7366 0000 0402 0001
0000010 0002 0002 f800 00bc 003e 0040 0000 0000

[code]....

View 3 Replies View Related

Ubuntu Servers :: Schedule An Exact Disk Copy

May 30, 2010

Best way to do a scheduled backup of a server (PowerPC, Ubuntu 9.10), when an exact copy of the linux partition would be made on a disk of the same size? It seems there are several solution, but I have problems choosing the best.

View 6 Replies View Related

Ubuntu :: Possible To Copy / Paste An Exact Clone Of A System Already Installed?

Dec 30, 2010

Id like to know if its possible to somehow copy an EXACT copy of my linux from one computer to "paste" on another!

And how would I be able to do this?

View 3 Replies View Related

Fedora Servers :: Create Exact Backup / Copy?

Mar 14, 2011

I want to backup my server that godaddy is hosting and install it on my linux system at home. In other words I want to have a clone of my server at home, like what timemachine does on mac (carries files and programs from one mac to another to make a clone).

How do I do that? I create an image file an iso file? or what? How?

I want to do this incase my server burns up over there. I don't want to reinstall all the programs and do the set ups manually again.

View 4 Replies View Related

General :: Copy A File And Rename It At The Same Time While Copying It To The Same Exact Directory?

Jun 26, 2010

Create a copy of the file above and call it commands.sorted. Use the vi command to manually sort this file. I.e. use yy to copy a line, P or p to paste a line, and dd delete a line. Order the commands with the two lines starting with double quotes first. Then list the rest of the command in alphabetical order.

Anyone have any ideas what he's talking about? Can I copy a file and rename it at the same time while copying it to the same exact directory again? Now sure what the two lines things means either. I have an email out to him but it usually takes a long time for him to answer me. I got alot of work to do so everytime I get hung up it kills me.

View 2 Replies View Related

General :: Copy A File With Certain Name Pattern For Which Exact Place In Complex Directory-structure Unknown?

Sep 19, 2011

I want to copy all files with the name XYZ* into one folder. The problem is that the files are in different subfolders and that not even the depth of the folder structure is the same for all files. Luckily, at least each file has a unique name.

Of course, I thought about the cp command but I guess the depth of the folder structure needs to be the same for this to work.

View 3 Replies View Related

Ubuntu :: Best Backup Method - Copy Drive Image Or Use Utility

Jul 8, 2011

I just got a 2TB drive with the intention of backing up multiple Ubuntu machines to it. What would be the best way to do this, keeping ease of restoration in mind? Should I just copy each drive image to the BU drive, or use a utility like Back in Time?

View 8 Replies View Related

General :: GUI Method To Copy (duplicate) Files / Media?

Sep 23, 2010

Is there a GUI method to copy files or is this always done with the Bash terminal.

View 6 Replies View Related

Ubuntu :: Unable To Use K9 Copy When Try To Convert A DVD To MPEG Files Using The Method Without Encoding

Jan 15, 2010

I have been having a problem with K9 Copy whenever I try to convert a DVD to MPEG files using the method without encoding, but for some reason lately it seems to be splitting each episode I am trying to rip into about 6 or 7 pieces instead of just one.

I never usually have a problem with this, but for some reason it seems to be doing this whenever I try to rip something. I am running on Obuntu 9.10 and have K9Copy version 2.3.0 installed. I have tried installing several other versions, but it does the same thing with each.

View 6 Replies View Related

Ubuntu :: Copy Files From Original Folder To $user Folder?

Oct 22, 2010

i want make a bash panel and i want he will copy files from orginal folder to $user folder i mean when for explame i type i want install some server he say cp: cannot stat 'root/Desktop/2/files/beckup/sa-mp-steam': No such file or directory.

View 6 Replies View Related

OpenSUSE :: Software Or Method To Copy Yahoo Group Message History?

Sep 12, 2010

I'm looking for a way to copy and archive 10 years worth of message history from a Yahoo Group. With some changes in the yahoo group format coming in the future my group has concerns. I can copy a page at a time but it is not practical. how to go about it. I'm nearly clueless and am told that it can't be done.

View 9 Replies View Related

General :: Copy Folder Hierarchy / Recreate All Folders From One Directory Without Copying Over Contents Of Folder?

Jul 2, 2010

Is there a way to recreate all the folders from one directory to another without copying over the contents of the folder? I've been trying to do something like this,

Code:for i in `ls $X`; do mkdir $PATH/$i; doneUnfortunately $i is deliminated by whitespaces in the filenames and not the actual folders.

$X contains only other folders so I dont have to worry about regular files but any kind of more "advanced" solution would work.

View 1 Replies View Related

Ubuntu :: Cp - Copy Only The Folder Contents To New Folder ?

Feb 21, 2010

I should know this but I figured I'd ask before I screw something up.

What is the command to cp just and only the contents of a folder, not the folder itself, into a new folder?

Code: cp -R /path/to/folder/ /to/new/folder/

Is this right?

View 6 Replies View Related

General :: Copy Files From One Folder To Another Folder Using Shell?

Mar 4, 2010

i need to copy files from a folder called output files to another folder called running but im not able to do it i always get a stat error

View 14 Replies View Related

Software :: Copy A File Or Folder In Some System Folder?

Dec 1, 2010

When i want copy a file or folder in some system folder like sbin,Etc.show me error about privilage but when I'm in console i use su command for become admin and i can copy my file or folder.in other operation system like windows user can copy anything,i want know for direct copy my folder in linux without console what should i do? i must join my user name in root group?

View 4 Replies View Related

Ubuntu :: USB To HDD Copy Is Too Slow In 10.04 Beta

Apr 17, 2010

i recently upgraded from 9.10 to 10.04 Beta. i am using 64 bit OS. in my computer USB to HDD copy is very much slow. generally i get 20-25MBps copy speed. but from USB the speed gradually goes below 2MBps.

View 2 Replies View Related

Ubuntu :: USB To HDD Copy Is Too Slow In 10.04 Beta?

Apr 17, 2010

i recently upgraded from 9.10 to 10.04 Beta. i am using 64 bit OS. in my computer USB to HDD copy is very much slow. generally i get 20-25MBps copy speed. but from USB the speed gradually goes below 2MBps.

View 2 Replies View Related

Ubuntu Servers :: Slow LVM2 Lv-to-lv Copy

Jul 16, 2011

I've got three disks together on a *home* server that constitute four LVs.The two are the root and swap LVs installed by the Ubuntu 10.04.2 LTS installer on the OS drive (250 GB VG: Beta). The third & fourth LVs I made of two physical volumes (640 GB and 200 GB VG: Data) and mounted each inside /torrent. All are ext4.

I'm migrating lots of large files from /home to inside of /torrent, but I'm seeing EXTREMELY slow speeds (700KB/s).I'll admit this is my first time using LVM, and I tried it only because of the numerous smaller drives I have sitting around that weren't getting used. I didn't expect such a large drop in speed.

Here's a more technical review of the setup:

Code:

me@Beta:~$ sudo pvdisplay
[sudo] password for me:
--- Physical volume ---
PV Name /dev/sdb
VG Name Data

[code]....

View 5 Replies View Related

Ubuntu :: XP Installed Under Virtual Box And The Copy Process Is Very Slow

Apr 4, 2010

I have XP installed under Virtual Box and the copy process is very slow, I've spent 20 minutes to copy 3Gb iso image from an external Hdd. I a way to speed up this process?

View 1 Replies View Related

Ubuntu :: Fast Copy Stops Slow Other Processes?

Aug 29, 2010

The local files copy speed from one disk to another is satisfyingly 60+MB/s, but this cause problem to other application, windows gray out, firefox freez, basically i have to wait for the copy to end to return to the computer.

View 3 Replies View Related

Ubuntu Installation :: Fresh And New Copy But Is Kinda Slow?

Oct 11, 2010

So I updated the beta to the final release perfect 10 .And it is awesome , but it is kinda slow, so my question is how Can I purge a new clean copy of Ubuntu with the original settings and defaults programs?

View 1 Replies View Related

Ubuntu Networking :: Slow Copy Speed To Network Volume

May 4, 2011

In mi fstab file I mount a smb file server at boot. The code is:
//<ip address>/data /home/eng-2/NAS smbfs credentials=/home/eng-2/.smbcredentials,dir_mode=0775,gid=1000,uid=1000 0 0
Transfer rate to the server is approx 100 KB/s
Whilst transfer rate from the server 16 MB/s
If I mount it from Places>connect to server. Both to and from speeds are 16 MB/s. Why is it so slow when mounted through fstab?

View 2 Replies View Related

OpenSUSE Hardware :: USB Copy Too Slow / Way To Determine It

Apr 14, 2010

Few days ago formatted away winxp at office and installed OpenSUSE 11.2. In winxp USB speed was fine (actually full speed of my SDHC card using card-reader), but in SUSE it's about 1.13 MB/s.

The strange thing is - I have the same version of SUSE at home, on both desktop and laptop, with the only difference in kernel - at home both are default kernel, and desktop kernel at office.

Should I try default kernel and is there any way to determine the source of the problem?

View 2 Replies View Related

Fedora :: Extremly Slow Copy Speed (50K/s) / Make It Up?

Feb 17, 2011

I am having a very weird problem, of which I have never heard before. The problem, shortly (I will give details in the following), is that the copy speed between the partition in which I am running my Fedora and another partition where I store backup data is 50K/s, which is extremely slow (it has been usually around 10M/s, almost 200 times faster).

My laptop is a HP Pavillion Dv7 2080 ep, in which I have two disks of 250G. One of the disks is partitioned between two operational systems, Fedora 14 64 and Windows 7 64, and the other disk contains the above referred partition where I store my backups (lets call it backup disk). The problem happens ONLY when I try to copy anything from my home in Fedora to the backup disk. I first thought it could be a problem in the backup disk. Then I login into the windows and made a copy of some AVI files (3G approx) to the backup disk, which went normally, within a few seconds, thus eliminating this possibility. I try therefore to make the inverse process, a copy from the backup disk into my home folder in Fedora. It went normally, copying 4 G also within few seconds, actually with an excellent speed of 50M/s. After searching in google, I saw some people also complaining of slow copy speed (although they had 7M/s, more than 100 times faster than what I have now), and one cause could be that the source file system (in my case the Fedora home folder) would be near its full capacity. I therefore eliminate everything that I could, around 15G, and now I have like 20G of free disk space, which I think is more than enough for everything. However, the problem persists. Some people also said that it could be the type of files and/or amount of data. I therefore tried several kinds of files (from raw data files to AVI and RMVB regular video files), and several amounts of data (from single files with a few Megas to folders with 20G) and in all cases I had the same unacceptably low copy speed of 50K/s.

It seems to be a problem in the software, caused by the updates, since until 10 days ago it was everything ok. However, I usually make the updates whenever they appear but make my backups much less frequently. Therefore I don't know for sure what has changed in Fedora through the updates since the last backup I made, when everything was working fine.

View 5 Replies View Related

OpenSUSE :: Dolphin Slow Wildly Down When Copy Files?

Dec 1, 2010

on my dell xps M1530 dualcore duo 2.2GHz 4GB ram 500GB harddisk suse 11.3 KDE 4.4 and KDE4.6beta1, when I copy big or a big number of files (20 or 30 files 500MB each) dolphin slow wildly down, especially when I copy from a smb:// to my disk, dolphin start immediately to copy but when I click on a tab or a folder (a one that I didn't opened before) dolphin shows it to me after a couple of minutes, is it possible to solve??

View 9 Replies View Related

Ubuntu :: Copy .jpg To Desktop Folder In Terminal?

Jan 27, 2010

I have been sitting here practising linux commands and I cannot seem to copy a picture from home/pictures to the desktop, specifically a folder I created on the desktop "test"

View 4 Replies View Related

Ubuntu :: Copy All Files From A Folder And Its Subfolders?

May 30, 2010

i have a folder with 250 subfolders and each one of them has (at least) one image in it (along with other stuff)how can i 1)copy all the images from those subfolders and paste them into one folder together (other than by hand, obviously)?2)optional : copy only the images of a certain size and above?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved