File System Commands

Command Description

mount

Lists the file systems that are currently mounted on your server.

mount -t ncpfs //NetWare_server_DNS_name
       /mountpoint_directory
       -o user=username
       -o ipserver=server_IP_address
        -o server=server_hostname

Mounts a NetWare server as a file system on your Linux server.

mount -t smbfs //Windows_server_name/share
        /mountpoint_directory
        -o username=username

Mounts a Windows server as a file system on your Linux server.