HorseChandelier

___

  • 0 Posts
  • 26 Comments
Joined 2 years ago
cake
Cake day: October 1st, 2023

help-circle



  • IANAL however… Your daily storage rate is way too low. It will cost you more to get what they owe you than you will get out of them.

    Send them a letter changing the rate to £250 a day and stating payment terms of 30 days.

    You have to be (legally) reasonable, so give them 14 or 28 days to get something sorted, after which the new rate will apply.

    You should send them (snail mail and email) invoices every week reminding them of their ongoing commitment to paying you.

    They may not pay you, in which case you have to go through small claims (Google it) or sue them to get the money they agreed to pay you (by not removing the vehicle after you gave them a reasonable time to comply) the former costs you time and effort the latter cost time effort and money.

    In my experience, once invoices for significant sums start adding up to being a PITA for them, things will happen. Once the car is gone you have to decide if it is worth your time and effort to chase down the invoices. Hint - it probably isn’t.

    I got rid of incompetent bailiff companies this way (they kept buying a debt that someone had taken out using my address as theirs and the original loan company didn’t check)

    tl;dr - you have to make it worth their while to make you go away whilst being cool, collected and, above all, reasonable.



  • We used to use virtual box on windows with an immutable hard disk to boot the environment with storage, for persistence, elsewhere (usb for example) if required. Just used standard ubuntu for the guest distro.

    Once you shut down the VM the vhd reverts to as installed. It’s a bit painful distributing the system but can be done.

    You can prevent ordinary users messing with the immutable setting as well if that is a concern.



  • Is VSS even a backup?

    Nope, not even close.

    I thought it just copies old revisions of files into that shadow area

    It just copies the deltas…

    Backups can use vss to get a static image of the volume (deltas are written to the shadow area, which isn’t backed up, whilst the backup is running) it’s a little different for vhdx files on VMs but basically the same.

    It’s magic… And often means that I don’t have to restore lost files from backup, just view the old versions and grab a copy from there.












  • You are right, it doesn’t happen with any other O/S except iOS where you have to pay people/Apple to fix it (or reset the OS) or Windows where the stock response is “reinstall the O/S”

    How valuable is the data on your laptop? Did you have it backed up? If so, stop worrying and just take the Windows approach. If not… Find someone local to you who is able to fix it (good luck with that…)

    As for the rest - you come over as someone who expects someone else to fix your shit for free with no information other than “waaaa it’s stopped working”

    This may help How to as Smart Questions

    Fwiw, based on your brief description of symptoms, I would say your boot device file system is broken somehow. To fix you need to mount it on another booted OS and fsck it (however if it mounts, copy valuable data off onto other media, then fsck it) . How to do that is left to your powers of Google. Not warranting my response in any way.

    Best of luck.


  • First up - I know nothing about your specific problem. Let me add some pointers as to why you may be having difficulty…

    You need to provide way more detail than a screenshot (which shows nothing really) and “why is it broken?”

    What is the hardware, what is the boot device, what is the boot loader (and version), what does the boot loader config look like… There could be any number of things that stop the boot, including a corrupt boot file.

    No one is able to diagnose your problem from the information you have provided.

    If you are unwilling to grab a USB stick from a retailer, boot a different OS image and try some diags on your original file system you may well find people reluctant to help (for free…)