Linux Drive and Partition Config (dd, fdisk, resize2fs, tune2fs and more)

Поділитися
Вставка
  • Опубліковано 28 жов 2024

КОМЕНТАРІ • 141

  • @deldrinov
    @deldrinov 4 роки тому +82

    He leaked his partition UUIDs!

  • @Link-channel
    @Link-channel 3 роки тому +11

    You just increased tenfold my disk management skill in Linux, in just few minutes;
    After thousands of useless tutorial and scattered information for years... THANK YOU

    • @FABESTAH
      @FABESTAH Рік тому

      Absolutely true and still to this day, good content about partitioning and dd in combination with tune2fs is pretty limited or rather non existent.

  • @nicokulmann8398
    @nicokulmann8398 4 роки тому +13

    universally unique identifier. the reason its "universal" is because its just a random number but its such a huge number of bits that the chance of collision is incredibly low and practically 0, even with all the devices on the planet that use it

    • @peeboo
      @peeboo 3 роки тому +1

      I remember I had generated 2 same uuids and was freaking out, but turns out my drive was failing :P

  • @ivanbogush
    @ivanbogush 4 роки тому +5

    I prefer labels over UUIDs since they are easier to remember and type in a tty. `mkfs.ext4 -L mylabel ` to add a label during formatting and `e2label mylabel` to non-destructively relabel a partition. Then replace UUID=xxxx with LABEL=mylabel and you're golden.

  • @victorprokop2240
    @victorprokop2240 4 роки тому +18

    You try to control it. But at the end "the Chad guzzle" slips out lol...4chad moment

  • @MRRAGER-iv3pw
    @MRRAGER-iv3pw 4 роки тому +8

    ARE YA WINNING, SON?

  • @mcdeleve
    @mcdeleve 4 роки тому +2

    luke, thanks for sharing your knowledge with us. I have learned a lot here on this side. you encouraged me a lot and provided me with a base to explore new lands.

  • @rm-rf4612
    @rm-rf4612 4 роки тому +35

    >not LVM over LUKS
    You had one job, Luke.

  • @HelvecioGomes
    @HelvecioGomes 4 роки тому +3

    Came faster than notification alert. Lucky. Even though I probably won't understand it.

  • @zacharycarbon4312
    @zacharycarbon4312 4 роки тому +3

    If you only need your locality's offline maps, the size isn't bad at all. I got all of Kentucky on my phone. If I recall, it was like 1.1GB. Cities are usually a couple hundred MB or so.

  • @unfa00
    @unfa00 4 роки тому

    I'm so glad you pronounce fstab the proper way.

  • @Rustyuoiman
    @Rustyuoiman 4 роки тому +44

    A drive dedicated to CONSOOMING? Shame!

    • @augustintacquet488
      @augustintacquet488 4 роки тому +2

      It looks like he's actually a big Disney consoomer ! Shame !

  • @6w817
    @6w817 4 роки тому +3

    Luke, we already read the Gentoo handbook

  •  4 роки тому +5

    Hi Luke, if you had changed the UUID of sda1 instead of sdc1 in minute 15:22, would it be possible to eliminate the next steps, since the UUID of sdc1 is matched?

    • @LukeSmithxyz
      @LukeSmithxyz  4 роки тому +3

      That's right. I only did it this way in case there was some error later in installation so it'd be easier to undo it.

  • @tato-chip7612
    @tato-chip7612 4 роки тому +3

    man chadpads are so nice
    Thank god i got mine.

  • @gnumengor
    @gnumengor 4 роки тому +14

    Why not just change the UUID of /dev/sda1 to random, then you can omit all other config file and grub install stuff... Or am I wrong?

    • @BurgerKingHarkinian
      @BurgerKingHarkinian 4 роки тому +3

      That sounds like a pretty nice shortcut.

    • @pasangamage
      @pasangamage 2 роки тому

      You can omit changing fstab
      But you have to reinstall grub

  • @BrenoSilveira94
    @BrenoSilveira94 4 роки тому +5

    #XMR4LIFE
    Edit.: Luke give us that GNU/Moonshine recipe.

  • @sanjacobs6261
    @sanjacobs6261 4 роки тому +6

    This comment section is absolutely incredible

  • @voiceofthetrue1849
    @voiceofthetrue1849 4 роки тому +2

    (UUID) is stands for "Universally Unique Identifier".

  • @Koj4
    @Koj4 4 роки тому +3

    "we're always getting closer"
    Nice subtle christian message.

  • @Argletrough
    @Argletrough 4 роки тому +1

    I coincidentally needed to do exactly this when you posted the video. Thanks!

  • @ts-vq7gc
    @ts-vq7gc 4 роки тому

    great video as always! :D

  • @AndyRufasto
    @AndyRufasto 4 роки тому

    I think this is your best video.

  • @YuriShevchouk
    @YuriShevchouk 4 роки тому +1

    Hi Luke, you mention Monero, but im confused the name of the folder is bitmonero (which is last developed in 2018) what actual client are you using?

  • @TheLazyLemmon
    @TheLazyLemmon 4 роки тому +5

    Hell directory, interesting

    • @c4call
      @c4call 3 роки тому

      Dante has entered the chat

  • @MrSantiago485
    @MrSantiago485 4 роки тому +2

    Luke pogging @ 4:34

  • @chickenwinna
    @chickenwinna 4 роки тому +4

    hey lukesmith whats your opinion on big chungus

  • @jokerkof7131
    @jokerkof7131 4 роки тому

    what is the shortcut key you use to del UUID at 19:16 ?
    is it df ???

  • @LiveWireBT
    @LiveWireBT 3 роки тому

    9:54 status=progress? Cool! I remember crude one-liners (or more) and using two terminals which looked more wrong the more I tinkered with bash scripting. Thanks. Also there is partclone you might want to check out.
    You are not going to use LVM, just plain EXT4? I avoided LVM in the past und hoped that BTRFS, ZFS or some other more easy to use solution would arrive. Ubuntu decided to use ZFS, Fedora will give BTRFS another try, at work our RHEL servers mandate to use XFS (I was the one on the team to care to actually read their documentation), Stratis and VDO look interesting but for the mean time I got comfortable with LVM and it's not so terribly complex as it looks and you gain more flexibility. Running out of space, thinking about migrating to a bigger drive and many of the headaches of the past I could have avoided if I avoided LVM not that vehemently as I did. It seemed like legacy server-cargo-cult to me and you have your point not to make too much partitions which was also mine not too long ago until I ran this "Lynis" tool within the first weeks on my new job. :( Okay with LUKS and LVM caching it is crazy and I may have just gotten used to it.

  • @miku
    @miku 5 місяців тому

    cool and educational, but wouldn't it be more efficient to just replicate /dev/sda on /dev/sdc using dd, fix the size & then just plug out the old drive?

  • @reverseila4363
    @reverseila4363 4 роки тому +4

    2:48 how you edit/rename massive amount of files' names like that. I frequently ran across such edition and have to manually and one by one edit/rename them. Do you use globbing or sth?

    • @LukeSmithxyz
      @LukeSmithxyz  4 роки тому +11

      that's just piping output to a pager. If you want to mass-edit filenames in a directory, use vidir.

    • @reverseila4363
      @reverseila4363 4 роки тому +1

      @@LukeSmithxyz thank you!

    • @joselaw6669
      @joselaw6669 4 роки тому +2

      I use "nnn" for that. Pressing R takes you to vim where very line I the name of a file in a directory
      From there you can use macros in vim/nvim/gvim

    • @reverseila4363
      @reverseila4363 4 роки тому +1

      @@joselaw6669awesome. thank you.

  • @Storm_.
    @Storm_. 4 роки тому +7

    Luke, do you also realise how 99% of other Linux/Unix content on UA-cam are people who don't know how to do any of this kind of thing? Does it annoy you?

  • @yuvaldahan642
    @yuvaldahan642 3 роки тому +1

    How could you extend your /home into sda1, Is there a simple way of merging both partitions when the data is in the second partition?

  • @Cknight700
    @Cknight700 4 роки тому

    I watched the video hoping to learn how to use fdisk on a drive with multiple partitions... Instead I was reminded how many extra steps you need to use with Grub and MBR

  • @uuu12343
    @uuu12343 4 роки тому +4

    Dd...the disk destroyer
    Destroyed my external hard drive backups countless times because I was too complacent and chose the wrong device drive

  • @n3r0z3r0
    @n3r0z3r0 4 роки тому

    i found ddrescue more convenient, it shows a nice progress and if you add log file, can continue if interrupted.

  • @0x636f6d70696c65
    @0x636f6d70696c65 4 роки тому +2

    The partition doesn't think it's only 30.2 GB but reather the ext4 file system.

  • @AlanTheGreater1
    @AlanTheGreater1 4 роки тому +5

    Usr stands for "Universal system resources"

    • @BurgerKingHarkinian
      @BurgerKingHarkinian 4 роки тому +3

      It used to stand for "user" tho. It's where the home directories of all the users were stored in. But they changed the meaning and use of it at some point to what you just said.

  • @avesnassan1032
    @avesnassan1032 4 роки тому +35

    Let's be conservative here
    starts typing cp
    really makes you think

    • @con-f-use
      @con-f-use 4 роки тому +8

      >> ...hide some more... "sensitive" stuff on there... maybe my old... "emails"

    • @uknowme1811
      @uknowme1811 4 роки тому +1

      Then pounds back so moonshine from his mason jar

  • @OnTheEdgex23
    @OnTheEdgex23 4 роки тому

    >A Walk To Remember
    Mmm.. me too

  • @willpaxman5236
    @willpaxman5236 4 роки тому +1

    >directory named hell
    must be where the anime goes

  • @ngoquang2708
    @ngoquang2708 4 роки тому +1

    You can make dd faster by using a buffer, like `dd if=... of=... status=progress bs=8MiB`

  • @RasmusFrederiksen169
    @RasmusFrederiksen169 4 роки тому +1

    14:01 Weeeell actually, you're wrong the first U, as it's "Universal Unique Identifier"

  • @heterodoxagnostic8070
    @heterodoxagnostic8070 4 роки тому +7

    1:54 >not using an ortho-linear fully programmable keyboard

    • @adamkoxxl
      @adamkoxxl 4 роки тому +1

      U mean hipster virginity protector?

    • @kot3405
      @kot3405 4 роки тому +1

      @@adamkoxxl v i r g i n i t y p r o t e c t o r
      kek

    • @c4call
      @c4call 3 роки тому

      His typing is giving me ptsd and flashbacks to a war i never fought in.

  • @MemeScreen
    @MemeScreen 4 роки тому +1

    I thought dd wasn’t recommend for solid state drives?

  • @djsigmann
    @djsigmann 4 роки тому

    This may be a dumb question, but when would someone want to use LVM over regular partitions?

  • @42tai_
    @42tai_ 3 роки тому

    Can you use this method to copy your entire linux system (including swap partition) to a larger drive or is there a more efficient method for that?

  • @rustyelectron
    @rustyelectron 4 роки тому +3

    Linux Luke is back 😵

    • @rustyelectron
      @rustyelectron 4 роки тому

      @Its GNU /Freedom GNU/Thanks for correcting me 😎

  • @kenba8176
    @kenba8176 4 роки тому +10

    how to delet porn partition from system 32!? y ur pc look like that and the slashes is leaning the wrong way tho!?

  • @gorudonu
    @gorudonu 4 роки тому +1

    Drinking some liquid from a jar was the most boomer thing I've seen in a while 😅

    • @c4call
      @c4call 3 роки тому

      So we're just ignoring the BLACKBOARD behind him?

  • @DonEdward
    @DonEdward 3 роки тому

    What is the best way to backup your data in linux to either a new drive, or flash drive, etc? If I tried to boot from this drive, would it boot?

    • @DonEdward
      @DonEdward 3 роки тому

      Never mind, I watched on and saw how you boot from this new partition.

  • @minhajsixbyte
    @minhajsixbyte 4 роки тому

    thanks man

  • @anonymous14
    @anonymous14 4 роки тому

    Does anyone know what happened? I just saw a notification for Lukes Channel "Last Livestream for now (rip)". I clicked on it but that livestream was already deleted?

  • @6400ab
    @6400ab 3 роки тому

    When I tried this on my system everything copied over just fine and I was able to reinstall grub and generate grub.cfg. But for whatever reason grub would not recognize my linux install on boot and just kicked me into BIOS. Not sure why. I was able to fix it by reinstalling linux via Artix wiki on top of my existing install and then generating a new grub.cfg. Glad I didn't have to reinstall from scratch. Now I've got 2TB of storage on this bad boy.

  • @XxYoShIkOgAkIxX
    @XxYoShIkOgAkIxX 4 роки тому

    Could have needed that on Monday, before I screwed up my partition table and ended up with bad magic numbers

  • @greob
    @greob 4 роки тому +22

    22:45 Better use "which md" instead of "alias md" to display the current alias. Don't want to accidentally overwrite the alias by typing an extra character right before pressing enter...

    • @bahathir_
      @bahathir_ 4 роки тому +1

      $ type md

    • @sayanghosh6996
      @sayanghosh6996 4 роки тому +4

      that would change change the alias for that current session, he could just reopen another terminal

  • @rmcellig
    @rmcellig 8 місяців тому

    What does the information in brackets mean?

  • @ArmandoCalderon
    @ArmandoCalderon 4 роки тому +2

    Dont need to partition the drive if you don't put OS, just "mkfs.ext4 /dev/sdX" the whole drive.

  • @siksniper1996
    @siksniper1996 4 роки тому

    What is the purpose of having copies of the blockchains?

  • @anxo_
    @anxo_ 4 роки тому

    what if you wanted to change the letter from sdc to sda? would that be possible now?

  • @gorgecunth1581
    @gorgecunth1581 3 роки тому

    Should I just change the old partition uuid and have everything set up?
    - No, I'd rather change the new partition's uuid and change all the settings.

  • @haley9425
    @haley9425 4 роки тому

    Wow

  • @bienjieonex
    @bienjieonex 4 роки тому

    Luke, how old is your lovely pet?

  • @Aemilindore
    @Aemilindore 4 роки тому +4

    Lukes btrfs please.

  • @MrRozburn
    @MrRozburn 4 роки тому

    /etc = Everything To Configure

  • @2Worlds_and_InBetween
    @2Worlds_and_InBetween 4 роки тому

    its own /var
    can be good on big iron and
    swervers where run away errors will b0rk your b0xen
    if
    not
    else
    (ee aka echo exit ==true)

  • @Klayperson
    @Klayperson 4 роки тому +3

    i would avoid pronouncing /usr/ as "user" because it is NOT supposed to be related to "users". it's meant to stand for "universal system resources" so i say "U-S-R"

    • @bullfrog9296
      @bullfrog9296 4 роки тому +5

      That's actually a backronym. /usr/ was originally meant for user home directories and has always been pronounced "user". /etc/ was also originally pronounced etcetera, despite similar backronyms being created for it. Brian Kernigan (who helped develop UNIX along with Dennis Ritche and Ken Thompson), directly refers to /etc/ as "et cetera" and /usr as the "user file system" in his book The UNIX Programming Environment. Speed when speaking ("go to et see resolve dot conf" vs "go to et cetera resolve dot conf") is the only reason to not say et cetera when referring to the folder, as it is technically more correct to do so.

  • @thatdude8020
    @thatdude8020 3 роки тому

    If we have a boot partition on our system will we need to make two partitions on the new hard drive for the root and boot?

    • @thatdude8020
      @thatdude8020 3 роки тому

      Nvm I put my big boy pants on and figured it out

    • @PLAYGAME-wj9bw
      @PLAYGAME-wj9bw 2 роки тому

      @@thatdude8020 tell me how daddy

  • @mustafababdullah2485
    @mustafababdullah2485 3 роки тому +1

    Look up history etc is actually ECteta that is why so many things go there and yes usr is user linux was created kiss

  • @repomansez
    @repomansez 4 роки тому +1

    Luke, why don't you use LVM instead of regular partitions?

  • @asais1024
    @asais1024 3 роки тому

    Thanks, I hate Tux with Pepe the frog's head.

  • @cultist7931
    @cultist7931 2 роки тому

    24:30 now drink from that pickle jar

  • @user-qf6yt3id3w
    @user-qf6yt3id3w 4 роки тому

    Wouldn't dd run faster if you specified a bigger block size? Last time I used it the default was pretty small. In fact you can see from the number of records copied that each one is 512 bytes. This link
    stackoverflow.com/questions/6161823/dd-how-to-calculate-optimal-blocksize
    Suggests bs=8388608 (some versions of dd allow 8m or 8M as a shortcut) is a good starting point. The idea being that you spend a bit of time setting up a transfer and by making the transfers bigger you amortize that.

  • @djsigmann
    @djsigmann 4 роки тому

    So, why does one need to use chroot when they could instead just do:
    nvim /mnt/etc/fstab

    • @yScribblezHD
      @yScribblezHD 3 роки тому

      pretty sure chroot changes the behavior of grub install.

  • @multiio1424
    @multiio1424 4 роки тому +1

    usr = unix system resources, but everyone including Brian Kernighan calls it "user".

  • @andrewklajman
    @andrewklajman 4 роки тому +2

    Daily content? Brodie clone?

  • @wretchedghost4548
    @wretchedghost4548 4 роки тому

    65MBps is 520Mbps. Definitely nowhere near the cap of 3Gbps which is about 375 MBps on SATA II.

  • @mustafababdullah2485
    @mustafababdullah2485 3 роки тому

    Unique universal indentifier drive

  • @Aemilindore
    @Aemilindore 4 роки тому +2

    But not everyone uses grub, some people just like simplicity. They use systemd.

    • @BurgerKingHarkinian
      @BurgerKingHarkinian 4 роки тому +2

      And some people like even more simplicity. They use Windows 10.

    • @Aemilindore
      @Aemilindore 4 роки тому

      @@BurgerKingHarkinian you're hurt because systemd boot is less lines than grub.

    • @BurgerKingHarkinian
      @BurgerKingHarkinian 4 роки тому

      @@Aemilindore Ah yes, I'm in indescribable pain rn because of that.
      Also let's just forget about the monolithic, Unix philosophy violating nature of systemd. Systemd is a flawless "init system" without any flaws.
      Those who dare criticizing it are just butt-hurt. lol

    • @Aemilindore
      @Aemilindore 4 роки тому

      @@BurgerKingHarkinian sure, if you don't use systemd in your os instead of unit, it makes sense to use init. But if you use systemd, then systems boot it is.

    • @BurgerKingHarkinian
      @BurgerKingHarkinian 4 роки тому

      @@Aemilindore Idk, never really given much thought to systemd's boot manager. But yeah, if you're already using systemd, I can see that you may just want to use that thing as well. Never really compared it to grub or anything.
      It's just funny to me to use the words "simplicity" and "systemd" in the same sentence.

  • @MrRozburn
    @MrRozburn 4 роки тому +18

    Hunter Bidens laptop uses LVM partitions

  • @rae6261
    @rae6261 4 роки тому

    boomer says "lets get this party started"
    6:36

  • @fernandos.946
    @fernandos.946 4 роки тому

    Finally, some good fucking Linux

  • @samarthahuja5914
    @samarthahuja5914 2 роки тому

    spotted 3 idiots did he really watched it? but its my favorite movie till now

  • @tatehutchinson7920
    @tatehutchinson7920 4 роки тому +3

    Hey Lukesmith what’s your opinion on Big Chungus

  • @sophiatheodores7985
    @sophiatheodores7985 4 роки тому

    its unix shared resources

  • @vosatom2019
    @vosatom2019 4 роки тому

    3 hard drives is bloat, i use a single usb stick

  • @shobhitkaul8076
    @shobhitkaul8076 Рік тому

    Hyperion background

  • @MarkKrubsack
    @MarkKrubsack 4 роки тому

    PayPal announced they will begin to deal with Bitcoin.

  • @hacerdemirel9833
    @hacerdemirel9833 4 роки тому

    20 Mar 2020?

  • @Sad_Cirno
    @Sad_Cirno 4 роки тому

    Post garden folder

  • @Aleksandar0100
    @Aleksandar0100 4 роки тому +1

    Clean your keyboard bucko!

  • @unknown8088928
    @unknown8088928 4 роки тому

    "Not a big fan of encryption"

  • @richardwayne809
    @richardwayne809 4 роки тому +1

    /usr = unix system resources

  • @elliotalderson6609
    @elliotalderson6609 4 роки тому +25

    uh, again this useless linux stuff

  • @artedwards717
    @artedwards717 3 роки тому +1

    slow down

  • @MeLlamoChopa
    @MeLlamoChopa 4 роки тому

    More on crypto - blockchain pls

  • @PaulIannazzo
    @PaulIannazzo 4 роки тому

    you gotta stop with your poly-amorous hard-drive degeneracy. 1 hard-drive is optimal, more than that and they start getting envious of each other. they forget how to read and write, and then they just refuse to work. always leads to disaster.

  • @MrConcord75
    @MrConcord75 4 роки тому

    Meh, I am not entertained!

  • @liesdamnlies3372
    @liesdamnlies3372 4 роки тому

    fs-tab? Nah. It’ll always be f-stab to me.

  • @RhozetaVODS
    @RhozetaVODS 4 роки тому +4

    hey lukesmith whats your opinion on big chungus