Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)JP
Posts
531
Comments
7,318
Joined
2 yr. ago

  • It didn't format as a logical drive, a logical drive was created then partitioned, then formatted with whatever filesystem you chose. A logical drive is just an easy to "handle" or representation of storage that makes it easy to work with instead of having to directly address many devices at once. It's like a grouping of things.

    That being said, you just need to expand the partition to use all available space: https://www.redhat.com/en/blog/resize-lvm-simple

  • The DOJ is subordinate to the Judiciary, regardless of what these assclowns are trying to cosplay.

    The Judiciary is equal to Executive and Congress. That's just a fucking fact. A Federal Judges ruling has the same weight as any bullshit Executive Order Trump can crap out on paper.

  • I'd normally agree, but disagree now only because many are out in the media saying they won't support it until certain measures are removed or addressed. The GOP is already failing, so I don't see why they'd be throwing out theatrics. Surely some are just making threats to get pork for their districts, but we'll see who caves on which bits first. It's going nowhere as of now, so whomever threatens to not vote for it will be getting something - hopefully for their constituents.

  • There are no "defaults". If it's just media, and you don't care who can read it: chmod -R 755 /your/directory

    That sets your user to full access, and all other users to read and execute whatever files are in there. That's as close to a default as you can get. Switch it to 744 for strict read-only for other users aside from yourself.