GreenFrogSB / LMDS

LMDS - Linux Media Delivery System
https://greenfrognest.com
GNU General Public License v3.0
210 stars 45 forks source link

Fdisk shows me values that make no sense #42

Closed Wans22 closed 2 years ago

Wans22 commented 2 years ago

Hi, I open a new issue because I am following your tutorial (how to configure LMDS with an external USB drive) and I have a problem. In your video, you make the command fdisk -l to give the information of the usb key but me, on my USB of 114G, the values are :

Capture

I do not understand however I made several formatting of which one of low level, in ntfs, there is thus no partition but it find 4 with strange capacities

I would need help to solve this problem, thanks in advance 👍

GreenFrogSB commented 2 years ago

Have you installed NTFS tools on Linux? sudo apt-get install ntfs-3g

It seems that Linux does not recognize this device properly for some reason - partition structure there has no sense.

Value in 0xFF showing (BBT) means “Bad Block Table”, this is telling me that Linux see your storage device but is not able to work with the structure that is there. Use fdisk and format your device under Linux - maybe that will help.