Skip Navigation
Sealed Windows 2000 Advanced Server floppy disks
  • It's solid enough. I kept them closed to keep them in the original state

  • (crosspost)

    cross-posted from: https://lemmy.world/post/15880015

    > Sealed Windows 2000 Advanced Server floppy disks

    0
    Mm.. can someone help?
  • It's a marvellous feeling, right?

    We thank Dave for his decisive contribution. For future occasions try to backup everything before doing operations of this type. This small script works very well for me:

    https://github.com/cleverwise/cya

    That allows you to backup even hot systems. Just mount an external disc in /home/cya and run the script with sudo...

  • Mm.. can someone help?
  • The existing file system appears to have been damaged possibly because cfdisk has not adjusted (shrinked) the existing file system before changing the partition settings. In my case, this kind of thing I only dare to do with gparted if partitions contain file systems with data.

    I would try the second option I mentioned above, as my last chance: to start a live-rescue and look that allows us to gparted, but I am not very optimistic about it

  • Mm.. can someone help?
  • I always love working with partitions because of the knowledge it gives you, but it is also certainly dangerous and from time to time it is unnevitable to suffer an accident. In any case I always try to do this type of operations with parted and if possible with GUI (gparted).

    Being in the photo situation, can't you make a fsck as the error messages tell you?

    fsck /dev/nvme0n1p2

    If not, the most practical would be, IMHO, to boot from a rescue live, e.g. https://www.system-rescue.org/Download/ Once booted, you can lift the graphical interface with startx and do with gparted the operations you need on these partitions.

  • bash script that displays debian releases

    #!/bin/bash

    #Requires: html2text, wget

    wget -q -O - https://www.debian.org/releases/ | html2text > /tmp/debian.txt

    cat <<EOF

    $(grep '* Debian.*[Rr]elease' /tmp/debian.txt)

    $(grep 'current testing' /tmp/debian.txt)

    ----------------------------------------------------------- This system:

    $(lsb_release -a)

    EOF

    rm -f /tmp/debian.txt

    sleep 60

    exit 0

    0
    Electric cars will be cheaper to make than gas vehicles but with much higher repair and insurance costs
  • There are countless things that can’t be done without a car, even when you are a certain age or care for older family members. The reasoning of living without a car in property, in my humble opinion, is only valid at a certain time in life

  • Google is the new IBM
  • You're absolutely right, official version doesn't exist. The closest thing would be this: https://github.com/abraunegg/onedrive/ My brain was confused with Mega's excellent client. SORRY

  • Google is the new IBM
  • Even Microsoft OneDrive...

  • Google is the new IBM
  • What can you expect from a company that in 2024 does not yet have a Linux client for Google Drive?

    https://abevoelker.github.io/how-long-since-google-said-a-google-drive-linux-client-is-coming/

  • The Best Password Managers in 2024
  • KeepassXC, Passbolt

  • toni_bmw toni_bmw @lemmy.world
    Posts 4
    Comments 11