C'est pas un reproche, mais comme nous avons ici également des lecteurs de bandes supportant la compression, ta question m'a un peu interpellé.
J'ai donc jeté un oeil (aïe !) dans la doc des modules, et j'ai trouvé ce qui suit dans les sources du noyeau (/usr/src/linux/drivers/scsi/README.st).
C'est un noyeau de la série 2.4.
IOCTLS
The tape is positioned and the drive parameters are set with ioctls
defined in mtio.h The tape control program 'mt' uses these ioctls. Try
to find an mt that supports all of the Linux SCSI tape ioctls and
opens the device for writing if the tape contents will be modified
(look for a package mt-st* from the Linux ftp sites; the GNU mt does
not open for writing for, e.g., erase).
...
...
MTCOMPRESSION Sets compressing or uncompressing drive mode using the
SCSI mode page 15. Note that some drives other methods for
control of compression. Some drives (like the Exabytes) use
density codes for compression control. Some drives use another
mode page but this page has not been implemented in the
driver. Some drives without compression capability will accept
any compression mode without error.
Je sais, c'est un peu décousu, mais je vous retransmets tout ça pèle mèle aussi....
En espératn que ça t'aidera à résoudre ton problème.
# Et la doc du module, tu l'as regardée ?
Posté par Gyro Gearllose . En réponse au message Compression sur DAT. Évalué à 3.
J'ai donc jeté un oeil (aïe !) dans la doc des modules, et j'ai trouvé ce qui suit dans les sources du noyeau (/usr/src/linux/drivers/scsi/README.st).
C'est un noyeau de la série 2.4.
IOCTLS
The tape is positioned and the drive parameters are set with ioctls
defined in mtio.h The tape control program 'mt' uses these ioctls. Try
to find an mt that supports all of the Linux SCSI tape ioctls and
opens the device for writing if the tape contents will be modified
(look for a package mt-st* from the Linux ftp sites; the GNU mt does
not open for writing for, e.g., erase).
...
...
MTCOMPRESSION Sets compressing or uncompressing drive mode using the
SCSI mode page 15. Note that some drives other methods for
control of compression. Some drives (like the Exabytes) use
density codes for compression control. Some drives use another
mode page but this page has not been implemented in the
driver. Some drives without compression capability will accept
any compression mode without error.
Je sais, c'est un peu décousu, mais je vous retransmets tout ça pèle mèle aussi....
En espératn que ça t'aidera à résoudre ton problème.