In article <[email protected]>,
Martin Husemann  <[email protected]> wrote:
>On Mon, Aug 18, 2014 at 08:41:35AM -0700, Brian Buhrow wrote:
>>      Hello.  Could you provide an example of what you expect an /etc/fstab
>> file entry to look like before and after your suggested edits?
>
>before it would use sd0a and sd0b (or wd*), after:
>
>NAME=sb2k5Root/a        /       ffs     rw,log           1 1
>NAME=sb2k5Root/b        none    swap    sw,dp            0 0
>
>(where in the example "sb2k5Root" is the disklabel name of sd0)
>

Or if there is no name in the label, the device name without /dev/ as before.

NAME=sd0a        /       ffs     rw,log           1 1
NAME=sd0b        none    swap    sw,dp            0 0

christos

Reply via email to