Re: How can I mount a drive using terminal?
Create directory to mount dive to. Mount point must exist & be read write by user. ie /home/user/external
In terminal run
enter password
Work out which is the drive you want to mount & it's filesystem. ie /dev/sdb & ntfs
Then in terminal
Code:
sudo mount /dev/sdb /home/user/external ntfs
This will mount a drive /dev/sdb formatted to ntfs to /home/user/external
This needs to be adjusted to suit your needs.
There are loads of options to the mount command, for details see the manual page
When done with drive unmount with this
Code:
sudo umount /home/user/external
Linux Registered User #443947 Ubuntu Regestered User #12604
Hakunamatata ...... No worries !
Bookmarks