NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/56249: ``dump -[Ww]'' exits on missing NAME=label



The following reply was made to PR bin/56249; it has been noted by GNATS.

From: Paul Goyette <paul%whooppee.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: bin/56249: ``dump -[Ww]'' exits on missing NAME=label
Date: Thu, 27 Jan 2022 08:29:10 -0800 (PST)

 This doesn't seem to be specific to dump(8), but rather it is an
 artifact of the way we're handling the NAME= stuff in fstab.
 
 In particular, if the device containing the named partition isn't
 currently attached, the translation fails, and it seems that most
 consumers treat this as a fatal error.  In contrast, when a
 "legacy" partition spec refers to a currently-not-present device
 the condition is silently ignored.
 
 It would be much more useful if the NAME= translation failure
 would be silently ignored.  This would allow for better handling
 of removable GPT-format devices.
 
 
 
 +--------------------+--------------------------+----------------------+
 | Paul Goyette       | PGP Key fingerprint:     | E-mail addresses:    |
 | (Retired)          | FA29 0E3B 35AF E8AE 6651 | paul%whooppee.com@localhost    |
 | Software Developer | 0786 F758 55DE 53BA 7731 | pgoyette%netbsd.org@localhost  |
 | & Network Engineer |                          | pgoyette99%gmail.com@localhost |
 +--------------------+--------------------------+----------------------+
 


Home | Main Index | Thread Index | Old Index