aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_msdosfs/mount_msdosfs.8
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
| | | | Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
* Fix a few mandoc issuesGordon Bergling2020-10-091-1/+1
| | | | | | | | | | | - no blank before trailing delimiter - whitespace at end of input line - sections out of conventional order - normalizing date format - AUTHORS section without An macro Notes: svn path=/head/; revision=366572
* Remove msdosfs -o large support.Konstantin Belousov2017-06-091-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | Its purpose was to translate the values for msdosfs inode numbers, which is calculated from the msdosfs structures describing the file, into the range representable by 32bit ino_t. The translation acted for filesystems larger than 128Gb, it reserved the range 0xf0000000 (FILENO_FIRST_DYN) to UINT32_MAX and remembered some arbitrary translation of ino >= FILENO_FIRST_DYN into this range. It consumed memory that could be only freed by unmount, and the translation was not stable across remounts. With ino_t type extended to 64 bit, there is no such issue and values can be returned without compaction to 32bit. That is, for the native environments, the translation layer is not necessary and adds significant undeserved code complexity. For compat ABIs which use 32bit ino_t, the vfs.ino64_trunc_error sysctl provides some measures to soften the failure mode when inode numbers truncation is not safe. Discussed with: bde Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=319735
* Whilst mount_pcfs originated as a patch in 386BSD, NetBSD 0.8 actuallySevan Janiyan2017-04-031-2/+2
| | | | | | | | | | | | was the first release of an OS to ship with it. Heads up by Ingo Schwarze. Approved by: bcr (mentor) MFC after: 5 days Differential Revision: https://reviews.freebsd.org/D10209 Notes: svn path=/head/; revision=316464
* Amend history to mention predecessor originated from 386BSD[1] & current ↵Sevan Janiyan2016-10-031-13/+24
| | | | | | | | | | | | | | | | | | | implementation from NetBSD[2]. Reword history since the utility was renamed once more in FreeBSD 5.0. Separate out author & historical information regarding character code conversion. Add AUTHORS section. [1] https://groups.google.com/forum/#!search/mount_pcfs.c/comp.unix.bsd/9qhH0v1tZm0/inlPnXZj_2sJ [2] http://cvsweb.netbsd.org/bsdweb.cgi/src/sbin/mount_msdos/mount_msdos.c?rev=1.6&content-type=text/x-cvsweb-markup PR: 212536 Approved by: bcr (mentor) MFC after: 4 days Differential Revision: https://reviews.freebsd.org/D8105 Notes: svn path=/head/; revision=306611
* Mount msdosfs with longnames support by default.Alan Somers2016-09-231-8/+1
| | | | | | | | | | | | | | The old behavior depended on the FAT version and on what files were in the root directory. "mount_msdosfs -o shortnames" is still supported. Reviewed by: wblock, cem Discussed with: trasz, adrian, imp MFC after: 4 weeks X-MFC-Notes: Don't MFC the removal of findwin95 Differential Revision: https://reviews.freebsd.org/D8018 Notes: svn path=/head/; revision=306276
* use .Mt to mark up email addresses consistently (part1)Baptiste Daroussin2014-06-201-2/+2
| | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de> Notes: svn path=/head/; revision=267667
* Sweep man pages replacing ad -> ada.Sergey Kandaurov2013-10-011-5/+5
| | | | | | | | | Approved by: re (blackend) MFC after: 1 week X-MFC note: stable/9 only Notes: svn path=/head/; revision=255977
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theUlrich Spörlein2010-05-131-6/+6
| | | | | | | | | | | | | | bottom of the manpages and order them consistently. GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put them. Found by: mdocml lint run Reviewed by: ru Notes: svn path=/head/; revision=208027
* Remove reference to the bug in FreeBSD 2.0.Konstantin Belousov2010-01-021-8/+0
| | | | | | | | Submitted by: Valentin Nechayev <netch segfault kiev ua> MFC after: 3 days Notes: svn path=/head/; revision=201400
* Add missing qualifier which was missed in the previous commit.Tom Rhodes2009-01-051-1/+1
| | | | | | | Noticed by: brooks Notes: svn path=/head/; revision=186768
* Document the "-o large" option.Tom Rhodes2008-12-231-1/+6
| | | | | | | PR: 129792 Notes: svn path=/head/; revision=186429
* Xref msdosfs(5)Joel Dahl2005-09-141-0/+1
| | | | | | | Approved by: brueffer (mentor) Notes: svn path=/head/; revision=150134
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-101-12/+8
| | | | Notes: svn path=/head/; revision=141611
* Assorted markup, grammar, and spelling fixes.Ruslan Ermilov2004-05-171-14/+19
| | | | Notes: svn path=/head/; revision=129327
* Fix several old bugs which got worse over time:Tom Rhodes2003-10-231-1/+0
| | | | | | | | | | | | | o WARNS should be WARNS?= (broke in rev 1.21). o Includes should be sorted. o Move "mntopt.h" out of the standard includes section. o Rewrite usage() to match the manual page and make it < 80 characters. o Remove extra .El call on line 187. It is unused and causes mdoc(7) warnings. Discussed with: bde Notes: svn path=/head/; revision=121429
* - Support for multibyte charsets in LIBICONV.Max Khon2003-09-261-33/+26
| | | | | | | | | | | - CD9660_ICONV, NTFS_ICONV and MSDOSFS_ICONV kernel options (with corresponding modules). - kiconv(3) for loadable charset conversion tables support. Submitted by: Ryuichiro Imura <imura@ryu16.org> Notes: svn path=/head/; revision=120492
* Add a '-M mask' option so that users can have differentTom Rhodes2003-08-121-1/+16
| | | | | | | | | | | | | | masks for files and directories. This should make some of the Midnight Commander users happy. Remove an extra ')' in the manual page. PR: 35699 Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru> (original version) Tested by: simon Notes: svn path=/head/; revision=118837
* PR: docs/53688Bruce M Simpson2003-08-091-8/+10
| | | | | | | | Submitted by: bms Approved by: jake (mentor) Notes: svn path=/head/; revision=118685
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-21/+21
| | | | Notes: svn path=/head/; revision=102231
* The .Nm utilityPhilippe Charnier2002-07-061-1/+1
| | | | Notes: svn path=/head/; revision=99501
* more file system > filesystemTom Rhodes2002-05-161-12/+12
| | | | Notes: svn path=/head/; revision=96707
* - VFS_SET(msdos) -> VFS_SET(msdosfs)Ruslan Ermilov2001-06-011-2/+2
| | | | | | | | | - msdos.ko -> msdosfs.ko - mount_msdos(8) -> mount_msdosfs(8) - "msdos" -> "msdosfs" compatibility glue in mount(8) Notes: svn path=/head/; revision=77577
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
| | | | Notes: svn path=/head/; revision=68960
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-2/+4
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57668
* Allow #-comments in conversion table fileAndrey A. Chernov2000-01-081-3/+5
| | | | Notes: svn path=/head/; revision=55613
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* This lets you specify "gemdosfs", "shortnames", "longnames", andJordan K. Hubbard1999-06-181-2/+9
| | | | | | | | | | | | | | | | "nowin95" as arguments to the "-o" flag, as alternatives to "-G", "-s", "-l", and "-9"; when running "mount_msdos" by hand, that doesn't let you do anything you couldn't already do, but if you're letting "mount" run it, it lets you specify those options, which is especially useful if, for example, you have an entry in "/etc/fstab" for some file system, with "noauto" set, so you can conveniently mount a DOS partition from a removable drive and force it to treat the file system as VFAT rather than boring old FAT. Submitted by: Guy Harris <guy@netapp.com> Notes: svn path=/head/; revision=48002
* Update to match rev. 1.28 of msdosfs_lookup.c.Dmitrij Tejblum1999-01-111-11/+2
| | | | Notes: svn path=/head/; revision=42534
* Split usage string.Philippe Charnier1998-06-301-6/+10
| | | | Notes: svn path=/head/; revision=37277
* Add more info about special characters in dos2unix/unix2dos tablesAndrey A. Chernov1998-03-011-3/+11
| | | | Notes: svn path=/head/; revision=33941
* Add more info about -W optionAndrey A. Chernov1998-02-231-2/+4
| | | | Notes: svn path=/head/; revision=33771
* Note that default local charset assumed as ISO 8859-1Andrey A. Chernov1998-02-231-1/+3
| | | | Notes: svn path=/head/; revision=33770
* Implement loadable DOS<->local conversion tables for DOS namesAndrey A. Chernov1998-02-231-6/+15
| | | | | | | Additionly load toupper table to create DOS names always in uppercase Notes: svn path=/head/; revision=33769
* Implement loadable upper->lower local conversion tableAndrey A. Chernov1998-02-231-3/+7
| | | | | | | Recently introduced -w renamed to -W Notes: svn path=/head/; revision=33761
* Add loadable local<->Unicode conversion support for Win95 namesAndrey A. Chernov1998-02-221-1/+15
| | | | | | | Note: DOS names still not work and require similar changes Notes: svn path=/head/; revision=33749
* Support for FAT32 partitions.Jordan K. Hubbard1998-02-181-23/+65
| | | | | | | | Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru> Obtained from: NetBSD Notes: svn path=/head/; revision=33549
* Fixed some FUD (don't blame current msdosfs for old msdosfs+vfs_bio bugs).Bruce Evans1997-12-191-8/+17
| | | | Notes: svn path=/head/; revision=31877
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22990
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Add a small message to the ``CAVEATS'' section saying if you get theGary Palmer1996-04-031-1/+9
| | | | | | | | warning about the root directory, then you could corrupt your filesystem if you write to it. Someone, please, feel free to improve this :-) Notes: svn path=/head/; revision=15034
* NetBSD -> FreeBSDNate Williams1994-11-191-4/+4
| | | | | | | (Poul, bring this into 2.0 please) Notes: svn path=/head/; revision=4677
* Added mount_msdos.Doug Rabson1994-09-191-0/+111
Obtained from: NetBSD Notes: svn path=/head/; revision=2892