I need to convert my swap partition into a shared win/linux swap partition,
without having to touch the other partitions. This is my setup (Slackware
2.0):
chromace:~# df
Filesystem 1024-blocks Used Available Capacity Mounted on
/dev/hdb1 169268 141720 19085 88% /
/dev/hdb3 47190 41829 3002 93% /mnt
/dev/hda1 239064 214524 24540 90% /dos-c
/dev/hdb4 100106 74974 25132 75% /dos-d
/dev/sbpcd 662038 662038 0 100% /cdrom
chromace:~# more /etc/fstab
/dev/hdb1 / ext2 defaults
/dev/hdb2 none swap sw
/dev/hdb3 /mnt ext2 defaults
none /proc proc defaults
/dev/hda1 /dos-c msdos defaults
/dev/hdb4 /dos-d msdos defaults
/dev/cdrom /cdrom iso9660 ro
Basically I think I know what to to do; I've got the latest mini-howto I could
find (April '94) but I have 2 questions:
1... is there anything I should know that isn't in the howto -- later
version, recent discoveries/bugs/problems etc?
2... I assume that if I go into Linux, swapoff /dev/hdb2, and remove
the line "/dev/hdb2 none swap sw"
from my fstab, I can then boot DOS, and proceed with every step
except number 1: create the partition (which is already there), rather
I'll create a DOS partition in that same space, give it a drive number
and label it SWAP SPACE. And when I boot Linux nothing * will happen
b/c something's looking for a non-exisant swap partition.
When I come back into Linux I presume I try to do my editing/symlnks with low
memory usage tools. Does this all sound about right? Or have I missed
something crucial (it's a few months since I installed and played with all
this stuff. I've checked the docs but am still wary of missing something; can't
afford any*-ups right now).
--