diff --git a/mount.md b/mount.md index f7fa72f..aa2c979 100755 --- a/mount.md +++ b/mount.md @@ -2,3 +2,6 @@ ### Mount windows partition `sudo mount -t ntfs3 /dev/sdb1 /mnt/usb` + +## Fix windows partition +`ยป sudo ntfsfix -d /dev/sdb3` diff --git a/powerusage.md b/powerusage.md new file mode 100644 index 0000000..8610417 --- /dev/null +++ b/powerusage.md @@ -0,0 +1,5 @@ +# Check deatiled power usage on linux (common distros have it preinstalled) + +```bash + upower --monitor-detail +```