How to Mount Partition Automatically on Startup in Ubuntu | Automount partitions in Linux
Channel:
Subscribers:
14,300
Published on ● Video Link: https://www.youtube.com/watch?v=Fx9i-9Gnteg
This video shows you how to mount any partition (NTFS, Ext2, Ext3, Ext4) automatically on startup in Ubuntu 18.04
Commands:
sudo blkid
sudo nano /etc/fstab
# Add this to the file and save the file using ctrl+o and exit using ctrl+x command
# UUID="YOUR-UID-HERE" /mnt/ntfs/ ntfs nls-utf8,umask-0222,uid-1000,gid-1000,ro 0 0
UUID="xxxxxxxxxxxxxxxx" /mnt/ntfs/ ntfs nls-utf8,umask-0222,uid-1000,gid-1000,ro 0 0
Follow and Subscribe:
Subscribe: https://www.youtube.com/channel/UCAeEcUilEETUCGN_9GX4nLA
Other Videos By Noob Plays Everything
Tags:
mount
startup
ubuntu
fstab
ubuntu 18.04
bionic beaver
ntfs
windows
ext2fs