Advertisement
sytchenko

Linux. Mount NTFS volume using ntfs-3g

Mar 15th, 2025
642
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.08 KB | None | 0 0
  1. # Mount
  2. sudo mount -t ntfs-3g /dev/sdb1 /mnt
  3.  
  4. # Unmount
  5. sudo umount /dev/sdb1
Tags: Linux Mount ntfs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement