[CentOS] how can I tell what's on the MBR of /dev/sda?
Stephen Harris
lists at spuddy.orgFri Apr 10 00:28:48 UTC 2015
- Previous message: [CentOS] how can I tell what's on the MBR of /dev/sda?
- Next message: [CentOS] how can I tell what's on the MBR of /dev/sda?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> I would like to find out if I have anything written on the MBR of a disk > in my system /dev/sda, or any other device. > If there is something there, is it readable, or recognizable to humans? sudo dd if=/dev/sda bs=512c count=1 | hexdump -C -- rgds Stephen
- Previous message: [CentOS] how can I tell what's on the MBR of /dev/sda?
- Next message: [CentOS] how can I tell what's on the MBR of /dev/sda?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list