[Previous] [Contents] [Next]

Efsys.365sl

Embedded filesystem driver for Intel 82365 PCMCIA adapter (QNX)

Syntax:

Efsys.365sl [-a addr] [-d name] [-i] 
            [-m mountpoint] ... 

Efsys.365sl [-a addr]

Options:

-a addr
The I/O port address of the adapter. (Default: 0x3E0).
-d name
A raw device name (the default is skt).
-i
Ignore CIS information
-m mountpoint
The mountpoint for the embedded filesystem (EFS) partitions.

Description:

Efsys.365sl provides embedded filesystem support for PCMCIA memory cards that are connected to the host system through a PCMCIA adapter. (The supported adapter is based on the Intel 82365SL PCMCIA controller device and can handle up to two sockets.)


Note: The Efsys.365sl accesses the PCMCIA card using the low-level socket services interface and won't interoperate with other PCMCIA drivers.

The driver uses the following default filenames:

/dev/skt1
raw device special file for EFS socket 1
/dev/skt2
raw device special file for EFS socket 2
/dev/sktXimgY
raw device special file for each image partition on each EFS, where X is the logical socket, and Y is a unique partition number
/efsXpY
embedded filesystem mountpoint for each EFS partition on each EFS, where X is the logical socket, and Y is a unique partition number

To change the raw device names, use the -d option. To change the mountpoints of the EFS partitions, use the -m option. You can specify multiple -m options.


[Previous] [Contents] [Next]