Linux Crash Course - The /etc/fstab file

  Рет қаралды 105,448

Learn Linux TV

Learn Linux TV

Күн бұрын

Пікірлер: 142
@Jazztache
@Jazztache 2 жыл бұрын
21:30 `lsblk -f` would be much better to run here, because it shows the UUIDs with the names, and the partition type, all in one table. This is super useful to get all of your information in one place.
@samuelitooooo
@samuelitooooo 11 ай бұрын
Thanks for this. The presentation is cleaner too.
@peterjansen4826
@peterjansen4826 3 жыл бұрын
This is essential knowledge for every Linux-user, no exception.
@MattiasMagnusson
@MattiasMagnusson Жыл бұрын
Thanks! You really made my day, forgot to setup the second drive as /var on my initial setup of my server, all sorts of crazy things happened in my homelab before that xD
@ArchTechUws1542
@ArchTechUws1542 2 жыл бұрын
Thank you for the videos, these 2 videos resume my classes into 1 hour.. great work.
@markh2827
@markh2827 3 жыл бұрын
Thanks Jay, very informative and easy to understand. Keep it up. Cheers 🙂
@ogungbeopeyemi2684
@ogungbeopeyemi2684 Жыл бұрын
Thank you so much for this… I really struggle starting my VM because of error in fstab.. this really helps 👍
@trapOrdoom
@trapOrdoom 2 жыл бұрын
Yesss!! Thank goodness you started the video saying exactly what I needed to hear!!
@daverawson123
@daverawson123 3 жыл бұрын
So that’s what the 0s and 1s at the end of the lines mean🤔. Another brilliant vid Jay👏
@fentiger865
@fentiger865 Жыл бұрын
Thanks for this. I find your explanations simple to understand but not in any way patronising. It's nice to have a basic understanding of how it works rather than the 'just write this and it will work' style of some other content providers. A new subscriber
@AndresLeonRangel
@AndresLeonRangel 3 жыл бұрын
i had to write an incident report because of an issue with mounting an AWS EBS volume. I used the LABEL in the cloud-init script. Once you mount is OK, once you reboot that volume never mounts again. the PostgreSQL data was thought to be gone. But thank God issue was found and I fixed it. Always use the UUID
@timschalau8425
@timschalau8425 23 күн бұрын
big difference here to other tutorials i`ve seen, is that even when i resize yt to 1/4 of my 27" 2k monitor, the progress is still readable. tyvm
@scottspa74
@scottspa74 Жыл бұрын
Excellent explainer and tutorial! Thank you.
@Kaneo_3987
@Kaneo_3987 2 ай бұрын
Top notch!
@YannMetalhead
@YannMetalhead 2 ай бұрын
Good guide, thank you.
@parthachoudhury4152
@parthachoudhury4152 Жыл бұрын
Great explanation. Thank you so much.
@chiforce
@chiforce 5 ай бұрын
Thanks Jay. I'm new to Linux and really appreciate your style of education. Please explain to me how you get the I between $ mount I grep sbd. I can not find that character on my keyboard
@stevefiorito5379
@stevefiorito5379 5 ай бұрын
Thanks for this video. I've had a hard time trying to wrap my head around how a computer identifies a particular drive: there is the OS assigned label (sda), the label that I give to the drive (my home drive), and the UUID. Knowing which to use has been more than confusing. I recently lost an external drive due to a power surge in our home electricity. I had to replace the drive and restore the files using a backup. The problem was that all of my custom folder icons were no longer working (my custom folder icon images are located on my boot drive, not my external drive). I thought that the solution was to simply "name" my new external drive as the failed drive was named. That did NOT work. So, the custom folder icon links are using something other than the user-assigned-name.
@wolfganggosejacob779
@wolfganggosejacob779 3 жыл бұрын
good explanation, your system has crypted filesystems but your new sdb storage has not. can you explain (automatic) mounting of crypted fs because of the passwords? also mounting of samba shares and other network shares... with sense of internal or password files? thank you
@tongjojo901
@tongjojo901 Жыл бұрын
amazing topic, thank you, great help.
@ShankarDada010
@ShankarDada010 Жыл бұрын
Haa how to take backup for cd /etc/fstab i want backup for fstab how to take please help with command ?
@clivesgarage
@clivesgarage 2 жыл бұрын
this is sooooo frustrating. I cannot find the previous video you talking about. I've searched everywhere. What is the title of the video please?
@avertry9529
@avertry9529 5 ай бұрын
If your scripted backup fails to mount your noauto mount, it will fill up your main drive instead.
@skrach37
@skrach37 2 жыл бұрын
Thanks for the tutorial, very well explained. The thing is that my hard drive has a problem with superblock. Do you know where to find information to solve this? Been looking and there is to much information.
@symbioticparasite6268
@symbioticparasite6268 Жыл бұрын
O man did I F up, needed to get the data of an NTFS drive ..... days of transfers, so I did it in steps, so I automatically mounted it in fstab, when I was done I needed to repartition the NTFS drive, I did, then forgot to delete the line in the fstab ..... it wasn't the same so when I rebooted..... I was locked out of my system because it couldn't find the F inga drive which was nonexistent by now ......
@DavidKHill
@DavidKHill Жыл бұрын
Great video by the way. I have a question regarding the no auto. Can this feature benefit the wear and tear on disk? That is, if we run mount from within the script just during the time the backups are run, the umount the volume after the back ups are completed. This would shave wear and tear cycles off of the disk if it's not running. So having an unmounted disk connected to a server when it's no mounted, do you know if they're spun down during this time? Thanks.
@TheGnomophobe
@TheGnomophobe 3 жыл бұрын
thx worked for me
@AlbertLorraine-t1y
@AlbertLorraine-t1y 8 күн бұрын
Schmidt Locks
@ShankarDada010
@ShankarDada010 Жыл бұрын
Why no one is talking about taking backup
@puppy_BYTE
@puppy_BYTE 2 жыл бұрын
thanks, excellent, automounting a ssd drive, is it a good idea to make it default,noatime?
@jbgrenouille2527
@jbgrenouille2527 3 жыл бұрын
Greetings, I have tried many times to create automounts for disks in local network and it does not work for me, any advice?
@jorgemtds
@jorgemtds 3 жыл бұрын
I am pretty sure that I have already mounted hard disks before without creating the folders in advance.
@LearnLinuxTV
@LearnLinuxTV 3 жыл бұрын
It's certainly possible, there's all kinds of tweaks and adjustments, as well as distro-specific things that could've been in place to make something like that happen.
@JoeSmith-wx1uq
@JoeSmith-wx1uq 2 жыл бұрын
Thanks for a great tutorial. However, I am remain uncertain regarding when to use UUID or PARTUUID in /etc/fstab. When you added /dev/sdb1, you used the UUID for the whole of the USB drive. I guess that doesn’t much matter when using USB sticks but it may be more important when using partitions on attached drives or shares from a NAS, for example. When adding a partition to /etc/fstab, should we use UUID (which is for the whole disk) or PARTUUID (which is for the partition)? Many thanks, Joe.
@submarine.7seas
@submarine.7seas 3 жыл бұрын
is there a way to try mounting but don't hang the boot if fails? I have a little home server and the drive I used for web server dada died. When the server was rebooted it hung. I ended up having to PXE boot into a recovery and edit the fstab file.
@submarine.7seas
@submarine.7seas 3 жыл бұрын
UUID=uuidnum1234 /mount/point ext4 default,nofail,x-systemd.device-timeout=1ms 0 0 ?
@PokeyBear83
@PokeyBear83 10 ай бұрын
"All that matters is itst disposable" LOL
@buttdickenz
@buttdickenz 3 жыл бұрын
Before doing anything I always back up important files, If I mess up I can then use a live environment and restore them
@chiforce
@chiforce 5 ай бұрын
"l" "$ mount l grep sbd"
@LoveAnim3
@LoveAnim3 Жыл бұрын
thank you!
@magicmanj32
@magicmanj32 3 жыл бұрын
Great video for a new Linux user, know how and why is a great learning tool, thanks
@jonathanrider4417
@jonathanrider4417 Жыл бұрын
This was tremendously helpful for me - I have been using linux for more than 10 years and have never gotten my head around fstab. I recently added a 4TB drive and partitioned it into 4 - mounting until now as media - now finally I can mount the drive at startup. I would like to see a video about managing multiple drives on a PC that has 2 or more OS. You videos are the best because you explain things very well and include peripheral information along the way which is extremely useful for people like me!
@Douglas-hw8is
@Douglas-hw8is Жыл бұрын
Fully agree - great viid!
@12Q46HPRN
@12Q46HPRN 2 жыл бұрын
Thank you so very much! You have de-mystified fstab for me in a very patient yet non-condescending manner. You even explained what the final two digits (0 0) in each line meant. Again, thank you.
@debeeriz
@debeeriz 3 жыл бұрын
l got caught out thinking the uuid was hard coded into the disks, saved the fstab file, reinstalled mint and compared the saved and new fstab files and the uuid's were completely different.
@TR1ckY_TV
@TR1ckY_TV 3 жыл бұрын
Great Tutorial! 🔥 please more of these sir 🙏🏻
@LearnLinuxTV
@LearnLinuxTV 3 жыл бұрын
I have several more on the way, being edited right now. I'm thinking by the end of next week or sooner, I'll have another tutorial in this series out. I probably have 4-5 of these still on my hard disk waiting to be edited.
@BeeRich33
@BeeRich33 2 жыл бұрын
Might want to provide some clarity on UUID vs PARTUUID. I've also seen 8-character UUIDs.
@NoEgg4u
@NoEgg4u 3 жыл бұрын
From where does the "blkid" command derive the "UUID" value? How does the "UUID" value get chosen? Is the UUID some unique serial number that manufacturers put on their storage devices? If you buy 10 identical flash drives, your computer will somehow be able to tell them apart from each other, as each one will have a unique UUID. But how does your computer know which flash drive is which? What is it reading on the flash drive to determine which one has which UUID? Thank you.
@tomashley9246
@tomashley9246 2 жыл бұрын
Each drive has a small PCB that has the UUID embedded. It's like a MAC address. Unique to each piece of hardware.
@kakarroto007
@kakarroto007 3 жыл бұрын
Thank you SO much! While I found this information online, and probably could have bumbled my way through editing F-Stab, I still wouldn't have understood _why_ I was doing it.
@dankerman321
@dankerman321 3 жыл бұрын
Thanks for explaining the fstab file... I was struggling with installing a 2nd HD in my laptop... the fstab file had errors which I could now fix. HD works now!
@davidwayne9982
@davidwayne9982 2 жыл бұрын
PLEASE PLEASE can you make one on PERMISSIONS DENIED error in formatting..? I formatted one here in LMDE 5 while watching you discuss it in UBUNTU-- but I thought they would be pretty much the same for this... WRONG? or right?? HELP-- can't use my 2T Drive!!!!
@davidwayne9982
@davidwayne9982 2 жыл бұрын
QUESTION-- I have a USB stick (thumb drive-= whatever you like to call it) 134 GIG that I was going to install VENTOY to make a MULTI-BOOT drive-- and it refuses to format. I can run the formatter and it says "formatted successfully- but when I put it in the machine- it shows 125 gig- and will not allow the software I want to download. Ive redone it in EXFAT (which they recommend) -with same result--- SUGGESTIONS???? I can't find anything on this and no one to ask.
@Shohan11d
@Shohan11d 5 ай бұрын
Hello, I have a drive that is Bitlocker encrypted. It doesn't show the UUID of the drive using blkid cmd. it shows the partuuid but using partuuid doesn't work from my attempt. Is there any way I can mount Bitlocker drive at startup?
@samuelitooooo
@samuelitooooo 11 ай бұрын
16:00 After hitting enter, I got the message: `mount: (hint) your fstab has been modified, but systemd still uses the old version; use 'systemctl daemon-reload' to reload.` At least the mounting worked, according to lsblk. 21:13 WOW You were right. Before unmounting, my test flash drive was sdd1; it became sde1 when I mounted it again. 😅
@johnosborne1151
@johnosborne1151 2 жыл бұрын
Early on, you recommend watching basics of storage. Where is it? Spent twenty minutes looking though your channel pictures. But no luck, could not find it. Your not the only podcaster with poor; indexing. reference links and unremarkable images. It's a shame, because content during the first 10 minutes of this video seemed good. For level 2/5 Linux users such as myself, who want to improve, it makes sense to subscribe and fund one teacher - who we can "stick with" long term. Consider speaking with a marketing expert, about your imagery, search and indexing functions. Please accept this comment as constructive critique, not from someone who looks at one video, but from a user seeking a long term relationship.
@peterjantzer4767
@peterjantzer4767 Жыл бұрын
When working with system: Step one: Type in command Step two: REMOVE HANDS FROM KEYBOARD Step three: Verify command you typed is correct Step four (optional): Say short prayer Step five: Hit enter key
@cesarantonio1884
@cesarantonio1884 Жыл бұрын
Good afternoon, Wanted to know if you can recommend a good Linux administrator course LCFS. I've been looking at different one but don't know much of it. Thanks
@GoldenAdhesive
@GoldenAdhesive 2 ай бұрын
great help thanks, i tried to do this myself prior and managed to panic my kernel haha. Thankfully I kept a live boot usb at hand and reverted the file. Good guide very through
@jacobhenriksen2324
@jacobhenriksen2324 Ай бұрын
Anyone else who came here after messing up their /etc/fstab file? :D Great video as always Jay!
@TedCorriveau
@TedCorriveau 3 жыл бұрын
Thank you sir! I've been a linux user (not a guru) for a number of years, and have struggled to understand why even after adding the lines to the fstab, my local shares sometimes populate, and sometimes don't. Until I saw your video It didn't dawn on me that I was using a user-specific mount point /user/me/desktop/folder instead of /mnt .. feels stupid, but nice to know the real answer :) Thank You
@Ranblv
@Ranblv 3 жыл бұрын
samba shares are not block devices. you can mount them from anywhere. I usually prefer /samba
@abodawead9039
@abodawead9039 2 жыл бұрын
i got confuse about something , when i set the "ro" option to a volume that I use for back-up , how it will do the back-up ? I think i messed something in the video . thank you very much , great video and very useful one . 😁
@StaceyJenkinsdc
@StaceyJenkinsdc 2 жыл бұрын
I’m also confused on the ro option. Is it read only for users other than root?
@abodawead9039
@abodawead9039 2 жыл бұрын
I try my best to find solution . but for now , set ro option for partitions managed by root user only . 😁
@chillnacho
@chillnacho 2 жыл бұрын
I think the "ro" option is for only a computer that you don't want to allow to make changes to that volume. You aren't making changes to the USB drive itself. You can write to it on one computer and then plug it into another computer and it will be read only. At least that was my take on it. I was a little confused by how he said it too.
@CyperN077
@CyperN077 2 жыл бұрын
Thanks Jay this is a very good video. I like how you reiterate how cautious you must be in order to use the feature.
@matheusquagliato6320
@matheusquagliato6320 3 ай бұрын
I think this is one reaaaaally good lab. Thanks man
@nexus384
@nexus384 2 жыл бұрын
how u mount a folder from the home directory like download
@vordreller6428
@vordreller6428 3 жыл бұрын
What's the difference between fstab and mtab?
@LearnLinuxTV
@LearnLinuxTV 3 жыл бұрын
mtab shows what's currently mounted, fstab shows what you have configured for possible mounting.
@G3Number
@G3Number 5 ай бұрын
Thanks for the video! Learned a lot❤
@duotronic6451
@duotronic6451 2 ай бұрын
This was helpful. Thank you.
@obfuscateidentity2329
@obfuscateidentity2329 2 жыл бұрын
What about auto mounting a CD/.iso image ?
@AirborneVision
@AirborneVision 3 жыл бұрын
hey Jay! some experts say that it is better to create a new file and not edit the actual fstab file. What do you say about it? Thanks for your great content btw.
@parthachoudhury4152
@parthachoudhury4152 Жыл бұрын
It's always recommended to create a backup and then modify the original. Not just fstab but for any other file. You can always restore if required.
@mattroddev
@mattroddev 3 ай бұрын
Great content. Thank you.
@ThomasMcDonald-v7r
@ThomasMcDonald-v7r 22 күн бұрын
Adelia Plains
@heckyes
@heckyes Жыл бұрын
Amazing content.
@rickforges8918
@rickforges8918 3 жыл бұрын
Just became a supporter on patron , always found your vids. great. Appreciate the detail , as sometimes the 'LITTLE' missed things get us 'Stuck' . Good content for newbie and intermediate as well. See you soon Jay !
@LearnLinuxTV
@LearnLinuxTV 3 жыл бұрын
Thank you so much, I appreciate the support!
@VersieZamarron-w7q
@VersieZamarron-w7q 24 күн бұрын
Alex Corner
@Yasinarbi
@Yasinarbi Жыл бұрын
Thank you
@alexandersemigrodskikh8400
@alexandersemigrodskikh8400 2 жыл бұрын
Good one.
@edbouhl3100
@edbouhl3100 Жыл бұрын
Thanks!
@BrucesWorldofStuff
@BrucesWorldofStuff 3 жыл бұрын
Love the Linux Essentials videos... Thanks for the series, they are very helpful for a 4 year linux still new user... :-) HaHAHa I have done Oops thing several times because I for got a ( " ) here or there... Then have to USB in to fix it... Lol Thanks for the tips... I have to say the UUID is the best way to go. I have had drives change and cause all kinds of Thanks for the video Jay! LLAP
@GuyManley
@GuyManley Жыл бұрын
thanks. i built new pc and put arch on my old one. couldn't figure out how to add my 2nd HDD to it until i watch your 2 videos. cheers
@Hanagigi
@Hanagigi Жыл бұрын
THANK YOU for helping me understand what the heck "^" meant! How could I even fathom that it means ctrl? Something new every day...
@sussusamogus7831
@sussusamogus7831 Жыл бұрын
The order is a bit messy in the playlist. For instance, groups come before users, this comes before the "Formatting & Mounting" video, even though those videos come after the videos they are mentioned in. Anyways, great video as always!
@MrCCnCMining
@MrCCnCMining 2 жыл бұрын
Can I move my Home Directory to another Disk? I'd love to see a video for this for Linux Mint 20.3, for a drive that is already formatted and mounted. I'd at-least make a donation..........
@LearnLinuxTV
@LearnLinuxTV 2 жыл бұрын
Not a bad idea actually! I might consider that. Thanks!
@1HandsomeDevil
@1HandsomeDevil 2 жыл бұрын
And, fingers crossed, moving the /tmp directory as well?
@GauteAnimationNorway
@GauteAnimationNorway 2 жыл бұрын
This made mounting easy, but I can't set my steam library into the mounted harddrive. Which is what I need that extra space for. Doesn't an ext 4 work with steam? can't find the mounted folders at all to add a steam library in. I even created a mounted folder on home just to see for sure it isn't showing up on steam. On steam add library options it's pretty much invisible/non exisiting.
@packetcreeper
@packetcreeper 3 ай бұрын
I used the last video and this one to add a secondary NVMe drive in Arch! Thank you for a fantastic instructional video!
@eriksundell1400
@eriksundell1400 3 жыл бұрын
Hmmm... if /etc/fstab is where the computer knows what storage to mount during startup, where is that file actually located?
@dragonek_gnu_linux_pl
@dragonek_gnu_linux_pl 2 жыл бұрын
very important knowelage like always :). Mounting of disks are difrent than we have on windows so its good to know and understand it :)
@KeithWhittingham
@KeithWhittingham 2 жыл бұрын
Chicken and egg question... How does Linux know where to find the fstab file if the drive it is on hasn't been mounted yet?
@derelbenkoenig
@derelbenkoenig Жыл бұрын
Very helpful video! One thing I am still wondering about is how disk encryption works here. I guess the system has to unlock the encrypted partition before being able to mount file systems but I am not sure how to accomplish that automatically on startup. Is that something also configured via fstab or elsewhere?
@user-ano-x5c
@user-ano-x5c Жыл бұрын
Very informative and clear .. Can you please explain more Linux Storage topics? things like LVM and LUK
@JoseLopez-oz1xm
@JoseLopez-oz1xm 2 жыл бұрын
Very good vid, I would ask if you have done a video on OMV and how to mount nfs files auto into linux. Is it the same as this video?
@chromerims
@chromerims 10 ай бұрын
Thank you for showing how to obtain UUID info to load into /etc/fstab 👍
@bytemylife
@bytemylife Жыл бұрын
this was awesome! thanks. I can't wait for you to do one on ZFS?!
@DanJackielz
@DanJackielz 2 жыл бұрын
Thank you! Really helpful video.
@opps5915
@opps5915 Жыл бұрын
This channel better than university.. you are my love ❤❤
@InmobiliariaPromueve
@InmobiliariaPromueve 2 жыл бұрын
Great video. Do you know if there is a text editor I can use for ubuntu core in a Pi 3?
@kapiteinslaapkop7640
@kapiteinslaapkop7640 Жыл бұрын
very helpfull and comprehensive lesson !
@babygravy9383
@babygravy9383 3 жыл бұрын
What about network drives/shares?
@rossgeography
@rossgeography Жыл бұрын
exceptional tutorial - thank you!
@wildmanjeff42
@wildmanjeff42 Жыл бұрын
Thanks for the video Jay !
@MurangShaBu_MahalNaBiGas
@MurangShaBu_MahalNaBiGas 2 жыл бұрын
Thank you Jay! I love Linux. Next week I'm gonna have a Linux admin technical interview and one on of the topic is mounting samba and configuration of fstab. This is perfect refresher.
@john-r-edge
@john-r-edge 3 жыл бұрын
Great tutorial Thanos - i learned some new things. An option I have used sometimes is first to mount a new drive with a "mount" command. Then I look at the /etc/mtab file which gives list of all currently mounted items. I copy the line from mtab for the new disk and paste that into the fstab file. Then it mounts automatically. I think I used that because the mount command seemed easier than working out the fstab entry directly. Any benefits for that approach? Thanks.
@TON-vz3pe
@TON-vz3pe 2 жыл бұрын
Your explanation is perfect.
@humzamuddasar1298
@humzamuddasar1298 2 жыл бұрын
Great video. Thanks
@comahrn
@comahrn Жыл бұрын
such a good tutorial, thank you :)
Linux Crash Course -  Managing Users
32:59
Learn Linux TV
Рет қаралды 104 М.
Linux Crash Course - Formatting & Mounting Storage Volumes
32:28
Learn Linux TV
Рет қаралды 247 М.
小天使和小丑太会演了!#小丑#天使#家庭#搞笑
00:25
家庭搞笑日记
Рет қаралды 15 МЛН
Please Help This Poor Boy 🙏
00:40
Alan Chikin Chow
Рет қаралды 18 МЛН
The selfish The Joker was taught a lesson by Officer Rabbit. #funny #supersiblings
00:12
Funny superhero siblings
Рет қаралды 3,8 МЛН
Linux fstab File Basics | What you need to know
34:24
Joe Collins
Рет қаралды 11 М.
Linux File System/Structure Explained!
15:59
DorianDotSlash
Рет қаралды 4,1 МЛН
Modernize your Linux Storage with btrfs!
46:34
Learn Linux TV
Рет қаралды 150 М.
18 Commands That Will Change The Way You Use Linux Forever
29:50
Akamai Developer
Рет қаралды 1,2 МЛН
5 Common Mistakes New Linux Users Often Make
11:49
Learn Linux TV
Рет қаралды 123 М.
Harder Drive: Hard drives we didn't want or need
36:47
suckerpinch
Рет қаралды 1,7 МЛН
Linux Crash Course - Understanding File & Directory Permissions
35:48
Learn Linux TV
Рет қаралды 116 М.
100+ Linux Things you Need to Know
12:23
Fireship
Рет қаралды 1,1 МЛН
The Unreasonable Effectiveness of Linux Workstations
12:47
No Boilerplate
Рет қаралды 616 М.
小天使和小丑太会演了!#小丑#天使#家庭#搞笑
00:25
家庭搞笑日记
Рет қаралды 15 МЛН