Michael Heiming <michael+(E-Mail Removed)> wrote in news:gq8q04-
(E-Mail Removed):
>
> In comp.os.linux.networking Ohmster <notareal@emailaddress.>:
>
>> I am having a bit of trouble with mounting XP shares on my FC5
>> machine. Apparently smbfs support has been dropped in favor of
>> cifs and I cannot get this to work to save my life. I have made
>> two posts in this newsgroup asking for help, all ignored.
>
> Perhaps you haven't paid your usenet support fee lately or just
> overused? ;-)
LOL!
[snip]
> Perhaps you don't have the need modules or they are just not
> loaded or and you didn't setup things probably?
Module is loaded.
[ohmster@ohmster ~]$ lsmod |grep cifs
cifs 217809 0
[ohmster@ohmster ~]$
> Sadly you are failing to give any information about your setup,
> commands tried, error messages you get and alike. Do we have to
> pick it out of your nose on every question?
Uh, I thought I did give all that info, but for the kernel version in my
last two posts.
[ohmster@ohmster ~]$ uname -r
2.6.18-1.2200.fc5
[ohmster@ohmster ~]$
No you don't have to pick it out of anywhere but the last post. If you
like, I can paste it here to give the info.
> Good luck
Thanks.
The problem is that when I try to mount an XP share using cifs, I get a
memory error like so...
[root@ohmster mnt]# mount -t cifs //missy/MY_Vids_01 /mnt/MY_vid_01/ -o
rw,credentials=/home/ohmster/scripts/cifsauth
mount error 12 = Cannot allocate memory
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
[root@ohmster mnt]#
That is if I do it correctly, if I make a mistake, then I get some other
kind of error. This, SFAIK, should work. What is with the memory issue I
don't know. The machine has 1.5Gb SDRAM on it. Here is my last post with
the information in it...
---------------------------------------------------------------------
I want to mount some of my XP shares on my Fedora Core 5 box on my home
LAN
and used to be able to do this with "mount -t smbfs..." and now that does
not work anymore. I see that cifs is used instead but I am having a very
hard time getting that to work. My old syntax does not work anymore and I
am not sure of the currently required syntax on how to do this.
Previously,
this worked:
mount -t smbfs //missy/MY_vids_01 /mnt/MY_vid_01 -o
username=myuser,password=mypassword,rw
(missy is in my /etc/hosts file as 192.168.0.3)
This does not work anymore, nor does it work by substituting cifs for
smbfs.
Not even mount.cifs works, I get error after error, no matter what I try.
I
thought that for sure this would work but it does not...
[root@ohmster mnt]# mount.cifs -t cifs //192.168.0.3/MY_vids_01
/mnt/MY_vid_01 -o username=user,password=pass,rw
Mounting the DFS root for domain not implemented yet
No ip address specified and hostname not found
[root@ohmster mnt]#
I tried again with a credential file:
[root@ohmster mnt]# mount -t cifs //missy/MY_Vids_01 /mnt/MY_vid_01/ -o
rw,credentials=/home/ohmster/scripts/cifsauth
mount error 12 = Cannot allocate memory
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
[root@ohmster mnt]#
I don't quite understand this memory thing. I googled for it and came up
with this from some kind of Xen page:
Error: Error creating domain: (12, ' Cannot allocate memory')
* Versions: 2.0
* Occurs when: trying to start domain
* Probable cause
o allocated memory for "dom0 + running domUs + domU that you
are trying to start" exceeds physical memory
* Solution
o Reduce the amount of memory required for the new domU, or
balloon down the memory of the running domUs
What does that mean? I am not trying to run any kind of a domain server,
I only want to mount a Windows share with a workgroup name, user name,
and user password.
Does mount -t cifs or mount.cifs actually work at all and could someone
please give me an example that would work for my setup?
Worgroup=workgroup
User=user
Password=pass
XP Machine=192.168.0.3
FC5 Machine=192.168.0.1
I am pulling my hair out with this, can somebody please supply a working
example? Thanks.
---------------------------------------------------------------------
--
~Ohmster
theohmster at comcast dot net
Put "messageforohmster" in message body
to pass my spam filter.