Results 1 to 2 of 2
Hi,
I would like to know if there is a command to check for a newly added disk without rebboting the server. From what I have seen the fdisk command ...
- 11-23-2011 #1Just Joined!
- Join Date
- Nov 2011
- Posts
- 1
Viewing newly added disks without reboot
Hi,
I would like to know if there is a command to check for a newly added disk without rebboting the server. From what I have seen the fdisk command only shows ones which have already been formatted and partitioned.
- 11-24-2011 #2Linux User
- Join Date
- Jan 2005
- Location
- Saint Paul, MN
- Posts
- 262
To see the "block" device list (which include: hard drives, flash drives, thumb drives, etc)
It even includes the partitions as well.Code:blockdev --report


Reply With Quote