Results 11 to 13 of 13
Code:
[root@FEDORA ~]# mount -t smbfs "\\office\Lisas Documents\My Music" /mnt/Music/
mount: unknown filesystem type 'smbfs'
It doesnt work as you can see, and i want it a permanent mount....
- 10-13-2006 #11Just Joined!
- Join Date
- Aug 2006
- Posts
- 52
It doesnt work as you can see, and i want it a permanent mount.Code:[root@FEDORA ~]# mount -t smbfs "\\\\office\\Lisas Documents\\My Music" /mnt/Music/ mount: unknown filesystem type 'smbfs'
- 10-13-2006 #12
Fedora doesn't include smbfs by default, use "-t cifs" instead
CIFS: Common Internet File SharingPut your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 10-14-2006 #13Just Joined!
- Join Date
- Aug 2006
- Posts
- 52
Still doesn't work, i know im doing it wrong, don't know where though.
And i want it a permanent mount, will this make it permanent for even after i turn it off and back on?Code:[root@FEDORA ~]# mount -t cifs "\\\\office\\Lisas Documents\\My Music" /mnt/Music/ Password: retrying with upper case share name mount error 6 = No such device or address Refer to the mount.cifs(8) manual page (e.g.man mount.cifs) [root@FEDORA ~]#


Reply With Quote
