[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Why the piece of code determined the disk access mode?
From: |
Yoshinori K. Okuji |
Subject: |
Re: Why the piece of code determined the disk access mode? |
Date: |
Tue, 8 Jun 2004 11:40:25 +0200 |
User-agent: |
KMail/1.5.3 |
On Tuesday 08 June 2004 09:04, Jason Luo wrote:
> geom.flags is 0,The process can not process to line 280. so ,the
> geom.flags is alway larger than or equal to 0.What's the situation
> geom.flags is equal to 0?if geom.flags is larger than 0,can it
> determin the disk's access mode is LBA ?
It *can* reach the line 280, even if geom.flags is 0. Take a look at the
definition of get_diskinfo. It does not return geom.flags.
Okuji