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
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!
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.
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.
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.
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!
I appreciate the content very much. I am equally impressed by the fact that I can read the contents of the windows. Most of the supposed tech vids have massively blurry content windows from people whose English is severely broken.(No offense intended)
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 !
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. 😅
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
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
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.
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
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.
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!
Really informative and useful, thanks. I also have nfs shared directories in fstab to auto mount but, as they are not volumes, they do not seem to have a uuid and I suppose would not need a uuid because their origin path will not change. I'd be interested in more information about shared directories in fstab.
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
So funny story . I have two different Linux OS on my rig. I mounted my new drive into the main OS I use amd all was well (thank you for your video!) I created a directory on my other OS and created the path with the UUID and long story short it wouldn't let me boot! Thank goodness I am running two systems because it let me access the other and fix the fstab file I messed up!
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
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
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
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
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 . 😁
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.
@@StaceyJenkinsdc Yes, precisely. _rw_ and _ro_ only affect user access, not root access. A typical use case would be a backup drive: root can execute backup onto that partition, using rsync or whatever backup method he/she prefers ... and users cannot inadvertently delete a backup, because they lack write permission for that partition.
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.
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.
If you remove a drive posted in fstab or it fails, you PC may not boot. Or be very slow to boot. Add “nofail” to the fstab line. Better: nofail,x-systemd.device-timeout=10s Always use the UUID in the fstab.
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.
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?
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
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.
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?
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.
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.
I'm using Arch, and every single time I unplug backup drives or extra SSD's or unplug my main drive, and replug them, upon booting I get a Grub rescue error message that says normal.mod not found. The only way ive found to fix it is to use a live USB and chroot into my system and reinstall grub. So annoying! I'm hoping something in this video can help me, I'm not really sure where to start to fix this awful issue!
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.
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.
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 ......
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.
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!!!!
Anyone else who came here after messing up their /etc/fstab file? :D
Great video as always Jay!
xdddddddddddd
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
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!
Fully agree - great viid!
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.
Thanks for this. The presentation is cleaner too.
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.
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.
This channel better than university.. you are my love ❤❤
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!
I used the last video and this one to add a secondary NVMe drive in Arch! Thank you for a fantastic instructional video!
This is essential knowledge for every Linux-user, no exception.
I appreciate the content very much. I am equally impressed by the fact that I can read the contents of the windows. Most of the supposed tech vids have massively blurry content windows from people whose English is severely broken.(No offense intended)
Thanks Jay this is a very good video. I like how you reiterate how cautious you must be in order to use the feature.
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 !
Thank you so much, I appreciate the support!
Thanks!
Yesss!! Thank goodness you started the video saying exactly what I needed to hear!!
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. 😅
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
samba shares are not block devices. you can mount them from anywhere. I usually prefer /samba
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
Lovely walk through of the mounting system. Gonna watch all the other videos now too, incase I have missed anything important over the years heh
Great video for a new Linux user, know how and why is a great learning tool, thanks
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.
Thank you for the videos, these 2 videos resume my classes into 1 hour.. great work.
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
thanks mate, this just helped me a lot
especially the mount-a
helped me figure out that i overlooked a " when copying my uuid ^^
Thank you for showing how to obtain UUID info to load into /etc/fstab
👍
Thank you so much for this… I really struggle starting my VM because of error in fstab.. this really helps 👍
Great Tutorial! 🔥
please more of these sir 🙏🏻
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.
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!
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
Thank you for this. One more baby step in my Linux journey.
I think this is one reaaaaally good lab. Thanks man
Thanks Jay, very informative and easy to understand. Keep it up. Cheers 🙂
Great Video Jay!
Thanks. Such a good format for leaning Linux. Much appreciated
Thanks for watching!
So that’s what the 0s and 1s at the end of the lines mean🤔. Another brilliant vid Jay👏
Your explanation is perfect.
I am starting to understand linux. Thanx
Really informative and useful, thanks. I also have nfs shared directories in fstab to auto mount but, as they are not volumes, they do not seem to have a uuid and I suppose would not need a uuid because their origin path will not change. I'd be interested in more information about shared directories in fstab.
Thanks for the video! Learned a lot❤
THANK YOU for helping me understand what the heck "^" meant! How could I even fathom that it means ctrl?
Something new every day...
Thanks for the video Jay !
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
Excellent explainer and tutorial! Thank you.
Very well and thoroughly presented! Many thanks.
So funny story . I have two different Linux OS on my rig. I mounted my new drive into the main OS I use amd all was well (thank you for your video!) I created a directory on my other OS and created the path with the UUID and long story short it wouldn't let me boot! Thank goodness I am running two systems because it let me access the other and fix the fstab file I messed up!
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
exceptional tutorial - thank you!
very important knowelage like always :). Mounting of disks are difrent than we have on windows so its good to know and understand it :)
very helpfull and comprehensive lesson !
Great explanation. Thank you so much.
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
Thanks, never thought to do that.
Great video, learned a lot!
Very informative and clear ..
Can you please explain more Linux Storage topics? things like LVM and LUK
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
Amazing content.
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
Great vid - many thanks 👍
Great video. Thanks
Top notch!
Might want to provide some clarity on UUID vs PARTUUID. I've also seen 8-character UUIDs.
great lecture
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
such a good tutorial, thank you :)
This is really helpful. Thank you.
this was awesome! thanks. I can't wait for you to do one on ZFS?!
Love your videos, keep it up
Thanks, will do!
Thank you! Really helpful video.
Good guide, thank you.
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 . 😁
I’m also confused on the ro option. Is it read only for users other than root?
I try my best to find solution .
but for now , set ro option for partitions managed by root user only . 😁
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.
@@StaceyJenkinsdc Yes, precisely. _rw_ and _ro_ only affect user access, not root access. A typical use case would be a backup drive: root can execute backup onto that partition, using rsync or whatever backup method he/she prefers ... and users cannot inadvertently delete a backup, because they lack write permission for that partition.
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?
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.
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.
Great tutorial!
If you remove a drive posted in fstab or it fails, you PC may not boot. Or be very slow to boot.
Add “nofail” to the fstab line. Better: nofail,x-systemd.device-timeout=10s
Always use the UUID in the fstab.
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.
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?
Haa how to take backup for cd /etc/fstab i want backup for fstab how to take please help with command ?
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
thanks, excellent, automounting a ssd drive, is it a good idea to make it default,noatime?
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.
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?
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.
I hate Linux, but love your hard work :)
Good one.
"I prefer vim" nice save dude
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.
Each drive has a small PCB that has the UUID embedded. It's like a MAC address. Unique to each piece of hardware.
@@tomashley9246 lol, what nonsense, on both items, UUID and MAC address. Why not just keep quiet, if you have no idea what you are talking about?
I'm using Arch, and every single time I unplug backup drives or extra SSD's or unplug my main drive, and replug them, upon booting I get a Grub rescue error message that says normal.mod not found. The only way ive found to fix it is to use a live USB and chroot into my system and reinstall grub. So annoying! I'm hoping something in this video can help me, I'm not really sure where to start to fix this awful issue!
Great video. Do you know if there is a text editor I can use for ubuntu core in a Pi 3?
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.
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.
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 ......
Are you looking over my shoulder? lol I was looking at the fstab file last night.
Same here
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.
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.
thank you!
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!!!!
thx worked for me
Greetings, I have tried many times to create automounts for disks in local network and it does not work for me, any advice?
Good video
Thank you