Re: [WBEL-users] Kernel Panic
"Vic" <[email protected]>
| Newsgroups | gmane.linux.whitebox.user |
|---|---|
| Message-ID | <[email protected]> |
> I've updated my kernel. Now I'm using 2.6.9-22. RedHat have released 2.6.9-34 now, so you're 3 versions behind... > I tried to reproduce the > kernel panic and I couldn't (great news). However, I paste some warning my > kernel flushes when I insert the pen drive. > unable to read partition table > SCSI device sda: 1024000 512-byte hdwr sectors (524 MB) I got this sort of thing on an SD card I was trying to read. The reason was simple - it couldn't read the partition table because there was no partition table... In my case, a "mount /dev/sda /mnt/tmp" worked... HTH Vic.