
How to Mount a NTFS Drive on Ubuntu 18.04
Channel:
Subscribers:
2,750
Published on ● Video Link: https://www.youtube.com/watch?v=JFzsqVvzz6k
Let me show you how to mount Windows NTFS hard disks in Ubuntu 18.04. This configuration will mount these volumes every time you boot into your Linux environment.
1. Locate your hard drive using the following commands:
~# fdisk -lu
~# blkid
2. Create your mount directories.
mkdir -p /media/disk1
3. Edit your fstab to include the drives you want mounted.
~# vi /etc/fstab
#ntfs volumes
UUID={UUID# from blkid} /media/{directory} ntfs-3g defaults,windows_names,locale=en_US.utf8 0 0
4. Mount the drives:
~# mount -a
Other Videos By Geekhead
Tags:
linux mount ntfs drive
mount ntfs linux ubuntu
linux mount ntfs read-only
ubuntu 18.04 mount ntfs read-write
ubuntu mount windows partition read-only
unable to access windows 10 drive in ubuntu
how to access windows drive in ubuntu
automatically mount windows partition in ubuntu
ubuntu server 18.04 mount drive on boot
ubuntu server 18.04 ntfs
ntfs-3g
ntfs-3g linux
mount ntfs-3g
ubuntu mount ntfs example
mount ntfs ubuntu
mount ntfs ubuntu command line