Closed asmasma21 closed 11 years ago
i can't find a solution in which i can use /dev/disk/by-id/usb* :s
well you can use that id found with the udisks command,
udisks --show-info /dev/disk/usb* ...
simple tu parcours le /dev/disk/ est tu récupére tout ce qui ce trouve dedans dans une liste la tu aura un tableau dans lequel il contient tt les id :)
2013/3/5 Alexandre BM notifications@github.com
well you can that id found with the udisks command,
udisks --show-info /dev/disk/usb* ...
— Reply to this email directly or view it on GitHubhttps://github.com/ClubEspritLibre/the-Gnu-Distro/pull/4#issuecomment-14466629 .
Cdt, Omar Ferchichi
Je tiens à rappeler que le but est de trouver le point de montage de la clé usb !
@asmasma21 I'll make a little tutorial about disks later before we start !
cc @rednaks can you please close the pull request ? :)
It's not necessary to close the PR, when you pushed the changes it updates the PR ;) thankd !
Okk .. I thought that i have to send a pull request for every commit :D .. Thnx
Note that not all Linux distribution are mounting usb devices on /media/ some are mounting on /mnt/ and I think that using /dev/disk/by-id/usb* is better !