freebsd man page for msdosfs

Query: msdosfs

OS: freebsd

Section: 5

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MSDOSFS(5)						      BSD File Formats Manual							MSDOSFS(5)

NAME
msdosfs -- MS-DOS file system
SYNOPSIS
options MSDOSFS
DESCRIPTION
The msdosfs driver will permit the FreeBSD kernel to read and write MS-DOS based file systems. The most common usage follows: mount -t msdosfs /dev/ada0sN /mnt where N is the partition number and /mnt is a mount point. Some users tend to create a /dos directory for msdosfs mount points. This helps to keep better track of the file system, and make it more easily accessible. It is possible to define an entry in /etc/fstab that looks similar to: /dev/ada0sN /dos msdosfs rw 0 0 This will mount an MS-DOS based partition at the /dos mount point during system boot. Using /mnt as a permanent mount point is not advised as its intention has always been to be a temporary mount point for floppy and ZIP disks. See hier(7) for more information on FreeBSD direc- tory layout.
SEE ALSO
mount(2), unmount(2), mount(8), mount_msdosfs(8), umount(8)
AUTHORS
This manual page was written by Tom Rhodes <trhodes@FreeBSD.org>.
BSD
October 1, 2013 BSD
Related Man Pages
mount_msdos(8) - mojave
tmpfs(5) - freebsd
fstab(5) - minix
mount_ntfs(8) - netbsd
mount_sysvbfs(8) - netbsd
Similar Topics in the Unix Linux Community
mount point lost
mount points
Find duplicate filenames and remove in different mount point
Space Issue
Need help with automount.. is not working!!