M Moutombi Jul 24, 2013 #1 I wonder if there is a command on FreeBSD as fdisk -l on Linux which permit to list all the peripherals connected to the system.
I wonder if there is a command on FreeBSD as fdisk -l on Linux which permit to list all the peripherals connected to the system.
SirDice Administrator Staff member Administrator Moderator Jul 24, 2013 #2 The command # fdisk -l shows a list of partitions, not peripherals (peripherals include things like mice and keyboards). Try gpart(8).
The command # fdisk -l shows a list of partitions, not peripherals (peripherals include things like mice and keyboards). Try gpart(8).
OP M Moutombi Jul 24, 2013 Thread Starter #3 Problem to list all the peripheral connected Solved, I just typed gpart show -l, the command shows me all the peripherals. Thanks a lot!
Problem to list all the peripheral connected Solved, I just typed gpart show -l, the command shows me all the peripherals. Thanks a lot!
F fonz Jul 25, 2013 #4 Moutombi said: the command shows me all the [red]peripherals[/red]. Click to expand... You may want to re-read @SirDice's post above... Last edited by a moderator: Oct 16, 2014
Moutombi said: the command shows me all the [red]peripherals[/red]. Click to expand... You may want to re-read @SirDice's post above...