Difference between revisions of "Category talk:PC110"
| Line 5: | Line 5: | ||
| Sure? [[User:Wyrfel|Wyrfel]] 02:57, 14 February 2006 (CET) | Sure? [[User:Wyrfel|Wyrfel]] 02:57, 14 February 2006 (CET) | ||
| ---- | ---- | ||
| + | |||
| + | The "4MB EPROM" is an internal 4MB CompactFlash device, that normally appears as /dev/hda. "With removable media" that hdparm claims here is a lie, unless you're handy with a very small screwdriver and soldering iron. | ||
| + | |||
| + | <pre> | ||
| + | ed@carrot:~$ sudo /usr/sbin/hdparm -I /dev/hda | ||
| + | |||
| + | /dev/hda: | ||
| + | |||
| + | CompactFlash ATA device, with removable media | ||
| + | 	Model Number:       SunDisk SDP3B-4                          | ||
| + | 	Serial Number:      MZX00050751 | ||
| + | 	Firmware Revision:  Rev 1.20 | ||
| + | Standards: | ||
| + | 	Likely used: 4 | ||
| + | Configuration: | ||
| + | 	Logical		max	current | ||
| + | 	cylinders	123	123 | ||
| + | 	heads		2	2 | ||
| + | 	sectors/track	32	32 | ||
| + | 	-- | ||
| + | 	bytes/track: 0	bytes/sector: 576 | ||
| + | 	CHS current addressable sectors:       7872 | ||
| + | 	LBA    user addressable sectors:       7872 | ||
| + | 	device size with M = 1024*1024:           3 MBytes | ||
| + | 	device size with M = 1000*1000:           4 MBytes  | ||
| + | Capabilities: | ||
| + | 	LBA, IORDY(may be)(cannot be disabled) | ||
| + | 	Buffer size: 1.0kB	bytes avail on r/w long: 4	Queue depth: 1 | ||
| + | 	Standby timer values: spec'd by Vendor | ||
| + | 	R/W multiple sector transfer: Max = 1	Current = 0 | ||
| + | 	DMA: not supported | ||
| + | 	PIO: pio0  | ||
| + | </pre> | ||
Latest revision as of 21:12, 23 July 2006
probably has 4Mb (megabit) ROM rather then 4MB(megabyte) --Dunno 23:50, 13 February 2006 (CET)
Sure? Wyrfel 02:57, 14 February 2006 (CET)
The "4MB EPROM" is an internal 4MB CompactFlash device, that normally appears as /dev/hda. "With removable media" that hdparm claims here is a lie, unless you're handy with a very small screwdriver and soldering iron.
ed@carrot:~$ sudo /usr/sbin/hdparm -I /dev/hda /dev/hda: CompactFlash ATA device, with removable media Model Number: SunDisk SDP3B-4 Serial Number: MZX00050751 Firmware Revision: Rev 1.20 Standards: Likely used: 4 Configuration: Logical max current cylinders 123 123 heads 2 2 sectors/track 32 32 -- bytes/track: 0 bytes/sector: 576 CHS current addressable sectors: 7872 LBA user addressable sectors: 7872 device size with M = 1024*1024: 3 MBytes device size with M = 1000*1000: 4 MBytes Capabilities: LBA, IORDY(may be)(cannot be disabled) Buffer size: 1.0kB bytes avail on r/w long: 4 Queue depth: 1 Standby timer values: spec'd by Vendor R/W multiple sector transfer: Max = 1 Current = 0 DMA: not supported PIO: pio0
