Hi
I had to hard drives on my ubuntu system. One was the main system drive and the other was mount to a folder on the system drive. I need to remount this drive to a folder on the system drive htdocs. How do I do this?
Mark
it depends on the format of the drive etc.....
try "man mount" in terminal it might be able to point you in the right direction
the drive file system is ext3
mark

if its been setup in /etc/fstab you can just use
to automatically remount it.Code:mount -a
If it was just a manual mount, you would just type
Obvioulsy changing the name of the partition, and the locationCode:mount /dev/sdb1 path/to/folder
There are currently 1 users browsing this thread. (0 members and 1 guests)