mlelstv
ab9ddb6964
Support wedge names.
before:
newfs dk1 - formats /dev/rdk1
newfs rdk1 - cannot open /dev/rrdk1
newfs /dev/dk1 - /dev/dk1 is a block-device, use raw device
newfs /dev/rdk1 - formats /dev/rdk1
now:
newfs dk1 - formats /dev/rdk1
newfs rdk1 - cannot open /dev/rrdk1
newfs /dev/dk1 - formats /dev/rdk1 (*)
newfs /dev/rdk1 - formats /dev/rdk1
newfs NAME=wedge - formats /dev/rdk1
(*) getfsspecname() returns the block device which must be translated.
Passing a block device manually cannot be distinguished from this case.
2014-10-25 16:47:23 +00:00
..
2011-03-06 17:08:10 +00:00
2012-08-10 12:20:10 +00:00
2014-04-26 14:15:08 +00:00
2010-02-18 14:00:39 +00:00
2012-06-30 15:34:01 +00:00
2014-10-25 16:47:23 +00:00