Welcome to PCForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

drive with read-only dip switch

 
Goto page Previous  1, 2
   Hardware Problem Solving Community! (Home) -> PC Storage RSS
Related Topics:
Can't read contents of d: drive - My W98 computer has two hard drives: one as c:, e:, and f:; the other as d: and g:. I can't read the contents of d: anymore, but can read from and write to any of the files in the g: So the physical drive is okay (spin speed OK and..

need a PD/CD Rom drive to read PANASONIC LM-R650A PD Cartr.. - Hello Does anybody know where i can find a PD/CD Rom drive to read PANASONIC LM-R650A PD I have a project in this PD Cartridge but i can not read it. where can i find a PD/CD ROM bearing the PD mark? I live in Turkey, but i could..

Darn, is my Hard Disk Drive finished? Can't read it. - I have a 120GB Western Digital Caviar that is less than two years old. I was rendering a movie from it when it froze and then nothing could read it again. The computer bios will see it, but windows can't. Can't seem to access it in anyway, even to..

things to look for in a hard drive meant for simultaneous .. - Hi, i am thinking about putting together a server for my house. One of the things i plan to have it doing is and recording some feeds so there will be lots of from multiple sources at the same time...

read from backed up second hard drive after installing new.. - Ok. I'm not overly but let me explain my situation and hopefully someone can, and will be willing, to help this desperate person. I was helping my neighbor with their pc. They have an older pc we're just trying to get a little more use out..
Next:  Seagate, Maxtor and Western Digital  
Author Message
Folkert Rienstra

External


Since: Nov 10, 2003
Posts: 1690



(Msg. 16) Posted: Mon Feb 04, 2008 8:52 am
Post subject: Re: drive with read-only dip switch [Login to view extended thread Info.]
Archived from groups: comp>sys>ibm>pc>hardware>storage (more info?)

Arno Wagner wrote in news:60ia0vF1qi80lU1@mid.individual.net
> Previously timeOday <timeOday-UNSPAM.RemoveThis@theknack.net> wrote:
> > Arno Wagner wrote:
>
> > > For drive manufactueres, spending the extra 50 Cent is not cost
> > > effective, since apparently only very, very few people want this feature.
> > >
> > > Arno
>
> > Floppy drives, Mini-DV, VHS, some flash drives, and audio tape all have
> > write-protect switches.
>
> Indeed. But they are on removable media (counting the flash drives as media).

> HDDs are not in that class.

And as we all know, SCSI drives are not HDDs.

>
> > If not on the drive itself, perhaps an external HDD enclosure could
> > offer that feature.

> They could. Of course, implementing this is more diffecult for (S)ATA,
> than for the removable medua you mention,

(Yeah, obviously flashdrives do not use the ATA command set at all).
Any device that accepts write protect media will have extra code to
handle the extra functions that such a protection scheme requires.

> since the ''switch'' needs to understand the ATA command set.

Like that same effort isn't required for the physical drive itself when
fitted with such a switch.

>
> Arno

 >> Stay informed about: drive with read-only dip switch 
Back to top
Login to vote
Folkert Rienstra

External


Since: Nov 10, 2003
Posts: 1690



(Msg. 17) Posted: Mon Feb 04, 2008 8:53 am
Post subject: Re: drive with read-only dip switch [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Robert Nichols wrote in news:fo3a4s$m17$1@omega-3a.local
> In article <60ia0vF1qi80lU1.TakeThisOut@mid.individual.net>,
> Arno Wagner <me.TakeThisOut@privacy.net> wrote:
> > Previously timeOday <timeOday-UNSPAM.TakeThisOut@theknack.net> wrote:
> > > Arno Wagner wrote:
> >
> > > > For drive manufactueres, spending the extra 50 Cent is not cost
> > > > effective, since apparently only very, very few people
> > > > want this feature.
> > > >
> > > > Arno
> >
> > > Floppy drives, Mini-DV, VHS, some flash drives, and audio tape all have
> > > write-protect switches.
> >
> > Indeed. But they are on removable media (counting the flash
> > drives as media). HDDs are not in that class.
> >
> > > If not on the drive itself, perhaps an external HDD enclosure could
> > > offer that feature.
> >
> > They could. Of course, implementing this is more diffecult for (S)ATA,
> > than for the removable medua you mention, since the ''switch''
> > needs to understand the ATA command set.
>
> That would be true for parallel ATA as well. Accessing and reading data
> from the drive requires writes to internal control registers.

> You can't just interrupt the "WRITE" signal in the bus and expect to
> use the drive at all.

Right,
but if you know through the other bus signals that a device register write
is underway you can interrupt conditionally using those other bussignals.

But that's all academic/besides the point.
The point being that you need a controller response back to the host
saying that the device cannot write.
Otherwise you can move data to the drive thinking you won't loose it because it will be saved there, but it just vanishes.
Same with saving hours of hard work into oblivian without any warnings.

 >> Stay informed about: drive with read-only dip switch 
Back to top
Login to vote
Folkert Rienstra

External


Since: Nov 10, 2003
Posts: 1690



(Msg. 18) Posted: Mon Feb 04, 2008 8:53 am
Post subject: Re: drive with read-only dip switch [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Arno Wagner wrote in news:60luv9F1pornjU1@mid.individual.net
> Previously Robert Nichols <SEE_SIGNATURE.DeleteThis@localhost.localdomain.invalid> wrote:
> > In article <60ia0vF1qi80lU1.DeleteThis@mid.individual.net>,
> > Arno Wagner <me.DeleteThis@privacy.net> wrote:
> > > Previously timeOday <timeOday-UNSPAM.DeleteThis@theknack.net> wrote:
> > > > Arno Wagner wrote:
> > >
> > > > > For drive manufactueres, spending the extra 50 Cent is not cost
> > > > > effective, since apparently only very, very few people
> > > > > want this feature.
> > > > >
> > > > > Arno
> > >
> > > > Floppy drives, Mini-DV, VHS, some flash drives, and audio tape all have
> > > > write-protect switches.
> > >
> > > Indeed. But they are on removable media (counting the flash
> > > drives as media). HDDs are not in that class.
> > >
> > > > If not on the drive itself, perhaps an external HDD enclosure could
> > > > offer that feature.
> > >
> > > They could. Of course, implementing this is more diffecult for (S)ATA,
> > > than for the removable medua you mention, since the ''switch''
> > > needs to understand the ATA command set.
>
> > That would be true for parallel ATA as well.
>
> Have you seen the "(" and ")" around the "S" above?
>
> > Accessing and reading data
> > from the drive requires writes to internal control registers. You can't
> > just interrupt the "WRITE" signal in the bus and expect to use the drive
> > at all.

> Indeed.

> THat was feasible, though, with MFM and RLL drives.

Like that is all that is required.

>
> Arno
 >> Stay informed about: drive with read-only dip switch 
Back to top
Login to vote
Display posts from previous:   
   Hardware Problem Solving Community! (Home) -> PC Storage All times are: Pacific Time (US & Canada) (change)
Goto page Previous  1, 2
Page 2 of 2

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]