Skip to main content
10 events
when toggle format what by license comment
Jan 30, 2020 at 21:20 comment added user515185 Add | grep -v 'loop' on the command line to forget the loop (virtual block device ) ex: for SsDrive in $(find /sys/block/* -maxdepth 1 -exec echo {} \; -exec grep '0' {}/queue/rotational \; | grep -v 'loop' | grep -B1 '^0' | grep '^/' | sed 's/^.*\///g') ; do find /dev/ -name $SsDrive[0-9] ; done
Jan 30, 2020 at 17:56 comment added Jeff Schaller I noticed after my translation yesterday that you've previously rolled back attempted translations. Please note that answers on this site should be in English. Thank you!
Jan 29, 2020 at 13:14 history edited Jeff Schaller CC BY-SA 4.0
added formatting; rudimentary translation into English
Jan 28, 2020 at 21:50 comment added user515185 ajouté | grep -v 'loop' dans la commande pour ignorer les "block device" virtuel ex: for SsDrive in $(find /sys/block/* -maxdepth 1 -exec echo {} \; -exec grep '0' {}/queue/rotational \; | grep -v 'loop' | grep -B1 '^0' | grep '^/' | sed 's/^.*\///g') ; do find /dev/ -name $SsDrive[0-9] ; done
Jan 28, 2020 at 21:48 history rollback user515185
Rollback to Revision 1 - ajouté | grep -v 'loop' dans la commande pour ignoré les block virtuel
Jan 16, 2020 at 20:13 history edited Jeff Schaller CC BY-SA 4.0
kept only the English version
Jan 15, 2020 at 15:06 history edited Chris Davies CC BY-SA 4.0
Approximate translation
Jan 15, 2020 at 15:00 review Late answers
Jan 15, 2020 at 15:06
Jan 15, 2020 at 14:50 review First posts
Jan 15, 2020 at 15:06
Jan 15, 2020 at 14:41 history answered user515185 CC BY-SA 4.0