Does anyone know if this works properly with 9100s as I've read some people with Dells had big problems with this program? Is there any other drive imaging software better suited for backing up onto DVD/CD/USB hard drive? Thanks in advance
NotebookForums.com › Forums › Notebook Manufacturers › Dell Notebook Forums › Dell Legacy (single-core notebooks) › Norton Ghost 2003 and 9100s
Join Now
Be a part of the community.
It's free, join today!
Recent Reviews
-
I purchased this Nook Color specifically because I was taking a very long trip to China and wanted to be able to read without carrying a ton of books. I also liked that it had email capability...
-
This is an awesome mouse with an excellent grip for a mid sized to large size hand. Right-handed, comfortable, trendy, upscale, red, responsive, functional, task oriented. Overall A+++
-
This is good Ram and fast. I like it for my Clevo / Pro-Star WP150HNQ. Both thumbs up!
-
This is great ram (so far so good). Very fast and efficient Ram. Good for overclocking my Sager np8150
-
Fantastic had this machine 6 months and can honestly say have had no bother with it. Plays games better than most desktops and keeps up with the rest which is outstanding for a...
Norton Ghost 2003 and 9100s
post #2 of 10
1/4/05 at 10:07pm
post #3 of 10
1/4/05 at 10:38pm
post #4 of 10
1/5/05 at 2:50pm
- aliaskary77
- 0
- Registered User
- offline
- Joined: 5/2004
- Location: Toronto, Canada
- Posts: 562
- Select All Posts By This User
post #5 of 10
1/20/05 at 11:12pm
- Joined: 10/2004
- Location: Alberta, Canada
- Posts: 43
- Select All Posts By This User
I've read many times people extolling the virtues of Norton Ghost. I did a bunch of seaching (muli-forums and google), regarding Ghost 2003 and 9.0......alot of people just write 'Ghost' and I'm never too sure which one they are talking about. I know Ghost 9.0 includes Ghost 2003, but what else?
What I would ideally like to do (if I correctly understand the whole Ghost concept) as well as backing and catastrophic system restore, it to be able to restore my computer to a state and not have to reconfigure XP and Word and Excel and Norton Internet Security and and and....ad infinitum. If I bugger things up, or for whatever reason I decide it's time for a 'fresh' (note quotes) XP install, can I simply use Ghost (2003 or 9.0) to accomplish this? Or does wanting a fresh install mean always a complete reformat and install and configure, then drivers, then software and configure...? The 'Radified Guide' suggests that Ghost 2003 can accomplish this. Can anyone confirme this? Anyone....?
PS I have XP and Applications on separate partition.
What I would ideally like to do (if I correctly understand the whole Ghost concept) as well as backing and catastrophic system restore, it to be able to restore my computer to a state and not have to reconfigure XP and Word and Excel and Norton Internet Security and and and....ad infinitum. If I bugger things up, or for whatever reason I decide it's time for a 'fresh' (note quotes) XP install, can I simply use Ghost (2003 or 9.0) to accomplish this? Or does wanting a fresh install mean always a complete reformat and install and configure, then drivers, then software and configure...? The 'Radified Guide' suggests that Ghost 2003 can accomplish this. Can anyone confirme this? Anyone....?
PS I have XP and Applications on separate partition.
post #6 of 10
1/21/05 at 2:12am
- aliaskary77
- 0
- Registered User
- offline
- Joined: 5/2004
- Location: Toronto, Canada
- Posts: 562
- Select All Posts By This User
a ghost would return everything back to the state it was at before. i have 3 ghost images, 1 with xp, office, norton and all updates...i call that clean.
another with many more softwares installed, clean 2.
the third copy is the one i overwrite about once a month.
if i go back to clean, it will be the same thing as having reformatted completely and reinstalled. i would have lost everything i had done since then...all applications, all personal documents etc. its the same as turning back time.
something i do extra is this: back up all critical documents to the usb2 external drive...maybe once a week.
this is the simplest way i achieve this:
1. i created a folder in c: called Ali's Documents.
2. from \documents and settings\ali...i MOVE my documents, favorites and desktop folders to Ali's Documents.
3. I backup other critical data to Ali's Documents too. This way everything dear to me is within one folder. Only exception is wwwroot folder.
4. then i created a batch file that mirrors everything over to my external drive with the click of one button. with my script, i overwrite the external storage, so i never delete anything from Ali's Documents that i might want to keep. Anything i want to archive, i manually burn then to cd or dvd and put away.
The "backup.bat" file contents is:
@echo off
rmdir /s/q "E:\eXdell Files\WWWRoot"
xcopy /i/s/e/h/y "C:\Inetpub\wwwroot" "E:\eXdell Files\WWWRoot"
rmdir /s/q "E:\eXdell Files\Apps"
xcopy /i/s/e/h/y "C:\Apps" "E:\eXdell Files\Apps"
rmdir /s/q "E:\eXdell Files\Ali's Documents"
xcopy /i/s/e/h/y "C:\Ali's Documents" "E:\eXdell Files\Ali's Documents"
rmdir /s/q "E:\eXdell Files\SteamApps"
xcopy /i/s/e/h/y "C:\Program Files\Valve\Steam\SteamApps" "E:\eXdell Files\SteamApps"
:exit
One thing i would be careful of. If your OS is on C, but Apps are on D....meaning different partitions....reverting back C to an older image might make some applications installed since the image creation date not work. During installation, many apps create registry entries...the old image wont have those entries.
If you plan on keeping it this way...make C and D images in pairs...or just the whole drive, then you wont have that issue.
A lot of what i wrote might be confusing...mostly in the way that i wrote it. if you have more specific questions you want me to clarify, please let me know.
another with many more softwares installed, clean 2.
the third copy is the one i overwrite about once a month.
if i go back to clean, it will be the same thing as having reformatted completely and reinstalled. i would have lost everything i had done since then...all applications, all personal documents etc. its the same as turning back time.
something i do extra is this: back up all critical documents to the usb2 external drive...maybe once a week.
this is the simplest way i achieve this:
1. i created a folder in c: called Ali's Documents.
2. from \documents and settings\ali...i MOVE my documents, favorites and desktop folders to Ali's Documents.
3. I backup other critical data to Ali's Documents too. This way everything dear to me is within one folder. Only exception is wwwroot folder.
4. then i created a batch file that mirrors everything over to my external drive with the click of one button. with my script, i overwrite the external storage, so i never delete anything from Ali's Documents that i might want to keep. Anything i want to archive, i manually burn then to cd or dvd and put away.
The "backup.bat" file contents is:
@echo off
rmdir /s/q "E:\eXdell Files\WWWRoot"
xcopy /i/s/e/h/y "C:\Inetpub\wwwroot" "E:\eXdell Files\WWWRoot"
rmdir /s/q "E:\eXdell Files\Apps"
xcopy /i/s/e/h/y "C:\Apps" "E:\eXdell Files\Apps"
rmdir /s/q "E:\eXdell Files\Ali's Documents"
xcopy /i/s/e/h/y "C:\Ali's Documents" "E:\eXdell Files\Ali's Documents"
rmdir /s/q "E:\eXdell Files\SteamApps"
xcopy /i/s/e/h/y "C:\Program Files\Valve\Steam\SteamApps" "E:\eXdell Files\SteamApps"
:exit
One thing i would be careful of. If your OS is on C, but Apps are on D....meaning different partitions....reverting back C to an older image might make some applications installed since the image creation date not work. During installation, many apps create registry entries...the old image wont have those entries.
If you plan on keeping it this way...make C and D images in pairs...or just the whole drive, then you wont have that issue.
A lot of what i wrote might be confusing...mostly in the way that i wrote it. if you have more specific questions you want me to clarify, please let me know.
post #7 of 10
1/21/05 at 2:14am
- aliaskary77
- 0
- Registered User
- offline
- Joined: 5/2004
- Location: Toronto, Canada
- Posts: 562
- Select All Posts By This User
explaining my script...i delete the wwwroot backup on the external drive, then copy the laptop wwwroot back to the external drive again.
i then do that with 3 other folders...Apps in C:, the Ali's Documents folder, which has majority of my critical files (documents, photos, music, work, etc), and of course steam files.
i then do that with 3 other folders...Apps in C:, the Ali's Documents folder, which has majority of my critical files (documents, photos, music, work, etc), and of course steam files.
post #8 of 10
1/21/05 at 11:16am
- Joined: 10/2004
- Location: Alberta, Canada
- Posts: 43
- Select All Posts By This User
Thanks for the info.
I should clarify myself on one point....my XP and Apps are on the same partition, just separate from Music, Video, Personal Files etc.
So, since I don't have Ghost yet (either 2003 version or 9.0), it's too late for me to have a CLEAN version. I'm guessing the next best thing would be to have all my apps loaded and configured, the system stable and functionng fine.....and now run Ghost. After that it just regular backups by whatever method, until the day comes that I decide there are problems that need radical softwarectomy. I back my data, restore with Ghost and viola....it's back to a configured previous state and I put my backed up data back. Will it work like that? What I'm really trying to avoid here is the reloading and configuring or XP and all apps and utility programs. Norton AV may have to do a major LiveUpdate session after that..but that's nice and automatic.
I will keep your batch file for future reference after I decide on which Ghost version to get and then really get into it.
Thanks again.
Wilson23
I should clarify myself on one point....my XP and Apps are on the same partition, just separate from Music, Video, Personal Files etc.
So, since I don't have Ghost yet (either 2003 version or 9.0), it's too late for me to have a CLEAN version. I'm guessing the next best thing would be to have all my apps loaded and configured, the system stable and functionng fine.....and now run Ghost. After that it just regular backups by whatever method, until the day comes that I decide there are problems that need radical softwarectomy. I back my data, restore with Ghost and viola....it's back to a configured previous state and I put my backed up data back. Will it work like that? What I'm really trying to avoid here is the reloading and configuring or XP and all apps and utility programs. Norton AV may have to do a major LiveUpdate session after that..but that's nice and automatic.
I will keep your batch file for future reference after I decide on which Ghost version to get and then really get into it.
Thanks again.
Wilson23
post #9 of 10
1/21/05 at 2:05pm
- aliaskary77
- 0
- Registered User
- offline
- Joined: 5/2004
- Location: Toronto, Canada
- Posts: 562
- Select All Posts By This User
Return Home
Back to Forum: Dell Legacy (single-core notebooks)
NotebookForums.com › Forums › Notebook Manufacturers › Dell Notebook Forums › Dell Legacy (single-core notebooks) › Norton Ghost 2003 and 9100s
Currently, there are 273 Active Users
(9 Members and 264 Guests)
Recent Discussions
- › Intel Cherryville SSD Giveaway - Enter here!! 8 minutes ago
- › Fn key is stuck on? 32 minutes ago
- › Which one 1 hour, 8 minutes ago
- › HP Pavilion dv7 2 hours, 25 minutes ago
- › Apple iDesk 8 hours, 32 minutes ago
- › HP Mini 1104 8 hours, 32 minutes ago
- › Cooler Master NotePal D-Lite - notebook cooler 8 hours, 33 minutes ago
- › Where minds meet 9 hours, 13 minutes ago
- › A65 Satellite runs on battery only, won't recognize power cord 11 hours, 49 minutes ago
- › M4400 - What is the speed of my 1394 port? 400 or 800? Is the... 13 hours, 28 minutes ago
View: New Posts | All Discussions
Recent Reviews
- › Barnes & Noble Nook Color by sewshoplady
- › Cooler Master CM Storm Spawn 3500 DPI Optical Sensor Gaming Mouse... by Rotterdamblues
- › Kingston 8GB (2 x 4GB) 204-Pin DDR3 SO-DIMM DDR3 1333 Laptop Memory by Rotterdamblues
- › Samsung MV-3T4G4 4GB DDR3 Laptop SDRAM (1333MHz PC3-10600) by Rotterdamblues
- › Alienware Aurora m9700 by amythompson172
- › Clevo P150HM by Rotterdamblues
- › Apple MacBook Air MC968LL/A 11.6-Inch Laptop (NEWEST VERSION) by danonlaptops
- › ASUS Zenbook UX31E-DH72 13.3-Inch Thin and Light Ultrabook (Silver... by danonlaptops
- › Asus Eee PC 1001P by Catriona
- › Toshiba Satellite L745D-S4220GR by Djembe
View: More Reviews
Recent Articles
- › Intel Cherryville SSD Giveaway 2012 - Terms... by ranjanis
- › Advertise by jdz2287
- › Search And Advanced Search Tutorial by NotebookForums
- › Tagging Tutorial by NotebookForums
- › Add A New Item Tutorial by NotebookForums
- › Image And Video Tutorial by NotebookForums
- › Subscription Tutorial by NotebookForums
- › Messaging Tutorial by NotebookForums
- › Terms Of Service by NotebookForums
- › Following And Followers by NotebookForums
View: Recent Articles | All Articles
Home | Reviews | Forums | Articles | My Profile
About NotebookForums.com | Join the Community | Advertise
© 2012 NotebookForums.com is powered by Huddler Tech | FAQ | Support | Privacy/TOS | Site Map
About NotebookForums.com | Join the Community | Advertise
© 2012 NotebookForums.com is powered by Huddler Tech | FAQ | Support | Privacy/TOS | Site Map





