سلام
اگر کرنل جدید را بوت کنم و موقع دیدن پیغام m را بزنم، افدیسک هیچی نشون نمیده. اگر کرنل قدیمی رو بوت کنم سیستم بالا میاد و کار میکنه. و محتوایی که میخواید این چیزهاست(فایل fstab تو هر دو یکی هست!):
[b]$ sudo fdisk -l[/b]
Disk /dev/sda: 8589 MB, 8589934592 bytes
255 heads, 63 sectors/track, 1044 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000a4d2a
Device Boot Start End Blocks Id System
/dev/sda1 * 1 994 7977984 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 994 1045 407553 5 Extended
/dev/sda5 994 1045 407552 82 Linux swap / Solaris
[b]$ cat /etc/fstab [/b]
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda1 during installation
UUID=302d122c-3e7b-4f87-81d1-be50b4a7cc19 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=5edfd84a-ff5d-46f4-892c-18d6fcc60d5f none swap sw 0 0