| Summary: | mount(8) -o option | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | TOGAWA Satoshi <toga> | ||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Oh, I mistake. Please close this PR and ingore it. On Wed, 24 Dec 2008 12:40:03 GMT FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `docs/129907'. > The individual assigned to look at your > report is: freebsd-doc. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=129907 > > >Category: docs > >Responsible: freebsd-doc > >Synopsis: mount(8) -o option > >Arrival-Date: Wed Dec 24 12:40:03 UTC 2008 > > -- toga@puyo.org $B8M@nAo;N(B State Changed From-To: open->closed Closed at submitter's request. |
Man page of mount(8) contains this line. ---- For example, the mount command: mount -t unionfs -o -b /sys $HOME/sys causes mount to execute the equivalent of: /sbin/mount_unionfs -b /sys $HOME/sys ---- The 1st command line must be this. ---- mount -t unionfs -o -b=/sys $HOME/sys ---- How-To-Repeat: man mount