41
Input
mount -t cifs -o username=admin //192.168.0.100/ /mnt/usb1/
after the prompt to mount the USB external
drive.
Fedora 4 and earlier: Input
mount -t smbfs -o username=admin //192.168.0.100/ /mnt/admin/
after the prompt.
After the input of the
mount
command, the system will prompt you with “
Password:
”. Input the corresponding
password of the user.
5.
Unmount a directory mounted.
Input
umount /mnt/admin/
to unmount the shared directory.
Input
umount /mnt/usb1/
to unmount the USB external drive.