Skip to content

umount-nexus: unmount a Nexus device from a Unix filesystem

Notifications You must be signed in to change notification settings

SixArm/umount-nexus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

umount-nexus:
unmount a Nexus device from a Unix filesystem

Syntax:

umount-nexus [path]

Example:

umount-nexus

Example using a specific device:

umount-nexus /media/nexus6

The path defaults to the most recent directory that matches:

/media/nexus*

This script tries these steps to unmount:

  • use umount to unmount the directory
  • test if the directory still exists
  • if so, then try lsof, then try fuser

About

umount-nexus: unmount a Nexus device from a Unix filesystem

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages