PDA

View Full Version : Mount drive without samba


namit
6th February 2006, 19:54
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?

falko
6th February 2006, 22:09
Use the mount command. For example, to mount /dev/hdb1 (ext3) to /mnt, you'd run
mount -t ext3 /dev/hdb1 /mnt