Ubuntu :: 11.04 Hangs When Accessing / Copying Files?

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


ADVERTISEMENT

Ubuntu :: Copying Hangs When Transferring Files?

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

Ubuntu Installation :: 11.04 Install Hangs At Copying Files?

May 1, 2011

I am attempting to migrate from Mandriva to Ubuntu and attempted to install the 11.04 and 10.04 CD distos on a 7-year old computer (Elite Group L7VMM3 motherboard, 1.4 ghz AMD Duron, 1.2GB RAM, 40GB IDE HDD).

The 11.04 installation CD makes it through the HD partitioning (erase everything), Computer name, time zone, and keyboard detection, but hangs after starting the "Copying files" stage of the install. The progress bar stops just below the in "Copying files...".

The 10.04 installation CD makes it through the "Installing the base system", "Retrieving console-terminus" with the progress bar stalled at 6%. Although the computer is old, Vista successfully installs on it.

View 4 Replies View Related

CentOS 5 :: 5.5 Hangs When Copying Files To Storage

Sep 7, 2011

I built a centralized storage system a year ago (Aug. 2010) and for the past 10 months it has preformed flawlessly. About two months ago (July 2011) I began having problems writing to my centralized storage. The copies (cp -rpv) fail whether they are nfs or samba mounted disks to my centralized storage.

Attempting to copy either frame sequence (.dpx, .tiffs, .targas) or .MOV files now lock up my system and knock my storage offline.

The error that continues to echo back when this happens is :

I have not made any changes or updates to my storage configuration since building it last August 2010. I have reached out to Areca, and they found nothing wrong with the Raid Controller or my Raid settings.

I tried to troubleshoot all the basics - swapped out cables, replaced the WD storage disks, changed switches still the problem persists.

If anyone else has experienced this issue please let me know what you did to fix it. I can also post any error logs or message logs if that would be of assistance.

Below are the specs of my storage system

View 1 Replies View Related

Debian :: Resync Hangs After Copying A Certain Number Of Files

Nov 9, 2015

I currently have a problem in running rsync on 64 bit Debian Jessie (although the problem also occurred with 64 bit Debian Wheezy)I am trying to use rsync to archive my home directory (which is on a hard disk) to a USB memory stick. The home directory is about 18GB in size and the memory stick has 32GB.

Unfortunately, rsync hangs after copying a certain number of files and the process eventually has to be killed. Rsync was rerun but hung again at about the same point as before.This has now happened several times. Each time the hang occurs at about the same point.Use of strace after the hang shows that rsync appears to be processing a pdf file at the time, although not always the same pdf file.I originally had the rsync hang problem on a PC which ran 64 bit Wheezy and which used a USB 2.0 port.

I now am running rsync on another PC, which runs 64 bit Jessie and which uses a USB 3.0 port..I have also tried three different USB sticks, two from one manufacturer and the third from another manufacturer.All give similar rsync hangs.

View 11 Replies View Related

Ubuntu Multimedia :: Large *.mp4 Files In Gtkpod - Hangs At "Copying Tracks" At 0%

Jul 27, 2010

I am dual booting XP and Ubuntu 10.04, but in the future I will be getting a new machine and I will only be running Ubuntu and won't have access to iTunes. Because I have an iPod Touch, I have been trying to find workarounds for syncing everything that iTunes took care of in the past. One problem I have is managing movies. I have looked through various media players/iPod management tools (Amarok, Rhythmbox, gtkpod) and I am using Rhythmbox to sync my music and and attempting to use gtkpod to sync my movies.

gtkpod is able to sync songs (Tested with a few minute test clip) and short *.mp4 files (15mb I know for sure from test). I am unable, however, to get it to sync a movie (~700mb) I am able to drag it onto my iPod in gtkpod, but when I try to save the changes and write the files, it hangs at "Copying Tracks" at 0%. It eventually crashes during the couple times I have tried to wait it out. So this being my situation, my question is, is there a size limit to the *.mp4 files I can sync to my iPod Touch via gtkpod? is there any other tools that you know of that I can sync videos to my iPod with?

View 9 Replies View Related

General :: Copying Directory List Into Array Then Accessing It

Jul 22, 2010

What I'm trying to do: write a script that will list all the directories in a given location. Ask the user to enter a number corresponding to the location of the directory in the list, and then moving into that directory.

I have written a script to do this, but it only works when I run it as: <user>$program_name and the script runs in a sub-shell. But, when it is run in a sub-shell, the changes made by the script go away after the script ends.

When I run it as:
<user>$. program_name
and the script runs in the current source shell, I get an error:
bash: cd: /home/dev/Project/dirname: No such file of directory

Code:
IFS='
' read -d '' -a ArrName < <(ls ~/Projects)
read filenumber
cd $HOME/Projects/${ArrName[$filenumber]}

View 6 Replies View Related

CentOS 5 :: 5.3 Hangs While Remotely Copying Data Onto Server?

Jan 25, 2010

Problem : centos 5.3 hangs while remotely copying data onto this server.

I have A centos 5.3 x86 Version installed on Xeon Quad core , running on 8 GB DDR2 RAM, RAID 1 confgured on SATA drives. this was old installation copy and It has many more things running on it.Therfore, I can't just reinstall it.

I have setup SAMBA PDC + ldap on it. I encounter that system hangs when I copy data into this server from LAN computers.

My troubleshooting steps :

1. I have checked for network issue , My network works fine when I transfer data between other LAN compuers.

2. Even I have tried confguring seprate LAN....

3. I thought their might be some problem with my SAMBA configuration, therefore I did data transfer from sftp .

View 3 Replies View Related

OpenSUSE :: Dolphin Losing Files When Copying Many Files Or Large Folders?

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

Ubuntu :: Copying Files From OpenBSD 4.5 To OS

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

Ubuntu :: Copying Files Across Network

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

Ubuntu :: Copying Files From Other Computers?

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

General :: Copying Files From Ubuntu To Windows Xp?

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

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 View Related

Ubuntu :: Copying Windows Files By Extension?

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

Ubuntu :: Permission Denied While Copying Files To Var/www

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

Ubuntu :: Copying Thunderbird Files From One Machine To Another

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

Ubuntu :: Bash Copying Files From One Drive To Another?

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

Ubuntu :: Long Pauses Between Copying Big Files?

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

Ubuntu :: Copying All Files In Folder To Another Location?

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

Ubuntu :: Copying Files To USB Flash Drive?

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

Ubuntu :: Copying Files To A Directory And Skip The Files That Already Exist In The Directory?

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

Ubuntu :: Accessing The Files From Imac (OS X10.6.3)?

May 19, 2010

I am going to install ubuntu on my old PC; it meets the specification. Would I be able to see the files through my imac. Here Is what I am hoping to do. Ubuntu PC is going to have a USB drive with lots of movies. iMac will run ps3mediaserver and hoping to play the files in the USB drive. Well, why don't I just attach the USB drive to iMac? Where is the fun in it? My old PC has a built in TV tuner card, so eventually I want to use that as PVR and play them on using ps3mediaserver.

View 1 Replies View Related

Ubuntu Servers :: Accessing Web Files On Scp?

May 14, 2011

I am on Ubuntu 10.04.2 on Amazon EC2.I want to use the Cherokee web server and have it (and php) running under www-data then have the files also owned by www-data. I am only able to ssh and scp into my server using the user ubuntu. This means that I am unable to edit the files.I want to be able to edit the files owned by www-data through ssh/scp.Could you assist me in setting my server to allow me to edit the web files through scp?

View 9 Replies View Related

Ubuntu :: Copying Files To / From SD Card With Partition And Windows PC

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

Ubuntu Networking :: Copying Thunderbird Files To Another Machine?

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

Ubuntu Networking :: Backup Software Not Copying Files?

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

Ubuntu :: Copying Files To External Hard Drive?

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

Ubuntu Installation :: Installer Stuck At Copying Files?

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

Ubuntu :: Copying Files From A Hard Drive Using Another Computer?

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







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