| Summary: | Ability to have vnode based file systems mounted on boot | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | lonewolf <lonewolf> | ||||||
| Component: | conf | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | CC: | lonewolf | ||||||
| Priority: | Normal | ||||||||
| Version: | Unspecified | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
Description
lonewolf
2002-09-21 14:00:15 UTC
State Changed From-To: open->closed this is already possible using md(4) entries in fstab: md /mnt mfs rw,-F/usr/tmp/md.fs 0 0 See mount_mfs(8) for additional info. |