OpenBSD CVS

CVS log for src/sbin/mount_msdos/mount_msdos.8


[BACK] Up to [local] / src / sbin / mount_msdos

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.33 / (download) - annotate - [select for diffs], Sat Aug 20 07:03:24 2022 UTC (21 months, 3 weeks ago) by tb
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, HEAD
Changes since 1.32: +10 -14 lines
Diff to previous 1.32 (colored)

Align description of -g and -u with mount_tmpfs.8

"Reads better indeed" otto

Revision 1.32 / (download) - annotate - [select for diffs], Sat Nov 13 18:18:59 2021 UTC (2 years, 6 months ago) by kn
Branch: MAIN
CVS Tags: OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.31: +3 -40 lines
Diff to previous 1.31 (colored)

Use long filenames by default on FAT filesystems

These days, 8.3 filenames are often a problem, filesystems containing
firmware with long names must not truncate them -- it's also a sane default
as portable file system between OSes, anyway.

Altough undocumented in mount_msdos(8), the default for FAT32 already is to
use long filenames:  ever since its import from NetBSD in 1998.

Previously, mount_msdos would ignore long filenames and default to short
filenames unless a flag was used or long ones were found on the filesystem
prior to mounting it.

Just always mount with support for long filenames (unless `-s' is used).


As various install media use FAT filesystems, adjust the remaining ones to
also pass explicit mount option reflecting the previous default.

OK deraadt

Revision 1.31 / (download) - annotate - [select for diffs], Thu Apr 23 21:28:09 2020 UTC (4 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.30: +3 -3 lines
Diff to previous 1.30 (colored)

 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;

Revision 1.30 / (download) - annotate - [select for diffs], Sat Oct 8 09:34:16 2016 UTC (7 years, 8 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.29: +11 -1 lines
Diff to previous 1.29 (colored)

add missing AUTHORS; OK sobrado@, also checked by Sevan Janiyan

Revision 1.29 / (download) - annotate - [select for diffs], Sat May 21 19:14:02 2016 UTC (8 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.28: +3 -3 lines
Diff to previous 1.28 (colored)

no more -x;

Revision 1.28 / (download) - annotate - [select for diffs], Sat May 21 18:11:36 2016 UTC (8 years ago) by natano
Branch: MAIN
Changes since 1.27: +3 -13 lines
Diff to previous 1.27 (colored)

Remove the -x flag from mount_msdos and always assume the execute bit
for readable directories, while making it subject to the mask option
(-m in mount_msdos), so it is still possible to mount with
non-executable directories, but with semantics that are easier to
comprehend.

This makes directory listings with default mount options work again.

ok deraadt@

Revision 1.27 / (download) - annotate - [select for diffs], Thu Oct 14 07:05:43 2010 UTC (13 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.26: +4 -15 lines
Diff to previous 1.26 (colored)

looks like i jumped the gun with the duid stuff; back it out

Revision 1.26 / (download) - annotate - [select for diffs], Wed Oct 13 15:40:31 2010 UTC (13 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.25: +15 -4 lines
Diff to previous 1.25 (colored)

paste in the description of "special"; ok krw

Revision 1.25 / (download) - annotate - [select for diffs], Sun Aug 9 06:45:49 2009 UTC (14 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.24: +45 -22 lines
Diff to previous 1.24 (colored)

document fat permissions a little better, based on some notes from martynas
feedback/ok sobrado martynas

Revision 1.24 / (download) - annotate - [select for diffs], Fri Aug 7 19:27:27 2009 UTC (14 years, 10 months ago) by martynas
Branch: MAIN
Changes since 1.23: +4 -4 lines
Diff to previous 1.23 (colored)

sets modes for dirs;  too.  ok sobrado@ & jmc@.

Revision 1.23 / (download) - annotate - [select for diffs], Thu May 31 19:19:45 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

convert to new .Dd format;

Revision 1.22 / (download) - annotate - [select for diffs], Fri Dec 15 12:48:29 2006 UTC (17 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.21: +38 -26 lines
Diff to previous 1.21 (colored)

sort options; sync usage;

Revision 1.21 / (download) - annotate - [select for diffs], Fri Dec 15 03:04:24 2006 UTC (17 years, 5 months ago) by krw
Branch: MAIN
Changes since 1.20: +1 -9 lines
Diff to previous 1.20 (colored)

Nuke GEMDOSFS. Unused part of unused atari port. Simplifies
MSDOSFS code. Eliminates -G option to mount_msdos.

Nit detection by gwk@, tom@, jmc@.

ok weingart@ tom@ thib@ dlg@ deraadt@

Revision 1.20 / (download) - annotate - [select for diffs], Mon Feb 28 16:00:37 2005 UTC (19 years, 3 months ago) by tom
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.19: +13 -2 lines
Diff to previous 1.19 (colored)

Document some limitations of the MS-DOS filesystem.

Input from yaredy@, krw@, miod@, jmc@, deraadt@.

ok for earlier versions todd@, jmc@
ok final version deraadt@

Revision 1.19 / (download) - annotate - [select for diffs], Mon Feb 28 09:50:27 2005 UTC (19 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

correct mistake in license clause numbering;
same correction applied to netbsd -r1.15;

ok millert@ deraadt@

Revision 1.18 / (download) - annotate - [select for diffs], Thu Jul 3 08:23:15 2003 UTC (20 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.17: +8 -1 lines
Diff to previous 1.17 (colored)

add documentation from mount(8) that "special" device must correspond
to a partition in the disklabel.

suggested by Phil Pennock.
ok krw@ millert@

Revision 1.17 / (download) - annotate - [select for diffs], Fri Apr 18 22:16:24 2003 UTC (21 years, 1 month ago) by tedu
Branch: MAIN
Changes since 1.16: +4 -1 lines
Diff to previous 1.16 (colored)

support for making directories executable if readable.
to use this, you want to run mount_msdos with -m 0644 -x or so.

ok millert@

Revision 1.16 / (download) - annotate - [select for diffs], Sun Feb 9 07:26:45 2003 UTC (21 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

typos;

Revision 1.15 / (download) - annotate - [select for diffs], Wed Jun 26 21:32:02 2002 UTC (21 years, 11 months ago) by fgsch
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

Missing .Xr's from Margarida Sequeira <niness@devilness.org>.
Remove unmount(2) per millert suggestion; millert@ ok.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Aug 17 11:13:57 2001 UTC (22 years, 9 months ago) by mpech
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.13: +6 -3 lines
Diff to previous 1.13 (colored)

o) {Open,Net,Free}BSD -> .{O,N,F}x;
o) "start sentence on new line" issues;
o) minimal -mdoc improvements;

millert@ ok

Revision 1.13 / (download) - annotate - [select for diffs], Fri Jun 8 13:46:49 2001 UTC (23 years ago) by aaron
Branch: MAIN
Changes since 1.12: +10 -10 lines
Diff to previous 1.12 (colored)

Fix a typo (perfomance -> performance) and lots of section shuffling;
mpech@prosoft.org.lv

Revision 1.12 / (download) - annotate - [select for diffs], Thu Oct 19 17:46:29 2000 UTC (23 years, 7 months ago) by marc
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.11: +10 -1 lines
Diff to previous 1.11 (colored)

invoked from mount -t ...

Revision 1.11 / (download) - annotate - [select for diffs], Sat Mar 18 22:56:00 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.10: +11 -7 lines
Diff to previous 1.10 (colored)

Remove hard sentence breaks, and some other cleanup along the way.

Revision 1.10 / (download) - annotate - [select for diffs], Wed May 12 13:26:49 1999 UTC (25 years, 1 month ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

grammar police: do not hyphenate compound words that act as adjectives if the
first word ends in -ly

i.e., fully-qualified, newly-created, globally-visible, etc. are wrong

Revision 1.9 / (download) - annotate - [select for diffs], Tue Dec 15 01:20:36 1998 UTC (25 years, 6 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net

Revision 1.8 / (download) - annotate - [select for diffs], Sat Nov 28 19:56:26 1998 UTC (25 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.7: +5 -5 lines
Diff to previous 1.7 (colored)

kill redundant .Nm macro arguments; other misc fixes

Revision 1.7 / (download) - annotate - [select for diffs], Sat Nov 21 02:42:45 1998 UTC (25 years, 6 months ago) by d
Branch: MAIN
Changes since 1.6: +1 -6 lines
Diff to previous 1.6 (colored)

msdosfs does FAT32

Revision 1.6 / (download) - annotate - [select for diffs], Thu Sep 17 04:14:55 1998 UTC (25 years, 8 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.5: +17 -12 lines
Diff to previous 1.5 (colored)

sbin/ man page fixes

Revision 1.5 / (download) - annotate - [select for diffs], Tue Oct 8 01:20:27 1996 UTC (27 years, 8 months ago) by michaels
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 (colored)

Attempt at cleanup.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jun 23 14:31:26 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.3: +1 -0 lines
Diff to previous 1.3 (colored)

update rcsid

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jan 29 01:35:01 1996 UTC (28 years, 4 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +7 -1 lines
Diff to previous 1.2 (colored)

from leo; add -G flag for mounting atari gemdos filesystems

Revision 1.2 / (download) - annotate - [select for diffs], Thu Dec 14 01:36:17 1995 UTC (28 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +45 -8 lines
Diff to previous 1.1 (colored)

from ws@netbsd:
- Add support for Win'95 separate creation/modification/access timestamps
- Re-introduce lowercase filenames for non-Win'95-filesystems

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:43:39 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:43:39 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.