home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!sunic!isgate!krafla!adamd
- From: adamd@rhi.hi.is (Adam David)
- Newsgroups: comp.sys.acorn.tech
- Subject: Re: removable mass storage ( Syquest, Floptical )
- Message-ID: <5634@krafla.rhi.hi.is>
- Date: 21 Nov 92 18:13:28 GMT
- References: <1ej06qINNd7g@iraul1.ira.uka.de>
- Sender: usenet@rhi.hi.is
- Lines: 29
- Nntp-Posting-Host: hengill.rhi.hi.is
-
- In <1ej06qINNd7g@iraul1.ira.uka.de> S_TILLENBURG@iravcl.ira.uka.de (|S| Stephan Tillenburg) writes:
-
- >I read flopticals can read only MS-DOS standard formats
- >( 9 sectors per track on DD and 18 sectors per track on HD )
- >but you can't read 10 sectors per track on DD - disks
-
- Is this a limitation of the device driver / filing system software on the
- computer, or of the embedded SCSI firmware on the drive? It seems to me that
- it is a question of whether the filing system recognises the disks rather
- than a limitation of the drives.
-
- The drive must recognise the media type in hardware and make the necessary
- adjustments for head flux and transfer / rotational speed (depending on how
- it's done). The SCSI driver accesses the drive as a raw sector device, so
- any sectors physically present can be read and written. The filing system
- is then responsible for making sense of different formats (which directory
- entry corresponds to which file and where the file is on the disk). If the
- filing system does not support variations on the MSDOS format, it is not
- fair to blame the drive. Just because ED floppies are normally formatted
- to 36 sectors of 512 bytes, it doesn't mean you can't format them to 23
- sectors of 1024 bytes. The only restriction with the MSDOS disk definitions
- (apart from the physical limitations of the media in the drive) is that all
- tracks must contain the same number of sectors, numbered from 1 to n. Any
- sectors which are physically missing from the format must be marked bad in
- the FAT and don't expect consistent results if duplicate sectors (with the
- same number) are present on the same track of read/write media.
-
- --
- Adam David (adamd@rhi.hi.is)
-