Reply
 
Thread Tools Display Modes
  #41   Report Post  
Scott Dorsey
 
Posts: n/a
Default

In article znr1111842747k@trad, Mike Rivers wrote:

But I heard that Apple is considering making a two-button mouse. So
there may be hope for the Mac accessory-shy.


MacAlly has made 3-button mice for Apples for years, from old ADB ones on
up to modern USB ones. And on the modern USB Macs you can pretty much
just plug any USB mouse in and have it work.

I have a MacAlly on the OS X box at work. Makes using X a whole lot easier,
for one thing.
--scott

--
"C'est un Nagra. C'est suisse, et tres, tres precis."
  #42   Report Post  
Kurt Albershardt
 
Posts: n/a
Default

S O'Neill wrote:
Alexander P. Barkey wrote:

Just the fact that every program you load cannot be completely
removed from memory what means that every program you start brings
you closer to reboot your pc is a fact that cannot be tolerated when
you do work on it.


Not true



Yes, true. It's known, u can read it in every pc magazine : Microsoft
Windows cannot unload all DLLs it loaded by starting a program. So you
open up a program and close it. There will be trash in your memory that
sits there until you reboot. Google it...



Hell, yes. A DLL is *supposed* to be unloaded after the last process
that uses it is unloaded. And that doesn't always happen. I've seen
this firsthand: debugging ONE DLL that's only used by ONE program, I've
had to reboot in order to see my changes after I'd modified the DLL.

This is the reason why "reboot" is the first thing any tech support
tells you to do. Well, that and it kills a lot of TS time.

Excel is notorious for memory leaks. Even after it's unloaded, though,
windoze isn't smart enough to reclaim that memory. Therefore, weekly
"maintenance reboots" are sometimes prescribed.



This is a result of bad application (or middleware) coding. Macs are
starting to see similar weirdnesses now (thanks to their very complex OS
environment and the interaction of multiple vendors' components using
multiple APIs.)

Bottom line: Big, complicated general purpose operating systems are
suboptimal for realtime processing.



  #43   Report Post  
Jonny Durango
 
Posts: n/a
Default

Are you just trying to take up extra space at Google? Some reason you
can't trim quotes? Is that harder than working a DAW?


Did it ever occur to you that I don't give a damn about you and your dialup
connection or the fact that you have to wait an extra tenth of a second to
see my posts, every one of which you seem intent upon reading and replying
to w/ some asinine BS. I have better things to do than trim and top-quote
every message I post....if you don't like it, place me on your killfilter,
or just get a life and stop playing netnanny.

--

Jonny Durango

"Patrick was a saint. I ain't."

http://www.jdurango.com



"hank alrich" wrote in message
.. .
x-no archive: yes


Jonny Durango wrote:

Look, my basic argument is that in my humble, subjective, biased opinion


Are you just trying to take up extra space at Google? Some reason you
can't trim quotes? Is that harder than working a DAW?

--
ha



  #44   Report Post  
Logan Shaw
 
Posts: n/a
Default

S O'Neill wrote:
Hell, yes. A DLL is *supposed* to be unloaded after the last process
that uses it is unloaded. And that doesn't always happen. I've seen
this firsthand: debugging ONE DLL that's only used by ONE program, I've
had to reboot in order to see my changes after I'd modified the DLL.


Hmm, here's an interesting article on that subject:

http://support.microsoft.com/kb/q96312/

According to that article, the problem comes about because
Windows doesn't keep track of how many times an application
has called LoadLibrary(), so that if the app fails to make
a corresponding FreeLibrary() call for every LoadLibrary()
call it has made (possibly due to crashing), then Windows
doesn't know the library isn't in use and won't unload it.

It's probably that way for API compatibility reasons (some
software that intentionally leaves a library open for some
reason), but it's still dumb.

- Logan
  #46   Report Post  
Lorin David Schultz
 
Posts: n/a
Default

"Jonny Durango" wrote:

Did it ever occur to you that I don't give a damn about you and your
dialup connection or the fact that you have to wait an extra tenth of
a second to see my posts, every one of which you seem intent upon
reading and replying to w/ some asinine BS. I have better things to
do than trim and top-quote every message I post....if you don't like
it, place me on your killfilter, or just get a life and stop playing
netnanny.



I'm gonna assume that you were just in a bad mood when you wrote that
and not plonk you yet, because up until now I had the impression that
you are NOT an asshole.

It's common courtesy to trim irrelevant parts of previous posts. If you
don't wanna, that's your prerogative, but be aware that it IS considered
rude by others, and many people WILL simply disregard your posts in the
future.

If you're okay with that, never mind. Otherwise, maybe take a minute to
tidy up before clicking "send."

--
"It CAN'T be too loud... some of the red lights aren't even on yet!"
- Lorin David Schultz
in the control room
making even bad news sound good

(Remove spamblock to reply)


  #47   Report Post  
S O'Neill
 
Posts: n/a
Default

Logan Shaw wrote:
S O'Neill wrote:

Hell, yes. A DLL is *supposed* to be unloaded after the last process
that uses it is unloaded. And that doesn't always happen. I've seen
this firsthand: debugging ONE DLL that's only used by ONE program,
I've had to reboot in order to see my changes after I'd modified the DLL.



Hmm, here's an interesting article on that subject:

http://support.microsoft.com/kb/q96312/

According to that article, the problem comes about because
Windows doesn't keep track of how many times an application
has called LoadLibrary(), so that if the app fails to make
a corresponding FreeLibrary() call for every LoadLibrary()
call it has made (possibly due to crashing), then Windows
doesn't know the library isn't in use and won't unload it.



It was loaded statically, so I guess it was Windows that didn't call
Free...; I wasn't using LoadLibrary for this one. Therefore it was
called once on startup and may not get called after a crash or exiting
via a debugger; this must happen pretty often.

But where doesn't it unload from? It's loaded into the process' address
space. When the process terminates, everything in that space should go
buh-bye. Do you mean its image is left in RAM, or mapped, to be linked
into some unsuspecting new process that loads it? And what if it's
still there after a bug that may have left it unstable? And why is the
compiler able to overwrite a such a file when it's ostensibly "in use"?

Ah, well, whatever. I don't have that problem anymore.



It's probably that way for API compatibility reasons (some
software that intentionally leaves a library open for some
reason), but it's still dumb.

- Logan


  #48   Report Post  
Andy
 
Posts: n/a
Default

Hello Lorin,

"Lorin David Schultz" wrote:

wrote:
Despite many of my musical friends taunting me about staying with a
PC for audio production, I have stuck with them for several years. I
am, however, exhausted with my Dell 2.4 GHz Inspiron laptop with XP
pro

snip


I have a Sony Vaio laptop with a 2.4GHz P4 and only 512MB RAM that's
working tickety-boo with my Mbox.


Is "tickety-boo" good?

Thanks,
Andy
  #49   Report Post  
Trevor de Clercq
 
Posts: n/a
Default

Sorry Hank, I'm partially to blame for not trimming past posts, too.
I'll beginneth noweth...

Cheers,
Trevor de Clercq

hank alrich wrote:

Are you just trying to take up extra space at Google? Some reason you
can't trim quotes? Is that harder than working a DAW?

--
ha

  #50   Report Post  
Trevor de Clercq
 
Posts: n/a
Default

Lorin,

Forgive me, I mis-spoke in the heat of the exchange. When I said
ProTools has been "bug free" I really meant "has not been buggy". They
may seem like the same statement, but they are not.

Obviously, ProTools has bugs. Most (if not all) are well documented in
the ReadMe files with each software release as well as the Answerbase
section on the Digi website.

"Being buggy" implies that solid, know-working functionality will just
randomly not work for some random unknown reason. ProTools, in my not
limited but of course not unlimited experience has not "been buggy".

The distinction I'm trying to draw is that saying a piece of software
"is buggy" implies a slanderous and problematic nature of the software
more than some other piece of software. ProTools I find is far more
stable than most pieces of software I use. Therefore, it may still have
bugs, but it is relatively not a buggy application at all. Should I
call ProTools buggy? If so, then every piece of software I've used has
been "buggy". And at that point, there is no real way to truly
differentiate the software that actually IS buggy and the software that
actually is stable.

I should have tempered my original statement, but my position remains
essentially the same.

Cheers,
Trevor de Clercq

Lorin David Schultz wrote:
"Trevor de Clercq" wrote:

I've run ProTools on Macs for 5 years now and can say it's been bug
free.




Either you have been REALLY lucky, or you have a VERY limited definition
of "bug."

Our experience with Pro Tools on the Mac is no better or worse than the
same stuff with Windows (different, but not better or worse), but I
wouldn't call it "bug free." We've had the occasional "the Mac crashes
when I do this / then don't do that" with Digi tech support.



  #51   Report Post  
Mike Rivers
 
Posts: n/a
Default


Speaking of the subject, I'm starting to get disgusted with my laptop.
It's getting slower and slower to boot, it seems to be getting slower
and slower to start applications, and a couple of times in the past
month it's left me a message that a serious error has occurred ("If
this is the first time you see this message, restart your computer. .
.. .") and leaves a cryptic message about a memory dump. It doesn't
even tell me where that memory dump is even if it would actually help
me to look at it.

The computer (running XP Home) is on just about all the time. It could
be that the disk drive is getting a bit ill. I do de-frag now and
then, I run Zone Alarm, I check for viruses with AVG (never found one)
and for ad/spyware with AdAware, which never turns up anything more
serious than a "data miner."

Much of the time, this computer is streaming audio from a radio
station on the net, via Winamp. I'm wondering if this is leaving some
garbage behind that a little housekeeping could remove.

All those tempted to recommend "a clean install of Windows" need not
apply. Other suggestions are welcome and might even get tried if
they're not too destructive.

On another sour note, is there a good way yet to "clone" a replacement
laptop disk drive, in the even that it looks like this is the culprit?
I've done that on desktop computers by just connecting the new drive
to a spare IDE port on the computer and using the utility that comes
with the new drive (MaxBlast is one) to copy everything from the old
drive to the new drive. Do laptops have a "second IDE port?"


--
I'm really Mike Rivers )
However, until the spam goes away or Hell freezes over,
lots of IP addresses are blocked from this system. If
you e-mail me and it bounces, use your secret decoder ring
and reach me he double-m-eleven-double-zero at yahoo
  #52   Report Post  
George Gleason
 
Posts: n/a
Default

Mike Rivers wrote:
Speaking of the subject, I'm starting to get disgusted with my laptop.
It's getting slower and slower to boot, it seems to be getting slower
and slower to start applications, and a couple of times in the past
month it's left me a message that a serious error has occurred ("If
this is the first time you see this message, restart your computer. .
. .") and leaves a cryptic message about a memory dump. It doesn't
even tell me where that memory dump is even if it would actually help
me to look at it.

The computer (running XP Home) is on just about all the time. It could
be that the disk drive is getting a bit ill. I do de-frag now and
then, I run Zone Alarm, I check for viruses with AVG (never found one)
and for ad/spyware with AdAware, which never turns up anything more
serious than a "data miner."

Much of the time, this computer is streaming audio from a radio
station on the net, via Winamp. I'm wondering if this is leaving some
garbage behind that a little housekeeping could remove.

All those tempted to recommend "a clean install of Windows" need not
apply. Other suggestions are welcome and might even get tried if
they're not too destructive.

On another sour note, is there a good way yet to "clone" a replacement
laptop disk drive, in the even that it looks like this is the culprit?
I've done that on desktop computers by just connecting the new drive
to a spare IDE port on the computer and using the utility that comes
with the new drive (MaxBlast is one) to copy everything from the old
drive to the new drive. Do laptops have a "second IDE port?"

I archive everything to a ext usb hd when I reinstal a OS

get a clean fast puter but everything is right there on the Iomega if I
need it
G

  #53   Report Post  
S O'Neill
 
Posts: n/a
Default

Mike Rivers wrote:



On another sour note, is there a good way yet to "clone" a replacement
laptop disk drive, in the even that it looks like this is the culprit?




Norton "Ghost".
  #54   Report Post  
Lorin David Schultz
 
Posts: n/a
Default

"Mike Rivers" wrote:

[...] Other suggestions are welcome and might even get tried if
they're not too destructive.




You've probably already done this rather rudimentary task, but just in
case you haven't: In My Computer, Right-click on the C: drive. Select
properties. The window that appears includes a button for "Disk
Cleanup." It often gets rid of some clutter. The other tabs include
some other housekeeping options, including defrag.

Also check the startup folder in your start menu. Some software (like
MS Office) places "helper" apps there. They speed up starting the app
when you use it, but they slow down starting the computer. They also
use up system resources even when you're not using the app they "help."
They're not necessary and can be removed from the start menu.

The one and only exception I ever found to that rule was an app that
installed with the driver for a Contour Shuttle controller. The
controller wouldn't work without the "helper" app. I've never heard of
another case like that though, ever.

The last place to look is the startup tab of the system configuration
utility. Select "Run" from the Start Menu and type "msconfig" Then
select the "Startup" tab. Many of the items that appear there are also
just "helper" apps that are actually more disruptive than helpful.
Uncheck anything you don't absolutely need. How do you know what you
don't need? I just Googled any listings I didn't recognize and was able
to find explanations for all but one of the items on my list. The one I
couldn't find I left alone.

--
"It CAN'T be too loud... some of the red lights aren't even on yet!"
- Lorin David Schultz
in the control room
making even bad news sound good

(Remove spamblock to reply)


  #55   Report Post  
Arny Krueger
 
Posts: n/a
Default

"Mike Rivers" wrote in message
news:znr1112110295k@trad

Speaking of the subject, I'm starting to get disgusted with my

laptop.
It's getting slower and slower to boot, it seems to be getting

slower
and slower to start applications, and a couple of times in the past
month it's left me a message that a serious error has occurred ("If
this is the first time you see this message, restart your computer.

..
. .") and leaves a cryptic message about a memory dump. It doesn't
even tell me where that memory dump is even if it would actually

help
me to look at it.


Computers, especially laptops tend to get slow as the disk fills up.

The computer (running XP Home) is on just about all the time. It

could
be that the disk drive is getting a bit ill.


This also happens.

I do de-frag now and
then, I run Zone Alarm, I check for viruses with AVG (never found

one)
and for ad/spyware with AdAware, which never turns up anything more
serious than a "data miner."


Lucky you.

Much of the time, this computer is streaming audio from a radio
station on the net, via Winamp. I'm wondering if this is leaving

some
garbage behind that a little housekeeping could remove.


The "Disk Clean Up" facility does a pretty good job on those.

All those tempted to recommend "a clean install of Windows" need not
apply. Other suggestions are welcome and might even get tried if
they're not too destructive.


Registy clean-up programs are a last-ditch possibility.

On another sour note, is there a good way yet to "clone" a

replacement
laptop disk drive, in the even that it looks like this is the

culprit?

The program of choice is Ghost 2003. It will do something like an
image copy of a drive. Generally you don't want a precise image copy,
because the drive's size is changing.

The tricky part, is as you note below, hooking two hard drives to a
laptop.

The method I use to get two laptop drives on one comptuer involves a
desktop computer and a couple of $8 adaptors that hook laptop drives
to standard IDE cables and ports.

Ghost will also clone drives using another computer as a TCP/IP host.
Ghost also supports acessing hard drives on USB/IDE converters. I see
them around $22 including shipping on eBay, about $40 elsewhere.

I've done that on desktop computers by just connecting the new drive
to a spare IDE port on the computer and using the utility that comes
with the new drive (MaxBlast is one) to copy everything from the old
drive to the new drive. Do laptops have a "second IDE port?"


No second IDE port that I know of. Unless you seriously dissasemble
the laptop, only one is at all acessible.




  #64   Report Post  
playon
 
Posts: n/a
Default

Mike, a side note... I have heard the Maxblast utility which comes
pre-installed on the Maxtor drives is a major problem for formatting
the disk properly for a DAW. There was a lot of discussion about this
a few years ago, maybe they solved the problem with a newer version,
but you might want to look into it.

Al

On 29 Mar 2005 12:22:02 -0500, (Mike Rivers)
wrote:


Speaking of the subject, I'm starting to get disgusted with my laptop.
It's getting slower and slower to boot, it seems to be getting slower
and slower to start applications, and a couple of times in the past
month it's left me a message that a serious error has occurred ("If
this is the first time you see this message, restart your computer. .
. .") and leaves a cryptic message about a memory dump. It doesn't
even tell me where that memory dump is even if it would actually help
me to look at it.

The computer (running XP Home) is on just about all the time. It could
be that the disk drive is getting a bit ill. I do de-frag now and
then, I run Zone Alarm, I check for viruses with AVG (never found one)
and for ad/spyware with AdAware, which never turns up anything more
serious than a "data miner."

Much of the time, this computer is streaming audio from a radio
station on the net, via Winamp. I'm wondering if this is leaving some
garbage behind that a little housekeeping could remove.

All those tempted to recommend "a clean install of Windows" need not
apply. Other suggestions are welcome and might even get tried if
they're not too destructive.

On another sour note, is there a good way yet to "clone" a replacement
laptop disk drive, in the even that it looks like this is the culprit?
I've done that on desktop computers by just connecting the new drive
to a spare IDE port on the computer and using the utility that comes
with the new drive (MaxBlast is one) to copy everything from the old
drive to the new drive. Do laptops have a "second IDE port?"


  #65   Report Post  
playon
 
Posts: n/a
Default

Ghost or Drive Image are great programs. I used to restore Ghost
images from a CD all the time when I was using Win2k or Win98se. It
was great to back up and running in 10 minutes However with XP there
is more data so I'm not sure it will all fit on a single CD. However
I think Ghost also has a way to stripe the image across more than one
CD if it's too big to fit on one. You just need to have Ghost.exe on
a floppy drive, then copy the image from the CDs back onto your C:
drive. But if you are making a drive image of an installation that is
already screwed up, this isn't going to help you. You need to make an
image of a good installation so that you can restore it.

So you might really do need to do a fresh install if you can't figure
out the problem. I always keep the OS on a separate partition from
the programs so it's less of a problem to fix a bad installation. If
you are using XP, it should allow you to "repair" the installation
rather than a complete install from scratch, which would allow you to
keep all your application settings intact.

Al

On Tue, 29 Mar 2005 16:39:35 -0800, S O'Neill
wrote:

Mike Rivers wrote:

In article writes:


On another sour note, is there a good way yet to "clone" a replacement
laptop disk drive, in the even that it looks like this is the culprit?



Norton "Ghost".



How does it work? And is it really practical? With a bit over 10 GB on
the existing drive, that's at least 15 CDs. And then what do I do with
the CDs when I install the new drive? Is (or can be) CD #1 bootable,
and will it take off and start loading the virgin drive?


Hmmm. I've only used it on desktops with a second drive to hold the
image while I replaced the boot drive.

It makes an image of the partition, and it's smart enough to copy that
image back onto a different-sized target partition (or not, if it's too
small). If it was bootable, it shall remain bootable. At a former
employer they used to capture clean windoze installations with it so
they could quickly return a used machine to service for someone else.



Or, if I can "Ghost" to the new drive that I would install, how do I
connect that drive?



I'm sure a firewire or USB box for the new drive would do, but I don't
know from experience.




  #66   Report Post  
 
Posts: n/a
Default

Started receiving my replacement parts today. Refurbished RAM and HD.
Much cheaper than replacing the whole computer. Had to send the chassis
with the processor and m-board to Memphis. For now it's my only option.
Guess I'll install the OS when the chassis returns and see what
happens. I'm currently driving a 2000 Volvo that I bought used and
kicks butt. Hope the refurbs work as well.

Got a good offer to buy a used G4 today. Hmmmm......

Andy Peake

  #69   Report Post  
Lorin David Schultz
 
Posts: n/a
Default

"Andy" wrote:

Is "tickety-boo" good?




Oh man, I hope so, 'cause if it isn't, I'm gonna have to go fifteen
rounds in the Mboxing ring.

"Good" is relative. "Tickety-boo" is better than "Jim Dandy," but not
as good as "a treat."

Does that help any? If so, I've haven't tried hard enough to be weird.

--
"It CAN'T be too loud... some of the red lights aren't even on yet!"
- Lorin David Schultz
in the control room
making even bad news sound good

(Remove spamblock to reply)


  #70   Report Post  
Mike Rivers
 
Posts: n/a
Default


In article writes:

I just bought a Wiebetech Firewire DriveDock, which attaches to a bare
ATA drive, providing the drives power supply and a Firewire connection.
Works a treat, allowing easy use of HD's as if they were reels of tape.
I like this thing.


I've read about that gadget, and it seems like a pretty cool idea. But
like any other "wayback machine" you need to keep your backups very up
to date. My friend Don with the house full of old Unix computers has
tape backups that run every night, keeping backups for two weeks
before re-using the media - just like a real enterprise. If I did it,
I might do it once a week, or once a month, losing whatever I might
have done in between. Sometimes it doesn't matter, sometimes it does.
Usually when I'm working on something that does matter, I shoot a copy
across the network to the other computer when I'm done for the day.

If it fit a laptop drive (and I suppose it could, with the appropriate
adapters, which aren't hard to find) it would do for making a
replacement drive to put into the same computer. Between the cost of
the dock, adapters, and Ghost software, that's in the ballpark of
$200 worth of tools to replace a $100 drive. I'd need to find some
more uses for it in order to justify the cost.

If it could help me when switching to a new computer, that would
definitely be worth while, but I suspect that if I put a clone of my 4
year old Dell into a brand new Toshiba or something, there would be a
lot of fixing-up to do. For one (you Mac users may gloat), Windows
will recognize that it's running on a different machine and will want
me to go back to Microsoft for a new authroization to do something
that I shouldn't be doing (but they know that and usually forgive one
or two indiscretions) - running the copy of the OS licesnsed to one
computer on another computer. Then there are the drivers for the
internal stuff like the graphics adapter, CD drive, network adapter,
modem (remember those?), etc that would be incorrect. And the registry
would probably also be screwy. As far as I have been able to
determine, there is no easy way to move one's life from one Windows
computer to another without a fair amount of effort.


--
I'm really Mike Rivers )
However, until the spam goes away or Hell freezes over,
lots of IP addresses are blocked from this system. If
you e-mail me and it bounces, use your secret decoder ring
and reach me he double-m-eleven-double-zero at yahoo


  #72   Report Post  
Mike Rivers
 
Posts: n/a
Default


In article writes:

So you might really do need to do a fresh install if you can't figure
out the problem.


This is what I have a problem with - that I can't figure out the
problem.

I always keep the OS on a separate partition from
the programs so it's less of a problem to fix a bad installation.


Good idea if you're building a computer from scratch, or take one
apart and put it together the way you want it before you start using
it. Perhaps if I run screaming ot the store, buy a new computer, and
start loading it up, I'll experiment with the old one after I'm sure
it's truly surplus. But given that I don't buy parts and retail copies
of Windows, I'm not sure that the "restoration" disks that I get with
my computers (and some new computers don't even come with one) will
allow me to do anything other than to re-build the disk to the state
where it came from the factory.

I'll admit to adopting some of the "it looks inexpensive so it SHOULD
be inexpensive" attitude that we see with audio hobbyists. When I can
buy a computer that I can just plug in and it works, why should I have
to supplement that with more stuff, particularly right from the
beginning? Particularly when it's stuff that I may not use more than
once.

If
you are using XP, it should allow you to "repair" the installation
rather than a complete install from scratch, which would allow you to
keep all your application settings intact.


I've tried SFC and it doesn't seem to help. I suspect that if there's
a problem, it's with hardware, and it's intermittent. That means that
I'd better find it soon or else replace the computer now and phase it
in when it isn't going to be terribly painful.

But I'm a hopeless porocrastinator, particularly when it comes to
computers. I'll probalby fumble along until it dies. It's my nature.


--
I'm really Mike Rivers )
However, until the spam goes away or Hell freezes over,
lots of IP addresses are blocked from this system. If
you e-mail me and it bounces, use your secret decoder ring
and reach me he double-m-eleven-double-zero at yahoo
  #74   Report Post  
Arny Krueger
 
Posts: n/a
Default

"playon" wrote in message


Mike, a side note... I have heard the Maxblast utility which comes
pre-installed on the Maxtor drives is a major problem for formatting
the disk properly for a DAW. There was a lot of discussion about

this
a few years ago, maybe they solved the problem with a newer version,
but you might want to look into it.


I haven't found that the software that comes with Maxtor, Seagate, or
WD drives in their consumer-pack versions are much use for installing
or migrating drives.

OTOH, the Disk Management function of XP is flexible, effective, and
fast for formatting.

While Ghost isn't cheap, it sure gets the job done. IME the current
Release 9 of Ghost offers little or nothing over the older 2003
version for this sort of thing. It might be possible to pick up some
highly discounted offers on Ghost 2003 since it is no longer the
latest-greatest. Ironically, In fact Ghost 9 includes 2003 as its sole
utility for migrating disk images.


http://www.softwaresurplus.com/Guara...st+9&ovtac=PPC

http://qualityinks.com/title1.php?title_id=nortonghost


  #80   Report Post  
playon
 
Posts: n/a
Default

Ghost 2003, auction ends in a couple of hours, bid is at $4.50!

http://cgi.ebay.com/ws/eBayISAPI.dll...595765 4&rd=1

On Wed, 30 Mar 2005 09:45:48 -0500, "Arny Krueger"
wrote:

"playon" wrote in message


Mike, a side note... I have heard the Maxblast utility which comes
pre-installed on the Maxtor drives is a major problem for formatting
the disk properly for a DAW. There was a lot of discussion about

this
a few years ago, maybe they solved the problem with a newer version,
but you might want to look into it.


I haven't found that the software that comes with Maxtor, Seagate, or
WD drives in their consumer-pack versions are much use for installing
or migrating drives.

OTOH, the Disk Management function of XP is flexible, effective, and
fast for formatting.

While Ghost isn't cheap, it sure gets the job done. IME the current
Release 9 of Ghost offers little or nothing over the older 2003
version for this sort of thing. It might be possible to pick up some
highly discounted offers on Ghost 2003 since it is no longer the
latest-greatest. Ironically, In fact Ghost 9 includes 2003 as its sole
utility for migrating disk images.


http://www.softwaresurplus.com/Guara...st+9&ovtac=PPC

http://qualityinks.com/title1.php?title_id=nortonghost


Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Amp noise from laptop LongShotBuddy Tech 10 January 25th 05 04:17 AM
Cheap laptop for MIDI work? Nick D. Pro Audio 9 January 4th 05 12:20 AM
Live Recording: Laptop or Alesis HD24? Mike Tulley Pro Audio 0 April 12th 04 12:28 AM
Using a raid hardrive archiving system with a laptop...? they call me frenchy Pro Audio 3 March 9th 04 11:14 AM
laptop to stereo? Sarahsmith Pro Audio 29 December 13th 03 03:59 AM


All times are GMT +1. The time now is 03:27 AM.

Powered by: vBulletin
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 AudioBanter.com.
The comments are property of their posters.
 

About Us

"It's about Audio and hi-fi"