Link to home
Start Free TrialLog in
Avatar of Lionelh
LionelhFlag for United States of America

asked on

Using Acrserve File system in Linux

Would anyone know how to setup a file system backup for AchServe in Linux?
As well as mount the USB drive???
Avatar of CapTech
CapTech

Which distro?

Here are the only successful looking tidbits I've been able to find, but they apply to CentOS/RedHat:

http://www.centos.org/modules/newbb/viewtopic.php?topic_id=1926
http://www.tek-tips.com/viewthread.cfm?qid=1189300&page=7
http://www.linuxsecurity.com/content/view/117465/2/

As for mounting a USB drive, if it is your first USB drive and you have no SATA or SCSI devices, create a mount point, and as root type:

mount /dev/sda1 /PATH-TO/MOUNT-POINT

As long as it's a file system supported by your kernel, it should auto detect the file system type, and mount it.

Hope this helps.
Avatar of Lionelh

ASKER

I'm using Red Hat Linux Enterprise 4
ASKER CERTIFIED SOLUTION
Avatar of CapTech
CapTech

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Lionelh

ASKER

I really wanted to know about file system backups,
I didn't really see anything about that...
Thanks