― mark p (Mark P), Friday, 29 April 2005 16:14 (twenty-one years ago)
If you're connecting it to your system with an IDE cable straight to the motherboard, you may be running into an issue with the system not seeing all of the files, if you've gone over about 137 gigabytes...sometimes the controller on the motherboard isn't set up for drives over that size. After that amount of data, performance might get flaky. (If the drive is pre-formatted before you put it into the system, Windows will probably report 200GB but may not know what to do with the last 63 or so gigs, reliably, when it's writing to the drive.)
If it's a serial ATA drive or an external drive, this doesn't apply.
― Sean Carruthers (SeanC), Friday, 29 April 2005 16:24 (twenty-one years ago)
― Sean Carruthers (SeanC), Friday, 29 April 2005 16:25 (twenty-one years ago)
― sgs (sgs), Friday, 29 April 2005 17:25 (twenty-one years ago)
― caitlin (caitlin), Friday, 29 April 2005 18:45 (twenty-one years ago)
― caitlin (caitlin), Friday, 29 April 2005 18:48 (twenty-one years ago)
I have a SMART failure thing detection thing on my hard disc, after the BIOS screen, before windows begins to start up.
I was backing-up everything to reformat the drive and reinstall windows, anyway. I did so, hoping the detection thing would just go away but it has not.
is a failure inevitable? is there no way to fix/stop it? should I just replace the disc straight away? the only reason I have not already got a new disc is that it is a laptop and a new 80Gb drive will be almost £100.
thanks.
― RJG (RJG), Sunday, 1 May 2005 10:17 (twenty-one years ago)
http://www.lavalys.com/products.php?lang=en
That will give you SMART information, is your laptop still in warranty?
but 1st off make sure any irreplacable docs are backed up ASAP.
― Jarlr'mai (jarlrmai), Sunday, 1 May 2005 10:24 (twenty-one years ago)
05 / Reallocated Sector Count / 50 / 1 / 1 / 1022 / Pre-Failure: Imminent loss of data is being predicted
any idea what this means?
I have everything backed-up to an external disc and, also, to DVDs.
it is just under a year into its two year warranty.
problem is...I have a ton of work, at the moment and up until june, and cannot risk sudden problems or waiting for "repairs". I wish I could just buy a new disc and they would compensate me.
thank you.
― RJG (RJG), Sunday, 1 May 2005 10:35 (twenty-one years ago)
Depending on your warranty type they will probably want the whole laptop back, and if you replace the disk yourself you could invalidate your current warranty in someway (breaking a sticker or something)
Give them a call and ask them what the warranty procedure involves for a knackered HDD.
― Jarlr'mai (jarlrmai), Sunday, 1 May 2005 10:41 (twenty-one years ago)
I have had the warning for about four or five days, now, but it is still running fine, at the moment.
I had hoped there would be a way to just format and completely and reset any probs.
oh, well!
thanks, again.
― RJG (RJG), Sunday, 1 May 2005 11:27 (twenty-one years ago)
It's a good idea to get it sorted whilst the laptop is in the warranty period.
― Jarlr'mai (jarlrmai), Sunday, 1 May 2005 12:22 (twenty-one years ago)
I cannot afford to send it away, for repairs, though.
― RJG (RJG), Sunday, 1 May 2005 12:37 (twenty-one years ago)
― Jarlr'mai (jarlrmai), Sunday, 1 May 2005 13:42 (twenty-one years ago)
I have, just recently, formatted and reinstalled windows--the only space used is by windows and a couple of applications and drivers--I have no files on it, now.
so, say, less than 3Gb used.
― RJG (RJG), Sunday, 1 May 2005 14:13 (twenty-one years ago)
― Leeeee (Leee), Tuesday, 31 May 2005 19:39 (twenty-one years ago)
― Leeeee (Leee), Tuesday, 31 May 2005 19:43 (twenty-one years ago)
― grimly fiendish (grimlord), Tuesday, 31 May 2005 19:48 (twenty-one years ago)
― Leeeee (Leee), Tuesday, 31 May 2005 19:56 (twenty-one years ago)
― Sociah T Azzahole (blueski), Tuesday, 31 May 2005 23:22 (twenty-one years ago)
― ronny longjohns (ronny longjohns), Wednesday, 1 June 2005 00:42 (twenty-one years ago)
(go to Control Panel, Administrative Tools, Computer Management - Disk Manager is in the tree under the Storage node)
― caitlin (caitlin), Wednesday, 1 June 2005 05:50 (twenty-one years ago)
― Sociah T Azzahole (blueski), Wednesday, 1 June 2005 08:44 (twenty-one years ago)
(unless you use a non-destructive partitioning program like Partition Magic, of course)
― caitlin (caitlin), Wednesday, 1 June 2005 10:24 (twenty-one years ago)
― Sociah T Azzahole (blueski), Wednesday, 1 June 2005 10:35 (twenty-one years ago)
Control Panel->Administrative Tools->Computer Management->Disk Management
If it does, you should be able to assign a drive letter to it here. I don't follow why you would need to use a special program to recover data from the disk... It should still be there.
― KeefW (kmw), Wednesday, 1 June 2005 10:41 (twenty-one years ago)
― KeefW (kmw), Wednesday, 1 June 2005 10:42 (twenty-one years ago)
I need to compare two folders and delete from the first folder everything that also exists in the second folder. I can't find a flag in rsync for doing this it's not really what it's for. Any ideas anyone?
― Ed (dali), Wednesday, 8 June 2005 08:13 (twenty-one years ago)
cd to second folderfind . -printf "rm -i /firstfolder/%P\n"
pipe this to a file then run the file (can do this in one go but i always check the output just in case). will delete everything in first folder that has the same name as that in the second folder
― koogs (koogs), Wednesday, 8 June 2005 08:33 (twenty-one years ago)
― koogs (koogs), Wednesday, 8 June 2005 08:35 (twenty-one years ago)
will give you a list of common(ly named) files
― koogs (koogs), Wednesday, 8 June 2005 08:56 (twenty-one years ago)
― Ed (dali), Wednesday, 8 June 2005 09:08 (twenty-one years ago)
― Sean Carruthers (SeanC), Wednesday, 8 June 2005 12:17 (twenty-one years ago)
in any case, i would recommend getting into the bios settings at bootup and see if the computer sees the drive on that level, before even getting into windows
also are the jumpers on the drives set correctly for their positions on the ide channels? (is the slave drive set to slave or auto)
― ronny longjohns (ronny longjohns), Wednesday, 8 June 2005 14:40 (twenty-one years ago)
― Ed (dali), Thursday, 9 June 2005 10:09 (twenty-one years ago)
― caitlin (caitlin), Thursday, 9 June 2005 10:24 (twenty-one years ago)
― Ed (dali), Thursday, 9 June 2005 10:27 (twenty-one years ago)
1) write the list of commands in a file2) put this at the top:
#!/bin/bash
or, more generically, "#!" followed by the path to the shell you want to use.
― caitlin (caitlin), Thursday, 9 June 2005 10:30 (twenty-one years ago)
(-d stops rsync recursing)
xpost
> How do I turn a list of commands into a shell script?
you don't need to, really. just
sh file_full_of_commands
btw chmod +x file_full_of_commands makes it executable
― koogs (koogs), Thursday, 9 June 2005 10:34 (twenty-one years ago)
― caitlin (caitlin), Thursday, 9 June 2005 10:36 (twenty-one years ago)
does the copying with no intermediate file.the {} token in rsync command will expand to the found directory.
― koogs (koogs), Thursday, 9 June 2005 10:38 (twenty-one years ago)
― Ed (dali), Thursday, 9 June 2005 10:39 (twenty-one years ago)
I lost the data by converting the disk from Dynamic to Basic - I had it all backed up though so no problem. Have assigned a letter to it and will be using it purely for sharing media. Thanks to Caitlin and Keef for the help here.
― Sociah T Azzahole (blueski), Tuesday, 14 June 2005 21:24 (twenty years ago)
― kyle (akmonday), Tuesday, 14 June 2005 21:28 (twenty years ago)
― DAEREST V1CE MAGAZINE!!!!! (ex machina), Tuesday, 14 June 2005 21:36 (twenty years ago)
― caitlin (caitlin), Wednesday, 15 June 2005 06:57 (twenty years ago)
― Ed (dali), Wednesday, 15 June 2005 07:02 (twenty years ago)
Any ideas?
― Billy Dods (Billy Dods), Monday, 20 June 2005 08:50 (twenty years ago)
― Billy Dods (Billy Dods), Monday, 20 June 2005 08:52 (twenty years ago)
Unplug the mouse, login and plug it in again.
― Jarlr'mai (jarlrmai), Monday, 20 June 2005 09:39 (twenty years ago)