.TH JAZIP.CONF 5 .SH NAME jazip.conf \- jazip(1) configuration file. .SH "DESCRIPTION" The .BR /etc/jazip.conf file lists the Jaz and Zip devices that users are allowed to mount and unmount using jazip, along with the mount points used by jazip for each device. If you have more than one drive on your system, you can create a separate entry in the configuration file for each one, and then specify the raw device name of the drive you want to use on the command line when you invoke jazip. If no device name is given on the command line, jazip will use the settings in the .I first entry of /etc/jazip.conf by default. .SH FILE FORMAT The format of the jazip.conf file should be mostly self-explanatory. Each line looks like: .B /dev/sda /zip auto auto 0 0 The first entry is the raw SCSI device name of your drive (e.g. .I /dev/sda .B without a partition number ). The second entry is the mount point you wish to use (e.g. .I /zip ). The additional entries: .B auto auto 0 0 are required but are not user-changeable. They are required because jazip uses standard system call to do mounting and they expect this format. The type of filesystem (e.g. .I vfat or .I ext2 ) will be automatically detected by jazip and is not listed in /etc/jazip.conf. .SH CONFIGURATION SCRIPT See the .IR jazipconfig (8) man page for specifics on the .B jazipconfig command that you can use to create /etc/jazip. .SH "SEE ALSO" .IR jazip (1), .IR jazipconfig (8) .SH AUTHOR jazip Copyright (c) 1996 Jarrod A. Smith This manual page by Peter S Galbraith for the Debian GNU/Linux system (but may be used by others).