原来2.4.18 下命令
mount -t vfat -o iocharset=gb2312,codepage=936 /dev/hda8 /mnt/g
在新内核下使用这条命令提示如下:
mount:wrong fs type, bad opeion ,bad superblock on /dev/hdab, or too many mounted file systems
只能用mount -t vfat /dev/hda8 /mnt/g 来挂载。分区中的中文无法显示。
2、poweroff 软关机失效。感觉系统只是把硬盘给停了下来,而没有把电源切断,不只是何原因?
我试了很多次,还是不行。
apmd 在内核选项内明明选中了。
可编译使用新内核,启动ampd却提示
No APM support in kernel
真不明白,这回又错在哪儿了??
vfat 分区 iocharset=gb2312 选项,
还是提示:
MSDOS FS:IO charset gb2312
MSDOS FS:Using codepage 936
FAt:freeing iocharset=gb2312
mount :wrong fs type,bad option, bad superblock on /dev/hda8, ro too many mount file system
在内核选项中,cp936,gb2312等字符集,我都选上了。可为什么却.....??
[quote:69f733bc8b="csdragon76"]进入/etc/init.d
#apmd start
提示:No APM support in kernel
所以我觉得apmd 是(重)启动、停止APM服务的。[/quote]
but usually this error means u kernel do not have apm run successfully. can u check u kernel boot log to see if apm started?
btw, a stupid question. do u use the new kernel instead of the old one? sometime i forget to change the default start kernel and debug on the old kernel again and again.