Mount drive without samba

Discussion in 'Installation/Configuration' started by namit, Feb 6, 2006.

  1. namit

    namit New Member

    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?
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Use the mount command. For example, to mount /dev/hdb1 (ext3) to /mnt, you'd run
    Code:
    mount -t ext3 /dev/hdb1 /mnt
     

Share This Page