• 26 Posts
  • 55 Comments
Joined 1 year ago
cake
Cake day: July 17th, 2023

help-circle





  • Checkout my super recent post history. I’m doing something very very similar.

    Basically I’ve decided on Debian for OS, docker plus Portainer and dashy for interface, and mdadm for raid 1.

    I’ve tested a raid 1 failure and rebuild on two thumb drives I have, and have everything well documented. Feel free to ask any questions.









  • root@skynet:~# ntfsfix -b -d /dev/sda1  
    Mounting volume... NTFS signature is missing.  
    FAILED  
    Attempting to correct errors... NTFS signature is missing.  
    FAILED  
    Failed to startup volume: Invalid argument  
    NTFS signature is missing.  
    Trying the alternate boot sector  
    Unrecoverable error  
    Volume is corrupt. You should run chkdsk.  
    
    root@skynet:~# ntfsfix -b -d /dev/sda2  
    Mounting volume... OK  
    Processing of $MFT and $MFTMirr completed successfully.  
    Checking the alternate boot sector... OK  
    NTFS volume version is 3.1.  
    Going to un-mark the bad clusters ($BadClus)... No bad clusters...OK  
    NTFS partition /dev/sda2 was processed successfully.
    

    turned off windows quick start ran chkdks D: and waited…then shut down and put drive back into linux and reboot. still no


    any ideas? clearly not the larger partition, which is good.