• [^] # Re: Problème connu, visiblement

    Posté par . En réponse au message Arrêt violent lors de l'extinction. Évalué à 1.

    Il y a une solution proposée sur le launchpad, mais je n'arrive pas à la mettre en oeuvre...

    Simply write a file at "/etc/rc0.d/S00hdd-shutdown-workaround" which includes this two lines:

    #!/bin/sh
    echo 1 > /sys/class/scsi_disk/0\:0\:0\:0/stop_on_shutdown

    If you have more than one directory at "/sys/class/scsi_disk/" try to find out which of it is your internal harddisk (e.g. "cat /sys/class/scsi_disk/a:b:c:d/device/model") If you have more than one harddisk add another line for each of them.

    Then make it executable ("chmod +x filename")
    At the next shutdown it should park the hd heads.


    C'est quoi ces /0\:0\:0\:0/ ???