/ gwfilesystem.h / Description

gwfilesystem.h


Abstract: This is a tool component for file system.

GWhere
Copyright (C) 2000 Sébastien LECACHEUR

This Distributed under the terms of the GNU General Public Licence

This component was developed for the GWhere project.

All functions run on GNU/Linux well and should be done with Cygwin.

Warning : Functions may failed if the user haven't got good right to open device files.

This is an uncomplete list of device file name :

On GNU/Linux :
Floppy drive : /dev/fd[0-9]
Hard disk : /dev/hd[a-z][0-9]
CD drive : /dev/cdrom[0-9]
Zip drive : /dev/zip[0-9]
SCSI drive : /dev/scd[0-9]
Tape drive : /dev/tape[0-9]

On Cygwin for Windows NT/W2K/XP :
Floppy drive : /dev/fd[0-9]
Hard disk : /dev/sd[a-z][0-9] or /dev/sd[0-99]
CD drive : /dev/scd[0-9]
Zip drive : ??
SCSI drive : ??
Tape drive : /dev/[n]st[0-9]




Version: 1.0 2002/05/19
See also:
gwsupport.h
gwfilesystem.c

Links:
GWhere Web Site
Zlib Web Site

Authors:
Sébastien LECACHEUR zero@gwhere.org
Author zero@gwhere.org
Luis PARRAVICINI