Subject: Re: quotas and other things
To: tcjam <tcjam@voicenet.com>
From: David Brownlee <abs@anim.dreamworks.com>
List: port-mac68k
Date: 05/29/1997 14:55:19
> I have a few questions:
> 1. I need help with fstab, my macbsd drive is id #3 and the sd* changes
> depending on wether any drives before it are on or off is there someway I
> can configure my /etc/fstab so that it will work from either sd1a or sd2a?
> 
	Either change the scsi Ids on the drives so the NetBSD drive comes
	below the drive that is sometimes connected, or build a kernel
	with hardcoded scsi ID values
	(For an example of the lines to add check:
ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/sys/arch/sparc/conf/GENERIC_SCSI3

	I'll pass on the rest :)