0 Members and 1 Guest are viewing this topic.
cat /etc/fstab
mount | grep Drive
mount
cd /media/DriveX/<folder name>
OK, so cd into the drive you want to be in (replace X with number):Code: [Select]cd /media/DriveX/<folder name>
cd media
cd /media
when you run:Code: [Select]cd mediait looks for a directory called media in the CURRENT DIRECTORY (which happened to be your Home folder at that time)when you run:Code: [Select]cd /mediait starts from / .. not the CURRENT DIRECTORY.
sudo rm -r /media/Drive4
sudo nautilus
I'm sorry, I still can't get my head round why it only shows 'Drive1' when I type 'cd media' and when I type 'cd /media' it shows all of them!
ls -l ~/media