Linux kernel - can't access sda16 & sda17

Posted by osgx on Super User See other posts from Super User or by osgx
Published on 2011-11-14T00:31:03Z Indexed on 2011/11/14 1:55 UTC
Read the original article Hit count: 247

Filed under:
|
|
|

I can't access sda16 sda17 and higher partitions from my linux. This linux is rather debian (very old); kernel 2.6.23. So, I know that so old linux kernel can't access > 16 partitions on single sata disk.

What version of kernel should I use to be able access sda16, sda17 etc? I want to update only a kernel, not a whole Linux distribution.

PS. There is an WindowsNT kernel which can access and format 16, 17 or higher partition, but my intention is to use sda16 and sda17 from linux (I want Linux Kernel).

PPS: dmesg:

sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12 sda13 sda14 sda15 >
sd 2:0:0:0: [sda] Attached SCSI disk
sd 4:0:0:0: [sdb] xxx 512-byte hardware sectors ...

So, there is no mapping of sda16, sda17, ... to sdb. Sdb is the second physical hard drive.

© Super User or respective owner

Related posts about linux

Related posts about hard-drive