Book now with code EOY2025
free -m
# touch hello{1..10} # cp hello* /media/{external hard disk path}
# df -h
# time cp hello* /media/{path here}
# top
UnixGuy wrote: » Well, as I understand you are trying to copy some files from internal disk to an external disk, that's when the problem happen? Let's try to do some troubleshooting Try to create some files on the internal disk, and copy them to the external disk using the command line. For example, do this: # touch hello{1..10} # cp hello* /media/{external hard disk path} The example above creates 11 empty files called "hello1 hello2 hello3 ,...", and then copies them to the external hard disk. Now to get the name of the hard disk, do this command: # df -h you should see the external hard disk mounted as something like this: /media/{something here} I'm sorry if the example is simplistic but I don't know what you're trying to do. Now if the process above is successful, try to repeat it using the "time" command, like this: # time cp hello* /media/{path here} See the actual time it took to copy. Also, did you check the swap space? If during installation you accepted default setting, I reckon it should be adequate, but check it just in case. One more thing, try this command : # top See if the CPU is busy or something. As for the games and launcher, I don't use these things that much, and ubuntu is the only OS on my desktop.(I'm using 12.10 not 12.04) But there are things that you should do after the installation, specially installing the Ubuntu extras packages, see this post is very helpful:20 Things I did After Installing Ubuntu 12.10 Quantal Quetzal | Tech Drive-in Since you finished the installation, maybe you start learning some system administration stuff? have you thought about doing a certification like LPIC1 ? Explore and learn
Use code EOY2025 to receive $250 off your 2025 certification boot camp!