[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4AFE95DE.3070308@gmail.com>
Date: Sat, 14 Nov 2009 14:34:54 +0300
From: Andrey Polovov <andrey.polovov@...il.com>
To: linux-kernel@...r.kernel.org
Subject: Getting HDD serial in kernel space
Hello.
I had a necessity to get HDD serial number in my kernel module.
In user space I can do it so:
fd = open( "/dev/sda", O_RDONLY|O_NONBLOCK );
ioctl( fd, HDIO_GET_IDENTITY, &id );
printf( "Serial: %s", id.serial_no );
How can I do it in kernel space (it is one hdd in machine, plugged with
SATA)?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists