• 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

Clocker

Golden Member
From some reccomendations I went with clarkconnect. I got the software running.

However, i want to copy data that is on dvds from my clarkconnect machine directly to my ftp or shared folder.

How do i do this? I did not see any file browsing options on the web interface so i am assuming i need to use the terminal.

I am not too familiar with linux terminal so any advice would be greatly appreciated.

I am assuming i need to access the terminal and copy data from the dvd drive to the the folder where i want the data to go.

When i accessed the terminal i login with my user and pass.

What i get is a terminal screen that says something rooot@server .

I type ls and all i get are three files. how do i get to the shared folders and which driver letter or other designation is assigned to the dvd drive?

thanks alot
 
The DVD drive may be /dev/cdrom, or /dev/hdc. Mount it with a command like: mount /dev/cdrom /mnt. Then copy the files to your ftp root with something like cp /mnt/files* /path/to/ftp/root

Shouldn't be difficult and should have been covered in most of the beginner documentation you've read.
 
Back
Top