From owner-svn-doc-all@FreeBSD.ORG Thu Jan 30 15:28:22 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0063711F; Thu, 30 Jan 2014 15:28:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DFBCE16CE; Thu, 30 Jan 2014 15:28:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0UFSLIU001019; Thu, 30 Jan 2014 15:28:21 GMT (envelope-from dru@svn.freebsd.org) Received: (from dru@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0UFSLHp001018; Thu, 30 Jan 2014 15:28:21 GMT (envelope-from dru@svn.freebsd.org) Message-Id: <201401301528.s0UFSLHp001018@svn.freebsd.org> From: Dru Lavigne Date: Thu, 30 Jan 2014 15:28:21 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43695 - head/en_US.ISO8859-1/books/handbook/disks X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jan 2014 15:28:22 -0000 Author: dru Date: Thu Jan 30 15:28:21 2014 New Revision: 43695 URL: http://svnweb.freebsd.org/changeset/doc/43695 Log: White space fix only. Translators can ignore. Sponsored by: iXsystems Modified: head/en_US.ISO8859-1/books/handbook/disks/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/disks/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/disks/chapter.xml Thu Jan 30 15:18:49 2014 (r43694) +++ head/en_US.ISO8859-1/books/handbook/disks/chapter.xml Thu Jan 30 15:28:21 2014 (r43695) @@ -1407,7 +1407,7 @@ cd0: Attempt to query device size failed - Creating and Using Floppy Disks + Creating and Using Floppy Disks - This section explains how to format a 3.5 inch floppy disk + This section explains how to format a 3.5 inch floppy disk in &os;. Steps to Format a Floppy - A floppy disk needs to be low-level formatted before it - can be used. This is usually done by the vendor, but - formatting is a good way to check media integrity. To - low-level format the floppy disk on &os;, use - &man.fdformat.1;. When using this utility, make note of any - error messages, as these can help - determine if the disk is good or bad. - - - To format the floppy, insert a new 3.5 inch floppy - disk into the first floppy drive and issue: + A floppy disk needs to be low-level formatted before it + can be used. This is usually done by the vendor, but + formatting is a good way to check media integrity. To + low-level format the floppy disk on &os;, use + &man.fdformat.1;. When using this utility, make note of any + error messages, as these can help determine if the disk is + good or bad. + + + To format the floppy, insert a new 3.5 inch floppy disk + into the first floppy drive and issue: &prompt.root; /usr/sbin/fdformat -f 1440 /dev/fd0 - + - - After low-level formatting the disk, create a disk label as - it is needed by the system to determine the size of the disk - and its geometry. The supported geometry values are listed in - /etc/disktab. + + After low-level formatting the disk, create a disk label + as it is needed by the system to determine the size of the + disk and its geometry. The supported geometry values are + listed in /etc/disktab. - To write the disk label, use &man.bsdlabel.8;: + To write the disk label, use &man.bsdlabel.8;: - &prompt.root; /sbin/bsdlabel -B -w /dev/fd0 fd1440 - + &prompt.root; /sbin/bsdlabel -B -w /dev/fd0 fd1440 + - - The floppy is now ready to be high-level formatted with a - file system. The floppy's file system can be either UFS or FAT, where - FAT is generally a better choice for floppies. + + The floppy is now ready to be high-level formatted with + a file system. The floppy's file system can be either UFS + or FAT, where FAT is generally a better choice for + floppies. - To format the floppy with FAT, issue: + To format the floppy with FAT, issue: - &prompt.root; /sbin/newfs_msdos /dev/fd0 + &prompt.root; /sbin/newfs_msdos /dev/fd0 - The disk is now ready for use. To use the floppy, mount it with &man.mount.msdosfs.8;. - One can also install and use - emulators/mtools from the - Ports Collection. + The disk is now ready for use. To use the floppy, mount it + with &man.mount.msdosfs.8;. One can also install and use + emulators/mtools from the Ports + Collection.