top 50 comments

sorted by: hot top controversial new old
[–] 155 points 2 years ago (23 children)

Anyone who has to use Windows and suffers this, PowerToys is your friend. Locksmith identifies what's locking your file and allows you to free it up. Dunno why PowerToys isn't bundled by default tbh.

  • source
  • hideshow 23 child comments
  • [–] 11 points 2 years ago (6 children)

    Also please pre-install the sysinternals suite, thanks

  • source
  • parent
  • hideshow 6 child comments
  • [–] 11 points 2 years ago (5 children)

    Psexec can be pretty dangerous. Psexec.exe -i -s gives you access to the NTAUTHORITY/SYSTEM account, which is higher than Administrator. One time at work I was trying to do something and was getting permission denied so I decided to use that to get around the problem, I got to spend the afternoon talking to our security administrator because he got a bunch of alerts from our antivirus.

  • source
  • parent
  • hideshow 5 child comments
  • load more comments (4 replies)
  • load more comments (8 replies)
    [–] 80 points 2 years ago* (5 children)

    mv: cannot move 'a' to 'b': Device or resource busy

  • source
  • hideshow 5 child comments
  • load more comments (1 reply)
    [–] 66 points 2 years ago (2 children)

    Sorry, but disk erasure is not available in the trial version of Disk© Partition® Wizard™ 2002. To use this feature, please upgrade to Disk© Partition® Wizard™ Pro 2002 for just $49.99 at Whythefuckdoievenneedthis.co.uk/shop

  • source
  • hideshow 2 child comments
  • [–] 59 points 2 years ago (3 children)

    My first attempt at running Arch, I managed to fuck it up so badly that I had to write a script to write zeros to every bit of my HDD. Fun times.

  • source
  • hideshow 3 child comments
  • [–] 76 points 2 years ago (2 children)

    Wtf did you do lol I’m scared

  • source
  • parent
  • hideshow 2 child comments
  • [–] 42 points 2 years ago* (1 child)

    Honestly don't even remember, but it was in my peak "know enough to be dangerous" days in college. I almost certainly didn't have to go that nuclear to fix it, but that's what I did.

    Take 2 of Arch, after that wipe was completed, went pretty well. It revived an old piece of shit laptop for another few years before its motherboard gave out.

  • source
  • parent
  • hideshow 1 child comment
  • [–] 16 points 2 years ago

    I’ll wager guess it was something to do with confusing GPT and MBR partitioning. There was a time where some BIOSs and loaders only understood or preferred one over the other, leading to weird incongruences depending on what you’re using to look at the disk. You have to actually overwrite the partition tables to get a clean start.

  • source
  • parent
  • [–] 55 points 2 years ago (4 children)

    "oh you want to delete your entire root directory lol go right ahead"

  • source
  • hideshow 4 child comments
  • [–] 41 points 2 years ago (4 children)

    Inodes can be kept active by unlinked filehandles, a fun way to spend a afternoon figuring out where all the space went.

  • source
  • hideshow 4 child comments
  • [–] 40 points 2 years ago (2 children)

    Meanwhile chromeOS had a stroke because I asked to set a wallpaper

  • source
  • hideshow 2 child comments
  • [–] 38 points 2 years ago

    ChromeOS is so funny because it's either way too anal about what you can do or there's a part they forgot to harden against end users and the power of linux spews forth with endless destructive potential

  • source
  • parent
  • [–] 11 points 2 years ago

    Windows, too. Turns out, there's a hard-coded image size limit. If you've got a ~5k screen or bigger, or equivalent size virtual desktop with multiple monitors - you gotta find a way to compress it below limit. Nope, webp is not accepted, even though it is perfectly capable of using it.

  • source
  • parent
  • [–] 32 points 2 years ago (1 child)

    Windows: Noooo, You can't delete and merge this partition!!!1!!!!1!

    Linux:

    PARTITION DELETION

  • source
  • hideshow 1 child comment
  • [–] 29 points 2 years ago (14 children)

    Had a call to sort an issue where someone couldn't open an excel file because they already had it open don't know why that needed a warning over a simple window switch to the sheet they wanted but hey stopped me doing what I was doing for nothing

  • source
  • hideshow 14 child comments
  • [–] 29 points 2 years ago* (1 child)

    Yeah, needing to use Microsoft Office for everything at work is a damn pain. This one time I am trying to close Word, but then I must have clicked the top right X one too many times so the "You can't close Word until the Closing... dialog is dismissed" dialog pops up, which itself interrupts the Closing dialog...

    Screen photo

  • source
  • parent
  • hideshow 1 child comment
  • load more comments (1 reply)
  • [–] 17 points 2 years ago (6 children)

    You also can't open two spreadsheets that have the same filename. I'm sure that's led to a helpdesk call or two.

  • source
  • parent
  • hideshow 6 child comments
  • [+] 24 points 2 years ago* (last edited 2 years ago) (13 children)
  • load more comments (2 replies)
    [–] 15 points 2 years ago (1 child)

    VLC: Sure, just move the podcast you're listening to in another directory while listening.

  • source
  • hideshow 1 child comment
  • load more comments (1 reply)
    [+] 14 points 2 years ago* (last edited 1 year ago)
    [–] 14 points 2 years ago (6 children)

    The Tux reminds me of playing Super Tux Kart today... I really hate that GIMP mascot now,

  • source
  • hideshow 6 child comments
  • load more comments (6 replies)
    [–] 12 points 2 years ago (7 children)

    This is funny, because copying files to a USB flashdrive, is just inherently disfunctional in linux.

  • source
  • hideshow 7 child comments
  • [–] [S] 7 points 2 years ago (4 children)

    TRUE!!! Why "user friendly" distros does not mount removable drives with sync option by default is beyond me.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 9 points 2 years ago (3 children)

    Hang on there is a sync option? Does that make the progressbar work? If so why is it not enabled?

  • source
  • parent
  • hideshow 3 child comments
  • [–] [S] 8 points 2 years ago (2 children)

    Yep. Almost all operating systems have a bufor that tell programs file was moved when it is still in the process. It makes perfect sense, it speed things up and extends the lifespan of the device.

    You can flush that bufor manually with just the sync command or disable it for whole partition with -o sync option. Technically you should unmount drives before unplugging for safety anyway, but people are stupid or more important lazy and in my opinion for external devices mounting with sync really should be the default. Maybe some low-level developer would disagree.

  • source
  • parent
  • hideshow 2 child comments
  • load more comments (2 replies)
  • load more comments (2 replies)
    [–] 9 points 2 years ago
    [–] 8 points 2 years ago (3 children)

    Many many years ago, it's one of the things that made me switch to Linux. Moving and renaming files while using them was kind of a game changer.

  • source
  • hideshow 3 child comments
  • load more comments (3 replies)
    load more comments
    view more: next ›