Open main menu

CDOT Wiki β

Changes

OPS335 Samba Lab

11 bytes added, 22:51, 6 September 2011
Connecting to a Linux SMB Server (Matrix) from a Linux Client (Fedora 13)
#**Use the get and put commands (similar to ftp) to move files to and from your Matrix account and your Fedora 13 Linux system.
#**When done enter the quit command.
#The fourth way is to use the mount command. '''THIS PART IS IN RED BECAUSE IT PROBABLY WILL NOT WORK !'''#*Use the mount command to mount your matrix home directory. NOTE: This mount command will only work if your kernel was configured to allow mounting CIFS with unencrypted passwords. #**mount -t cifs //matrix/xxxxxx /mnt -o username=xxxxxx#***where xxxxxx is your your Matrix username.#*If the previous step worked, browse your /mnt directory using cd and ls commands and when done use the umount command to unmount your Matrix home directory.PART C: ==Configuring an SMB Server on Linux==
Login to Fedora as joker and open a terminal window.
Use "su -" to become root.
1
edit