Comment 13 for bug 376120

Revision history for this message
dingding (dingjiemindev) wrote :

The test kernel works, and this is what I've done:
1) install the test kernel on 2.6.28-13 one (type uname -rv and get 2.6.28-14-generic #45~lp376120apw1 SMP Tue Jun 16 09:59:28 UTC 2009 );
2) create a 1G swap.disk file on FAT partition (type dd if=/dev/zero of=/path/swap.disk bs=1M seek=1023 count=1);
3) type swapon -v swap.disk and the system quickly responds with "swapon swap.disk" instead of hangs;
4) type swapon -s to see the new swap area is really added.