I am just wondering any way of setting up mounting drives threw ssh using winscp or another program? I do not have samba on server does anyone know of anyway?
Use the mount command. For example, to mount /dev/hdb1 (ext3) to /mnt, you'd run Code: mount -t ext3 /dev/hdb1 /mnt