|
NAMEmount_msdosfs —
mount an MS-DOS file system
SYNOPSIS
DESCRIPTIONThemount_msdosfs utility attaches the MS-DOS file
system residing on the device special to the global
file system namespace at the location indicated by
node. This command is normally executed by
mount(8)
at boot time, but can be used by any user to mount an MS-DOS file system on
any directory that they own (provided, of course, that they have appropriate
access to the device that contains the file system).
The options are as follows:
EXAMPLESTo mount a Russian MS-DOS file system located in /dev/ada1s1:mount_msdosfs -L ru_RU.KOI8-R -D
CP866 /dev/ada1s1 /mnt To mount a Japanese MS-DOS file system located in /dev/ada1s1: mount_msdosfs -L ja_JP.eucJP -D CP932
/dev/ada1s1 /mnt SEE ALSOmount(2), unmount(2), fstab(5), msdosfs(5), mount(8)List of Localized MS Operating Systems: http://www.microsoft.com/globaldev/reference/oslocversion.mspx. HISTORYThe predecessor tomount_msdos utility named
mount_pcfs appeared in NetBSD
0.8. It was rewritten in NetBSD 1.0 and first
appeared in FreeBSD 2.0.
mount_msdos was renamed to the more aptly-named
mount_msdosfs in FreeBSD 5.0.
The character code conversion routine was added in 2003.
AUTHORSInitial implementation asmount_pcfs was written by
Paul Popelka
<paulp@uts.amdahl.com>.
It was rewritten by Christopher G. Demetriou
<cgd@NetBSD.org>. The
character code conversion routine was added by Ryuichiro
Imura
<imura@ryu16.org>.
CAVEATSThe use of the-9 flag could result in damaged file
systems, albeit the damage is in part taken care of by procedures similar to
the ones used in Win'95.
Visit the GSP FreeBSD Man Page Interface. |