Linux系统下光驱软开关与限速是多少

2023-04-14 15:45:00 限速 开关 光驱

Linux系统下光驱软开关与限速是多少

Linux系统下的光驱软开关和限速设置是非常重要的。光驱软开关可以让系统在不需要的时候自动关闭光驱,以节省能源。限速设置可以根据系统负载情况自动调整光驱速度,以节省磁盘空间和能源。

要想在Linux系统下使用光驱软开关和限速功能,需要使用一个叫做“cdrecord”的命令行工具。使用cdrecord需要root权限。

下面是一个使用cdrecord的示例:

# cdrecord -scanbus

Cdrecord-ProDVD-ProBD-Clone 3.01a07 (i686-pc-linux-gnu) Copyright (C) 1995-2010 Joerg Schilling

scsidev: 'ATAPI'

devname: 'ATAPI'

scsibus: -2 target: -2 lun: -2

Warning: Using ATA Packet interface.

Warning: The related libscg interface code is not included.

libscg version:schily-0.9.10

Device type : Removable CD-ROM

Version : 5

Response Format: 2

Capabilities :

Vendor_info : 'TSSTcorp'

Identifikation : 'DVD+-RW TS-H653G'

Revision : 'SB00'

Device seems to be: Generic mmc2 DVD-R/DVD-RW.

Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr).

Driver flags : MMC-3 SWABAUDIO

Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R

Drive isn't ready. Make sure there is a disc in the drive.

如果你的光驱不是上面的型号,你可以通过查找你的光驱的型号来找到相应的驱动。

下面是一个使用光驱软开关的示例:

# eject -T /dev/cdrom

This will close the tray of your CDROM drive.

下面是一个使用限速功能的示例:

# cdrecord -v speed=2 /dev/cdrom

This will set the speed of your CDROM drive to 2x.

相关文章