How do I umount a solaris USB device using volrmmount?



  • To unmount a USB device use the following

    # volrmmount -e 
    

    Where device is found in /etc/rmmount.conf file or do a man on volrmmount

    You can also use

    # eject 
    

    Then do the following

    # /etc/init.d/volmgt stop
    

    Disconnect the USB device from the system

    # /etc/init.d/volmgt start
    

Log in to reply
 

© Lightnetics 2024