• Reygle@lemmy.world
    link
    fedilink
    arrow-up
    9
    ·
    5 hours ago

    Best part of the joke is EXT4 partitions (and BTRFS, ZFS, etc too?) are invisible to Windows, so it’s just “flailing its gun” at the wind the whole time.

  • SoftestSapphic@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    4 hours ago

    Me: Hey Linux can you open my .exe for me? Windows just makes me doubleclick the file so it should be easy.

    Linux:

    Executes Under Windows

    If the file is a windows file, it will not run under Linux on it’s own. So if that’s the case, you could try running it under a windows emulator (WINE). If it’s not compatible with wine, then you won’t be able to execute it under Linux.

    Before you can start, you will need to install wine. The steps you need to install wine will vary on the linux platform you are on. You can probably google “Ubuntu install wine”, if for example, you’re installing ubuntu.

    Once you have wine installed, then you’d be able to execute these commands.

    cd abc/ wine info.exe

    Execute Under Linux

    if you know this file to run under linux, then you’ll want to execute these commands:

    Change to your abc directory

    cd abc/

    Then you’ll want to change permissions to allow all users to execute this file (a+x). you could also allow just the user to execute (u+x)

    chmod a+x info.exe

    Launch the program, the ./ tells the command line to look in the current path for the file to execute (if the ‘current’ directory isn’t in the $PATH environment variable.

    ./info.exe

  • 𝕸𝖔𝖘𝖘@infosec.pub
    link
    fedilink
    arrow-up
    101
    ·
    22 hours ago

    Not sure Linux busts in like this. It just, sorta walks in like it owns the place. “Door was locked? It wasn’t for me.”

  • DaddleDew@lemmy.world
    link
    fedilink
    arrow-up
    120
    ·
    edit-2
    23 hours ago

    Windows: “There is something wrong with that weird drive I’ve just found. Do you want me format it to ‘fix’ it?”

    Me: “Alright Windows, your permission to exist on my computer has been revoked.”

  • LucidNightmare@lemm.ee
    link
    fedilink
    arrow-up
    22
    ·
    20 hours ago

    Actual legit handy in my setup. I use some things on Windows but mainly drive openSUSE.

    Being able to just pluck whatever files I need from my windows drive is pretty dope.

    • Omega@discuss.online
      link
      fedilink
      arrow-up
      11
      ·
      18 hours ago

      I hate the lack of Linux compatibility in windows, the one time I use windows and I need to access btrfs? Good fucking luck, most tools have astericks attached, “MIGHT CORRUPT YOUR DRIVE, USE AT YOUR OWN RISK”

  • yesman@lemmy.world
    link
    fedilink
    arrow-up
    38
    ·
    1 day ago

    There was a time when a Linux live CD could dominate a windows install like a porno. But then they started turning on full drive encryption and none of my tricks works anymore :(

  • bdonvr@thelemmy.club
    link
    fedilink
    arrow-up
    26
    arrow-down
    1
    ·
    edit-2
    23 hours ago

    What image do you put for when you install the BTRFS driver in Windows (yes it’s real and it works pretty well actually.)

    For extra unholy fuckery try installing Windows on the same partition as Linux, if you can load the driver that early. Edit: https://github.com/maharmstone/quibble it is possible. May God save our souls.

    • AnUnusualRelic@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      4 hours ago

      There have been windows drivers for Linux filesystems for a long time. I never dared to let windows read my Linux disks back when I still used it from time to time. Never trusted it enough for that.

    • Dhs92@programming.dev
      link
      fedilink
      arrow-up
      5
      ·
      20 hours ago

      I used to run that driver but sadly didn’t want to go through the trouble of making it work with secure boot. It also had some weird issues with things like scrubbing and creating new volumes for me.