Results 1 to 3 of 3

Thread: Linux subsystems

  1. #1
    Join Date
    Nov 2005
    Beans
    23

    Linux subsystems

    Hi,

    i am developing python script, i need to know what kind of subsystem are IDE tapes, i see that SCSI tapes are scsi_tape, it is similar with IDE tapes=> ide_tape? And also does somebody know where is some list of all Linux subsystems available. Thanks

  2. #2
    Join Date
    Apr 2005
    Location
    My dreams
    Beans
    3,558
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Linux subsystems

    Device management in Linux is handled by udev. Therefore, you could use pyudev or pygudev in your python script.

    Hope that helps.

  3. #3
    Join Date
    Nov 2005
    Beans
    23

    Re: Linux subsystems

    Hi,

    yes i am using them, but i need to know what is subsystem for IDE tapes and also where is some list of available subsystems. I didn't find this info anywhere...

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •