David A.Lethe wrote:
> On 31 May 2006 22:02:18 -0700, "guru" <(E-Mail Removed)> wrote:
>
> >Hi all,
> >
> >Is there any method to check - hard disk/cdrom/rev disk physical sector
> >size.
> >
> >Thanks & Regards
> >
> >-Guru
>
> Yes.
Hi,
I wanted to know those methods.
I know one method..
in Linux, by calling IOCTL system call with requrest parameter
BLKSSZGET , I was able to get block size.
For CDROM it is giving 512 and for REV disk it is given 2048.
is there any other method to cross check
Regards
Guru
|