Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Feb 2005 04:15:25 -0800
From:      "Loren M. Lang" <lorenl@alzatex.com>
To:        Incoming Mail List <mailist@whoweb.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: smbfs problems
Message-ID:  <20050206121525.GV8619@alzatex.com>
In-Reply-To: <200502060855.j168tdfJ086118@whoweb.com>
References:  <200502060855.j168tdfJ086118@whoweb.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Feb 06, 2005 at 03:55:39AM -0500, Incoming Mail List wrote:
> 
> I'm experiencing a strange problem with smbfs and can't find any
> references to it on the web.  I've mounted a share from a win2k
> machine that contains JPEG images to a mount point on my FreeBSD
> system using mount_smbfs.  The mount point is located within an http
> directory tree so the JPEG images can be published on the web without
> using ftp.

I take it the files view just fine over http, just not through the smb
mount?

> 
> >From the FBSD console (or terminal), I can read, copy, and write
> to/from the win2k share.  All files within the win2k share are
> showing 755 permissions.

The permissions you see under freebsd are not the same permissions that
win2k is providing.  The smb client running on your freebsd box is setup
by default to offer all files as 755 permissions, but the samba client
doesn't verify that it can offer those files to you so you may still not
be able to read the files even though it looks like it in freebsd.
Assuming the user you are access it as is account, make sure on the
windows box that user account has permission to read the files.

> 
> When I point a web browser (konqueror,MSIE) at the URL for this
> particular mount point the contents of the share show up (http
> directory listing) but I can't view any of the JPEG images.  When
> I click on any image listed in the http directory listing, they
> show up blank just as if you had requested an image that doesn't
> exist on the web server.
> 
> >From the FBSD side, I changed directory to the win2k share and
> created an HTML file that output text only.  It worked.  After
> refreshing the web browser, the .html file was listed and when
> I clicked on it, it rendered the text.
> 
> Next, I added an <img> tag to the same HTML file in the win2k share
> so it would output a JPEG image that was located there.  The text
> appeared, but the image didn't.
> 
> Next, I used a third machine running XP and accessed the win2k share
> via windows explorer.  I clicked my way into the share and XP
> rendered all the images.
> 
> I don't have X on the FBSD machine so I was not able to test viewing
> the JPEG images locally on the FBSD side.
> 
> For some reason, JPEG images located within a smbfs mount will not
> display through a web browser.  Has anyone else experienced this?
> Anyone willing to try to reproduce this?  I don't know if this is
> smbfs, samba, or apache.
> 
> VERSION and COMMAND INFO
> ========================
> mount_smbfs -N -I 192.168.20.6 //account@machine/share /path/to/mountpnt
> 
> FBSD 5.2.1
> Apache-2.0.52
> Samba-3.0.10
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"

-- 
I sense much NT in you.
NT leads to Bluescreen.
Bluescreen leads to downtime.
Downtime leads to suffering.
NT is the path to the darkside.
Powerful Unix is.

Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc
Fingerprint: B3B9 D669 69C9 09EC 1BCD  835A FAF3 7A46 E4A3 280C
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050206121525.GV8619>