|
Posted by: johntrottier on 2009-01-10, 08:28:48
Linux can read and write to most file formats. There are several ways to do this The below assumes you have set up network security properly and have access rights to the drive From the command line: use the mount command mount -t (type) device) (dir) where type is the type of device the drive is device is what the device is dir is what the root director is hint enter man mount at the command line to see the manual pages for the mount command for a fuller explanation and for correct syntax On a GUI Use the GUI to navigate the network to the drive you want to access right mouse on the drive mount the drive Wish I could be more help, but I'm not sure what distro you are running Good Luck and Welcome to Linux |