• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

ClarkConnect! HELP!!!!

The_Lurker

Golden Member
I need help trying to add a new hard driver to my Clark Connect box. Basically, i have a 4gb Quantum drive right now i'm using for MP3's. I want to move it over to my Clark COnnect Gateway so that i have file sharing using all of it. Any ideas how to? I would need some pretty step by step introductions since i'm a pretty big linux newbie
 
Plug it into the controller and then execute something along the lines of:

/sbin/mount -t vfat /dev/hdb1 /usr/mp3

That is assuming: mount is under /sbin, the file system is vfat, the HDD is on the primary controller as a slace and the first partition is what you want, and that you want it under /usr/mp3 (and have made this partition). Then adding it to /etc/fstab when you are happy with it.
 
Back
Top