| Summary: | Use mount -t msdosfs instead of mount_msdosfs in the handbook | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Lars Engels <lme> | ||||
| Component: | Books & Articles | Assignee: | Gabor Kovesdan <gabor> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Lars Engels
2007-08-16 13:10:02 UTC
Hello Lars, On Thu, 16 Aug 2007 12:04:57 GMT, Lars Engels <lme@FreeBSD.org> wrote: > >>Number: 115571 >>Category: docs >>Synopsis: Use mount -t msdosfs instead of mount_msdosfs in the > On > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-trouble.html > could you please change mount_msdosfs to mount -t msdosfs? > The former should no longe be executed manually. May I ask you why do you suspect that mount_msdosfs should not be user any more? -- S pozdravom / Best Regards, Daniel Geržo On Thu, 16 Aug 2007 14:20:59 +0200 Daniel Ger=C5=BEo <danger@freebsd.org> wrote: >=20 > Hello Lars, >=20 > On Thu, 16 Aug 2007 12:04:57 GMT, Lars Engels <lme@FreeBSD.org> wrote: > >=20 > >>Number: 115571 > >>Category: docs > >>Synopsis: Use mount -t msdosfs instead of mount_msdosfs in the >=20 > > On > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-trouble= .html > > could you please change mount_msdosfs to mount -t msdosfs? > > The former should no longe be executed manually. >=20 > May I ask you why do you suspect that mount_msdosfs should > not be user any more? In the future, all of the different mount_* utitilies should go bye bye. --=20 Tom Rhodes On Thu, Aug 16, 2007 at 02:20:59PM +0200, Daniel Ger¸o wrote: > > Hello Lars, > > On Thu, 16 Aug 2007 12:04:57 GMT, Lars Engels <lme@FreeBSD.org> wrote: > > > >>Number: 115571 > >>Category: docs > >>Synopsis: Use mount -t msdosfs instead of mount_msdosfs in the > > > On > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-trouble.html > > could you please change mount_msdosfs to mount -t msdosfs? > > The former should no longe be executed manually. > > May I ask you why do you suspect that mount_msdosfs should > not be user any more? > Hi Daniel, please compare the number of mount_* binaries in a 6.x and a CURRENT System. <FreeBSD 7.0-CURRENT> [maggie:/sbin] lars@ttyp6 > ls mount_* | wc -l 9 <FreeBSD 6.2-RELEASE> [NB011798:/sbin] lars@ttyp2 > ls mount_* | wc -l 18 In src/sbin/mount/mount.c you find the following: /* XXX: We need to get away from implementing external mount * programs for every filesystem, and move towards having * each filesystem properly implement the nmount() system call. */ And there are several mails on mailinglists on that topic. E.g.: http://lists.freebsd.org/pipermail/freebsd-current/2007-May/072783.html So advocating mount -t in the handbook is more future-proof. :-) Best regards, Lars Responsible Changed From-To: freebsd-doc->gabor Take. gabor 2007-08-22 15:50:32 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/handbook/disks chapter.sgml
en_US.ISO8859-1/books/handbook/install chapter.sgml
Log:
- Use mount -t msdosfs instead of mount_msdosfs
PR: docs/115571
Submitted by: lme
Approved by: keramida (mentor)
Revision Changes Path
1.276 +1 -1 doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml
1.381 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Craig Rodrigues escribió: > Hi, > > In addition to changing the Handbook, I also recommend > patching the msdosfs(5) man page. > Hello, thanks for your note! I just wrote to re@ for approval. Afaik, this change only applies to HEAD or should I MFC it to RELENG_6? Btw, you forgot to bump .Dd. Thanks, -- Gabor Kovesdan FreeBSD Volunteer EMAIL: gabor@FreeBSD.org .:|:. gabor@kovesdan.org WEB: http://people.FreeBSD.org/~gabor .:|:. http://kovesdan.org gabor 2007-08-22 18:04:08 UTC
FreeBSD src repository (doc,ports committer)
Modified files:
share/man/man5 msdosfs.5
Log:
- Use mount -t msdosfs instead of mount_msdosfs
PR: docs/115571
Submitted by: rodrigc
Approved by: re (bmah),
keramida (mentor)
MFC after: 1 week
Revision Changes Path
1.6 +2 -2 src/share/man/man5/msdosfs.5
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->patched Handbook part committed, man page patched in HEAD. Keeping this for my MFC reminder. Hi, In addition to changing the Handbook, I also recommend patching the msdosfs(5) man page. -- Craig Rodrigues rodrigc@crodrigues.org On Wed, Aug 22, 2007 at 05:53:49PM +0200, Gabor Kovesdan wrote: > thanks for your note! I just wrote to re@ for approval. Afaik, this > change only applies to HEAD or should I MFC it to RELENG_6? It can be MFC'd to RELENG_6. Thanks. -- Craig Rodrigues rodrigc@crodrigues.org State Changed From-To: patched->closed Merged to RELENG_6, thanks for the report! |