Friday, April 24, 2020

HP 6510b linux boot fix

If there are dkms errors on boot/blank screen with Intel x3100 etc. graphics, boot kernel with
 
video=SVIDEO-1:d

Windows rsync alternative

Copy all files recursively from drive D to E:\WinData subfolder:

Robocopy.exe D:\ E:\WinData /e /z /dcopy:DAT /xd "System Volume Information" /xd "$RECYCLE.BIN" /A-:SH

Fix hidden directory (robocopy bug):








attrib -s -h E:\WinData