FreeBSD Bugzilla – Attachment 5249 Details for
Bug 12700
Errors in mtools.conf file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.29 KB, created by
phillip
on 1999-07-18 23:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
phillip
Created:
1999-07-18 23:20:00 UTC
Size:
2.29 KB
patch
obsolete
>*** /usr/local/etc/mtools.conf.orig Sun Jul 11 00:48:49 1999 >--- /usr/local/etc/mtools.conf Mon Jul 19 08:03:51 1999 >*************** >*** 5,11 **** > # devices named here in order to access the DOS file systems. You might give > # ALL USERS access to ALL FLOPPY DISKS via the command > # >! # chmod a+rw /dev/*fd* > # > # or you might give SPECIFIC GROUP MEMBERS access to a PARTICULAR FLOPPY DISK > # via the commands >--- 5,11 ---- > # devices named here in order to access the DOS file systems. You might give > # ALL USERS access to ALL FLOPPY DISKS via the command > # >! # chmod a+rw /dev/fd[0-9]* /dev/rfd[0-9]* > # > # or you might give SPECIFIC GROUP MEMBERS access to a PARTICULAR FLOPPY DISK > # via the commands >*************** >*** 19,29 **** > # > # Example: To prepare drive A: for use as a 1.44M floppy on FreeBSD: > # [1] low level format with ......... fdformat /dev/rfd0.1440 >! # [2] write a file system with ...... mkdosfs -f 1440 /dev/rfd0 > # [3] then use mcopy/mdir etc. in the usual way. > # > # The mformat command could also be used to build the DOS file system >! # in place of mkdosfs. > > # # FreeBSD floppy drives > drive a: file="/dev/rfd0" >--- 19,31 ---- > # > # Example: To prepare drive A: for use as a 1.44M floppy on FreeBSD: > # [1] low level format with ......... fdformat /dev/rfd0.1440 >! # [2] write a file system with >! # on FreeBSD 3.x .... newfs_msdos -f 1440 /dev/rfd0 >! # on FreeBSD 2.x .... mkdosfs -f 1440 /dev/rfd0 > # [3] then use mcopy/mdir etc. in the usual way. > # > # The mformat command could also be used to build the DOS file system >! # in place of newfs_msdos. > > # # FreeBSD floppy drives > drive a: file="/dev/rfd0" >*************** >*** 47,53 **** > # > # Example: To prepare and use a 720K floppy on FreeBSD: > # [1] low level format with ......... fdformat /dev/rfd0.720 >! # [2] write a file system with ...... mkdosfs -f 720 /dev/fd0 > # [3] then use mcopy/mdir etc. in the usual way. > # > drive s: file="/dev/rfd0.720" >--- 49,55 ---- > # > # Example: To prepare and use a 720K floppy on FreeBSD: > # [1] low level format with ......... fdformat /dev/rfd0.720 >! # [2] write a file system with ...... newfs_msdos -f 720 /dev/fd0 > # [3] then use mcopy/mdir etc. in the usual way. > # > drive s: file="/dev/rfd0.720"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 12700
: 5249