misc/177630: despite mount options (late, failok, noauto),

看板FB_bugs作者時間12年前 (2013/04/27 13:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
>Number: 177630 >Category: misc >Synopsis: despite mount options (late, failok, noauto), mount(1) returns 1 when the specified path does not exist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 04 13:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: deeptech71 >Release: -CURRENT >Organization: >Environment: >Description: I would prefer to mount a partition by its GPT label upon boot, but ignore errors arising out of the partition not existing (ie., when the relevant storage device is not plugged in during boot); the partition should later be mountable by a simple ``mount /myspecialmountpoint''. In other words, I would like the following or similar entry to work in /etc/fstab: /dev/gpt/myspecialpartition /myspecialmountpoint rw,failok However, with such an entry, even if "rw,late,failok,noauto" is used, the startup scripts panic during boot, with some "UNEXPECTED UNCONSISTENCY" message. >How-To-Repeat: Add /dev/gpt/<insert_non-existent_GPT_label_here> /myspecialmountpoint rw,failok to your /etc/fstab, and reboot. >Fix: >Release-Note: >Audit-Trail: >Unformatted: _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"
文章代碼(AID): #1HUrkW01 (FB_bugs)