I have a 1TB external USB drive that I want to use with my server. My ultimate goal is to run my ownCloud install entirely off of that external hard drive.
Originally, it was formatted as NTFS. I would plug it into the HDA, it would be recognized, then I would run the HDA-diskmount and everything was great.
However, trying to get ownCloud running on it proved to be problematic. I was directed by some great people on the IRC channel to reformat the drive as ext3 to simplify things. I did that.
Now when I plug my drive into the HDA, it is detected by the OS. I know because it is listed when run this command list command (below), the drive shows up correctly.
Code: Select all
ls -l /dev/disk/by-id/
Again, this is a clean, freshly formatted ext3 drive. I'm not sure how to proceed.