Linux fstab File Basics | What you need to know

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 44

  • @sergusy7005
    @sergusy7005 Год назад +16

    Hi Joe. 11:16 RM means removable. 0 is non removable, 1 is removable. As far as I remember. Cheers mate!

  • @bluesirva3574
    @bluesirva3574 Год назад +7

    PARTUUID is used by GPT and acts as a UUID at the partition level, useful if disk encryption is used, as it may be the only way to ID that encrypted partition.

  • @nealbee59
    @nealbee59 Год назад +4

    evening Joe, I'm new to Linux. Thanks to you I'm understanding it better all the time. Keep up the great work!

    • @db336
      @db336 Год назад +2

      Joe's the best!

    • @carbondated6151
      @carbondated6151 Год назад

      I so miss this guy and he was THE reason I stuck with Linux. His explanation was easy to understand but was unliked by some of the community and driven off RUclips.

    • @steveyuhas9278
      @steveyuhas9278 Год назад

      ​@@carbondated6151I'm curious, why was he unliked by some of the community? I feel like that is ridiculous, he is just out here trying to help people and he seems like the nicest and most genuine guy. I've learned crucial stuff from him that is easy to overlook, not a lot of other creators highlight these important, very basic points like he does in a way that is very clear and easy to understand. One video of his I learned more than watching an entire playlist from other people who make linux videos.

    • @carbondated6151
      @carbondated6151 Год назад

      @@steveyuhas9278 Some time ago Joe made a RUclips video explaining THAT this was his last vid and some people had taken their disagreement to new level and made it personal. I don't understand what makes people who have difference of opinion, turn it in to a personal attack.

  • @Appalling68
    @Appalling68 Год назад +2

    Nice to hear from you again, Joe. Great primer on fstab!

  • @benjaminrittgers8509
    @benjaminrittgers8509 Год назад +5

    PARTUUID is used on Raspberry Pi to designate the root partition so it knows how to mount the root file system. It probably has other uses to general PC hardware but I’ve never used it on a PC system.

  • @RockawayCCW
    @RockawayCCW Год назад +2

    Thanks for making this. It will be a handy reference.

  • @sparkybluefox
    @sparkybluefox Год назад +3

    Joe, you ROCK !

  • @wildmanjeff42
    @wildmanjeff42 Год назад +1

    Awesome, thanks for the video JC ! love your videos--please keep making them !

  • @itsfish8672
    @itsfish8672 Год назад +5

    GVJ = Great vid Joe.

  • @dan_kelly
    @dan_kelly Год назад

    Hi Joe, Awesome topic. I had to learn some of this the hard way to set up a 2T Steam Game drive that auto mounts.

  • @motoryzen
    @motoryzen Год назад +2

    *** Remember when in doubt, MAKE A BACKUP COPY of /etc/default/grub as well as /etc/fstab ( if you're using say...Linux Mint for example. I forgot precisely where those two are on other Ubuntu coherent distros if they are in different spots)....before you edit anything about them.
    With fstab especially..one wrong space...one character off from how it should be and you won't be able to boot up that distro.

  • @davidcollins1853
    @davidcollins1853 Год назад

    I remeber "dump" from college/ Glad to see you back with this stuff. Joe

  • @johnreinhardt1618
    @johnreinhardt1618 Год назад

    Joe,
    Thanks, big time, for your video on FSTAB.
    John R

  • @Cisco2023
    @Cisco2023 Год назад

    Great video i always learn so much from your videos and nano -B for backup it what i use.

  • @kenshinikamora
    @kenshinikamora Год назад +3

    lsblk RM: This column displays Boolean values for removable and non-removable devices. 1 indicates that the device is removable, and 0 indicates that the device is non-removable.

  • @saihtame
    @saihtame Год назад

    I thought I knew all i needed to know about fstab. Immediately I'm tought that it itsn't pronounced "f stab" but "fs tab". My world has been turned.

  • @rodneywood3399
    @rodneywood3399 7 месяцев назад

    does that mean if Im using linux mint on a macbook that this file doesnt apply? Also in the nano fstab screen I dont appear to have a mention of home. A couple od issues I am having re wifi not staying on at suspend and messages at boot were addressed on the linux forum and mike said he thought it might be the fstab file, hence my visit here. Is there any way to get a copy of that to you without clogging up this message area.

  • @watersridge
    @watersridge Год назад

    At around 23:30 you started to say something about "sshin", but got distracted by the pc not being on. What is sshin? I couldn't find anything with Google.

    • @EzeeLinux
      @EzeeLinux  Год назад +2

      It's just a short script that makes it so I don't have to type in long IP addresses.
      #!/bin/bash
      # SSH login shorthand command: "sshin (last two digits of IP)"
      # By Joe Collins. (www.ezeelinux.com GNU/General Public License version 2.0)
      ssh -X 192.168.0."$1"

    • @watersridge
      @watersridge Год назад

      @@EzeeLinux Thank you

  • @kev2020-z9s
    @kev2020-z9s Год назад

    Another great video in the video you mention about reinstall the os without damaging your home folder when it on a different partitions have you made a video about this or can you suggest a youtube video shown this. The trouble I find is finding somebody who is any good. Did use JustAGuy Linux but he hasn't posted anything for months.

  • @davey820051
    @davey820051 Год назад +1

    At approx. 34:20, is "sdb" with 0B a card reader (with no card inserted)?

    • @EzeeLinux
      @EzeeLinux  Год назад +2

      Yes. That is exactly what it is... I figured it out later, of course..

  • @cbbcbb6803
    @cbbcbb6803 Год назад

    How do you add a second virtual hard drive to a guest linux VM in VirtualBox and then migrate your home directory to it?
    If the drive labeling is [sda through sdz] what if there are more than 26 actual drives to be attached?

    • @EzeeLinux
      @EzeeLinux  Год назад

      sdaa, sdab, adac, etc... :)(

  • @tarangdaptardar
    @tarangdaptardar 9 месяцев назад

    Hi Joe, how do I change disk ID in fstab , I have cloned opensuse 12 disk, but the cloned one uses disk id of master disk and does not boot

    • @EzeeLinux
      @EzeeLinux  9 месяцев назад

      You need to boot from a live USB and then edit that file from there. Make sure it has the proper UUID's.

  • @abdullahal-shimri3091
    @abdullahal-shimri3091 11 месяцев назад

    I have 4 HDDs and something messed up my fstab file. Now everything is fine :)

  • @InsideOfMyOwnMind
    @InsideOfMyOwnMind Год назад

    23:45 "Radio Gold"🤣😋You should have made up a PSA for Linux and had it cued up so you could "be back right after this."
    The major sets the type of the device, usually the driver associated with it. The minor list the first, second, third, ... device of that type.
    There's only one driver per major number and multiple minors are handled by it.
    Of course, now it is possible to dynamically allocate those numbers.
    (Plagiarized from StackOverflow)

  • @jonkarl123
    @jonkarl123 Год назад

    thank you

  • @lightninguru26
    @lightninguru26 Год назад

    How's the little Asus eeepc and big Asus doing Joe?

    • @EzeeLinux
      @EzeeLinux  Год назад

      They are still alive and well. The little one is a file server and the big one is playing games for my son. :)

    • @lightninguru26
      @lightninguru26 Год назад

      @@EzeeLinux awesome!

  • @StrelokRadist
    @StrelokRadist Год назад +1

    Why do not use 'lsblk -f'?

    • @EzeeLinux
      @EzeeLinux  Год назад

      Because I didn't know about it... Thanks for the heads up! :)

  • @huyvole9724
    @huyvole9724 8 месяцев назад

    You just cp /etc/fstab then maybe you only need edit on /etc/fstab, no necessary run mv command again.

  • @mips-m
    @mips-m Год назад +1

    lsblk: MAJor, MINor device numbers. RM removable

  • @anwarmian6593
    @anwarmian6593 11 месяцев назад

    I must be older than you since I used dump 😀