Marafon

joined 2 years ago
[–] Marafon 1 points 1 month ago (7 children)

Most recently I have used gparted to resize the root partition of my HDD (/dev/sda2) to be only a little larger than the amount of data I actually had on it. Taking it from ~7 TB to 1tb, mostly so that I wouldn't have to copy "empty" space and also so that the partition would actually fit on my 4tb SSD (/dev/nvme0n1p2) Then I created 3 partitions on my SSD that matched the file structures on the HDD (fat=nvme0n1p1, btrfs=nvme0n1p2, linux-swap=nvme0n1p3).

I then booted from a USB with clonezilla live on it and proceeded to clone partition to partition sda1>nvme0n1p1, sda2>nvme0n1p2, sda3>nvme0n1p3. The only way I could perform the clones without errors was to run in expert mode, selecting -icds (disables check for drive size), -k (can't remember exactly what this one did, something about not copying partition header or title?) after cloning all partitions I unhooked the HDD inside the case and tried to boot. Hit the same grub screen and hitting e returned error: ../../grub-core/script/function.c119:can't find command 'e'.

I think it's booting from UEFI? But I'm not sure how to actually tell. I will check for those grub configs in the morning though. Your help is greatly appreciated!

[–] Marafon 1 points 1 month ago (9 children)

Screenshot of screen ssd boots to currently

spoiler

results of sudo btrfs subvolume list newboot:

spoilermint@mint:~$ sudo btrfs subvolume list newboot

ID 256 gen 16336 top level 5 path @

ID 257 gen 16344 top level 256 path @/var

ID 258 gen 16342 top level 256 path @/usr/local

ID 259 gen 16336 top level 256 path @/srv

ID 260 gen 16341 top level 256 path @/root

ID 261 gen 16336 top level 256 path @/opt

ID 262 gen 16344 top level 256 path @/home

ID 263 gen 16163 top level 256 path @/boot/grub2/x86_64-efi

ID 264 gen 16163 top level 256 path @/boot/grub2/i386-pc

ID 265 gen 16327 top level 256 path @/.snapshots

ID 266 gen 16345 top level 265 path @/.snapshots/1/snapshot

ID 267 gen 65 top level 265 path @/.snapshots/2/snapshot

ID 300 gen 13737 top level 265 path @/.snapshots/33/snapshot

ID 301 gen 13737 top level 265 path @/.snapshots/34/snapshot

ID 303 gen 13737 top level 265 path @/.snapshots/36/snapshot

ID 323 gen 13737 top level 265 path @/.snapshots/56/snapshot

ID 324 gen 13737 top level 265 path @/.snapshots/57/snapshot

ID 337 gen 15853 top level 265 path @/.snapshots/70/snapshot

ID 338 gen 15855 top level 265 path @/.snapshots/71/snapshot

ID 339 gen 15884 top level 265 path @/.snapshots/72/snapshot

ID 340 gen 15886 top level 265 path @/.snapshots/73/snapshot

ID 341 gen 15889 top level 265 path @/.snapshots/74/snapshot

ID 342 gen 15891 top level 265 path @/.snapshots/75/snapshot

ID 343 gen 15929 top level 265 path @/.snapshots/76/snapshot

ID 344 gen 15931 top level 265 path @/.snapshots/77/snapshot

ID 345 gen 16281 top level 265 path @/.snapshots/78/snapshot

ID 346 gen 16287 top level 265 path @/.snapshots/79/snapshot

ID 347 gen 16291 top level 265 path @/.snapshots/80/snapshot

ID 348 gen 16326 top level 265 path @/.snapshots/81/snapshot

I appreciate your help! I probably won't have time to work on it again really until tomorrow, but I feel like I'm close.

[–] Marafon 1 points 1 month ago (11 children)

I tried that and for some reason it only had one directory in /etc and that was snapper. I unmounted and remounted without the -o subvol=/ and I checked in /etc for fstab again and this time I found it so I'm sure I just overlooked it the first time.

I was able to verify that the UUIDs were all the same but then when I attempted to boot from the SSD it went straight to what I think is the grub recovery screen? I just typed shutdown and booted back into the HDD. I guess I'm going to try and clone the drive again. If it doesn't work again I'll probably just bite the bullet and perform a fresh install on the SSD again and set everything up manually.

[–] Marafon 1 points 1 month ago* (last edited 1 month ago) (13 children)

I have hit a bit of a snag. Quick rundown of what I have done. I attempted to use clonezilla but then I learned that it can't clone a larger partition to a smaller partition, even if it is mostly "empty" space. So I learned how to use gparted from a live USB version of Linux mint to size the partition on my hdd with all of my stuff on it to be the same size as my new SSD (8tb to 4tb) so that it could clone to it. Well clonezilla ran for a couple hours overnight and then when I went to check things in the morning I got an error attempting to mount the drive as described in step 12. I don't remember the error specifically,something about a super block, but my googling told me it was most likely an issue with the cloning process. So I decided to just follow your directions exactly and use disc destroyer for the first time. It took five-ever as in almost 5 hours to copy everything over lol but I am able to mount it as described in step 12, great joy! But then at step 13 when I type sudo nano /newboot/etc/fstab I am told that it doesn't exist. I mosey on over in the file browser and sure enough there is no file at that location. For shits and gigs I run sudo nano /etc/fstab to look at the one on the live USB version of Linux mint and it doesn't seem to be what I should be looking for either:

overlay / overlay rw 0 0 tmpfs /tmp tmpfs nosuid,nodev 0 0

I thought about saying YOLO but then I remembered this was the exact UUID stuff I was worried about when I read the thread from Google so I thought I'd ask before just trying to boot the SSD and seeing what happens.

Also I have some clarifying questions about the last few instructions. Step 15 says to remove the source HDD before booting, which I can do to test that the SSD cloned successfully but after the test I do want to be able to put the HDD back in to the computer and reformat it as extra storage space. Does that change anything about what I should do? If I want to use both drives together do the UUIDs still need to be identical? Or should they be different in that case?

Thanks again so much for your help, I feel like I'm making progress and Im accidentally learning quite a bit in the process.

[–] Marafon 1 points 1 month ago (1 children)

Thank you so much! I've only got the one SSD and one HDD, sorry that I wasn't very clear in my original post. But I think I can follow your detailed instructions and resolve this. I'll report back when I've had time to do as you've described. Again, much appreciated!

[–] Marafon 2 points 1 month ago

I'm 99% sure I'm using Grub. I did go into my Bios to change the boot order and I also have it set up currently where it will give me a few seconds at startup to choose which drive I want to boot from while I figure my mess out.

[–] Marafon 1 points 1 month ago (1 children)

No, sorry. My computer had a single HDD. Now I have a new SSD that I would like to add to the machine and use in conjunction with that HDD.

[–] Marafon 3 points 1 month ago (1 children)

Sorry I can boot into either one and can change boot order via bios, yes. I'm trying to merge two installs now basically. I want my SSD to be my one and only boot drive but have all of the settings and programs from the HDD brought over to the fresh install. And then use both drives at the same time. If that makes sense. Sorry for any confusion.

[–] Marafon 21 points 1 month ago (5 children)

Holy shit that dude got fucking launched

If he was as drunk as the driver he might be alive but I'd still be surprised.

[–] Marafon 6 points 1 month ago (1 children)

I haven't tested it myself to confirm it's playable on linux, but Rising Storm 2: Vietnam has exactly what you're talking about as far as helicopter transport roles.

[–] Marafon 6 points 2 months ago (1 children)

Yoink! Thanks! Your efforts are appreciated by all memekind.

[–] Marafon 13 points 2 months ago (1 children)

The drive isn't even hooked up I swear!

55
New jig, who dis? (sh.itjust.works)
 

My second time building Michael Alm's Picture Frame Jig. The old one had quite a few issues. Primarily that I used a piece of pine for the runner that started out loose and has progressed to sloppy and almost ruined my last frame with gappy miters. Used maple this time and probably got to snug of a fit to be honest, but I also added a countersunk screw and washer to prevent the sled from tipping when it's pulled back. Tested it out making a test frame from some leftover frame stock, oak sandwiching padauk.

 

Full disclosure: I didn't make the clock hands, I just bought them off Amazon.

The Majority of the wood used is old (oak?) barn wood taken from the barn that we were married in front of on my family's farm. You can even see an old nail hole next to a hash mark between the 4 and the 5. Used primarily silver "shimmer" vinyl for the clock face which looks great in person but is an absolute nightmare to photograph. I've included a different, if not better, photo as well that shows that part more clearly.

I followed this Fisher's Shop video to learn how to get my weave on.

Update: I painted the hands silver and I think it looks much better.

 

Made these following the Fisher's Shop woven cutting board video.

Woods used:

(Board 1 on left) Walnut, Maple, Canary wood, Padauk, Cherry

(Board 2 on right) Canary wood, Maple, Walnut

61
A "Fancy" Rabbit House (sh.itjust.works)
submitted 2 years ago* (last edited 2 years ago) by Marafon to c/[email protected]
 

Made from one 2'x4' sheet of 1/4 inch Birch Ply and two eight foot sticks of cedar trim. House measures 11.5 inches wide by 24" long. Commissioned for Mia by her owner.

 

10 foot by 12 foot pergola with a 90% uv blocking shade cloth stapled over top of the runners to keep the kiddos cool. Again this is the biggest thing I've built to date and it absolutely kicked my ass, but every single nut and screw in this damn thing was turned by these very sore hands.

 

I'm pretty sure this configuration is safe and it never felt as squirrelly as it looks. The only issue I ran into was occasionally the workpiece would push the throat plate down and snag on the lip of the table preventing me from pulling back out of the cut. Which forced me to stop the saw a few times.

I'm a freak about safety so if anyone thinks any part of this is unsafe I'd love to start a dialog about it. I feel like I can always strive to be safer in the shop!

Or possibly just share some of your own frankenjigs.

 

I started this project in August 2020 and after a few weeks when I was just about finished assembling the pieces it fell off my work bench and broke into dozens of fragments that I then threw into the corner of my shop out of frustration. There it sat quietly judging me and haunting me for almost 3 years until I got tired of it being in my way and finally finished it to put it out of my misery.

So this post is for everyone with an unfinished project lurking in the corners of their shop collecting dust. You can do it!

view more: ‹ prev next ›