Hi Joe. 11:16 RM means removable. 0 is non removable, 1 is removable. As far as I remember. Cheers mate!
@bluesirva3574 Жыл бұрын
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.
@benjaminrittgers8509 Жыл бұрын
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.
@Appalling68 Жыл бұрын
Nice to hear from you again, Joe. Great primer on fstab!
@nealbee59 Жыл бұрын
evening Joe, I'm new to Linux. Thanks to you I'm understanding it better all the time. Keep up the great work!
@db336 Жыл бұрын
Joe's the best!
@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 KZbin.
@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 Жыл бұрын
@@steveyuhas9278 Some time ago Joe made a KZbin 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.
@kenshinikamora Жыл бұрын
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.
@wildmanjeff42 Жыл бұрын
Awesome, thanks for the video JC ! love your videos--please keep making them !
@RockawayCCW Жыл бұрын
Thanks for making this. It will be a handy reference.
@jescisАй бұрын
On DOS/Windows A AND B drive letters were for floppy drives, A later became synonymous to 3.5" Floppies 💾 and B was 5¼" Floppies…
@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 Жыл бұрын
*** 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.
@sparkybluefox Жыл бұрын
Joe, you ROCK !
@itsfish8672 Жыл бұрын
GVJ = Great vid Joe.
@davidcollins1853 Жыл бұрын
I remeber "dump" from college/ Glad to see you back with this stuff. Joe
@InsideOfMyOwnMind Жыл бұрын
So I was sitting on the /dev/null when Joe was talking about that.
@davidcollins1853 Жыл бұрын
@@InsideOfMyOwnMind 😆
@johnreinhardt1618 Жыл бұрын
Joe, Thanks, big time, for your video on FSTAB. John R
@Cisco2023 Жыл бұрын
Great video i always learn so much from your videos and nano -B for backup it what i use.
@davey820051 Жыл бұрын
At approx. 34:20, is "sdb" with 0B a card reader (with no card inserted)?
@EzeeLinux Жыл бұрын
Yes. That is exactly what it is... I figured it out later, of course..
@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 Жыл бұрын
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 Жыл бұрын
@@EzeeLinux Thank you
@rodneywood33999 ай бұрын
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.
@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 Жыл бұрын
sdaa, sdab, adac, etc... :)(
@tarangdaptardar11 ай бұрын
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
@EzeeLinux11 ай бұрын
You need to boot from a live USB and then edit that file from there. Make sure it has the proper UUID's.
@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.
@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.
@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)
@StrelokRadist Жыл бұрын
Why do not use 'lsblk -f'?
@EzeeLinux Жыл бұрын
Because I didn't know about it... Thanks for the heads up! :)
@abdullahal-shimri3091 Жыл бұрын
I have 4 HDDs and something messed up my fstab file. Now everything is fine :)
@jonkarl123 Жыл бұрын
thank you
@huyvole972411 ай бұрын
You just cp /etc/fstab then maybe you only need edit on /etc/fstab, no necessary run mv command again.
@mips-m Жыл бұрын
lsblk: MAJor, MINor device numbers. RM removable
@lightninguru26 Жыл бұрын
How's the little Asus eeepc and big Asus doing Joe?
@EzeeLinux Жыл бұрын
They are still alive and well. The little one is a file server and the big one is playing games for my son. :)