Subject: Re: Fstab help
To: Tim Champ <champ@umbc.edu>
From: Todd Kover <kovert@omniscient.com>
List: port-sparc
Date: 12/05/2002 19:48:16
> Can someone send me thier line from the fstab for a swap drive. I
> didn't create one during install, and need to add one manually.
[goofball#1 ~] grep sw /etc/fstab
/dev/sd0b none swap sw 0 0
> Also, other than adding a drive in fstab, does anyone know what else
> I need to do to make it work?
make sure the partition fstype is marked as "swap", that is:
[root@goofball:2 kovert] disklabel sd0
[ ... ]
b: 261440 132240 swap # (Cyl. 87 - 258)
-Todd