I've plugged an external hdd into my usb port, and it shows up on the desktop and in nautilus. How can i access this mounted hdd via the command line?
|
automounted drives usually sit on /media/{label of your partition}. You can browse into it by cd command in terminal say if my pendrive is labeled SAGAR
You can view the path in nautilus with ctrl+l and cd from terminal copying the path as well |
|||
|
|
|
Every mounted devices have a "mount point" where they are mounted to. You can try to guess them (most removable stuffs are mounted into directories inside |
|||||
|
|