Results 1 to 4 of 4
Hi. Have been readin the suse 10 bible. when i try to execute the command
# mount -t smbfs -o username=administrator //Project-bank/Vids /mnt/smb
where project-bank is the name of the ...
- 01-30-2008 #1Just Joined!
- Join Date
- Jan 2008
- Posts
- 24
Samba on suse 10.3
Hi. Have been readin the suse 10 bible. when i try to execute the command
# mount -t smbfs -o username=administrator //Project-bank/Vids /mnt/smb
where project-bank is the name of the windows system and vids is the shared folder on the windows system.
I get the error unknown filesystem smbfs or something relating to dat.
do i need to include smbfs somewhere or wats the problem
- 01-31-2008 #2
In openSUSE 10.2 smbfs was replaced by cifs. Cifs is continued in 10.3 so use this:
mount -t cifs -o username=administrator,password=something //Project-bank/Vids /mnt/smb
For further info: HowTo Mount a CIFS Network Share [AKA Mapped Network Drive] in openSUSE 10.2, 10.3
Swerdna
- 02-01-2008 #3Just Joined!
- Join Date
- Jan 2008
- Posts
- 24
- 02-01-2008 #4


Reply With Quote
