Skip to content
forked from t0re199/MNT_NTFS

Bash script to mount ntfs external drive on Mac Os.

License

Notifications You must be signed in to change notification settings

LoveLH/MNT_NTFS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

README

This is a simple bash script to mount ntfs external drive on Mac Os.
Once mounted, both R & W are allowed.
Device will be mounted under /Volumes/[volume_name]

volume_name is referred to the name Mac Os assigns to the external drive when it's automatically mounted.

Mounting

sudo mnt_ntfs [volume_name] 

Unmounting

You can just use the umount tool.

sudo umount /Volumes/[volume_name]

About

Bash script to mount ntfs external drive on Mac Os.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%