From 0484d71768fbb30958a55bc90456aeaa5966c840 Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan Date: Wed, 22 Aug 2007 15:50:32 +0000 Subject: [PATCH] - Use mount -t msdosfs instead of mount_msdosfs PR: docs/115571 Submitted by: lme Approved by: keramida (mentor) --- en_US.ISO8859-1/books/handbook/disks/chapter.sgml | 2 +- en_US.ISO8859-1/books/handbook/install/chapter.sgml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml index 39d06a8976..f48027b6ac 100644 --- a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml @@ -870,7 +870,7 @@ add path 'da*' mode 0660 group operator usually come preformatted with a FAT file system, one can mount them like this: - &prompt.user; mount_msdosfs -m 644 -M 755 /dev/da0s1 /mnt/$USER + &prompt.user; mount -t msdosfs -m 644 -M 755 /dev/da0s1 /mnt/$USER If you unplug the device (the disk must be unmounted before), you should see, in the system message buffer, diff --git a/en_US.ISO8859-1/books/handbook/install/chapter.sgml b/en_US.ISO8859-1/books/handbook/install/chapter.sgml index 2ca063007c..fc854ae312 100644 --- a/en_US.ISO8859-1/books/handbook/install/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/install/chapter.sgml @@ -4042,7 +4042,7 @@ Please press any key to reboot. This requires you use the &man.mount.msdosfs.8; command with the required parameters. The utility most common usage is: - &prompt.root; mount_msdosfs /dev/ad0s1 /mnt + &prompt.root; mount -t msdosfs /dev/ad0s1 /mnt In this example, the &ms-dos; file system is located on the first partition of the primary hard disk. Your situation may be different, check the output from