Skip to content
/ lsmbr Public

A cli linux-compatible tool which displays and analyzes MBR contents

License

Notifications You must be signed in to change notification settings

sekvanto/lsmbr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This linux-compatible console tool displays MBR contents

Run this as a root user, or a member of disk group

Installation

git clone https://github.com/sekvanto/lsmbr/
cd lsmbr
gcc -Wall lsmbr.c -o lsmbr

Usage

sudo ./lsmbr <disk>

Examples

This tool reads first 512 bytes on a specified disk, then analyzes it and outputs detailed info.

Example on dos-labeled disk:

dos1 dos2

Gpt-labeled disk:

gpt

About

A cli linux-compatible tool which displays and analyzes MBR contents

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages