On 15/01/16 08:47, Chris Bannister wrote:
> On Thu, Jan 14, 2016 at 04:50:04PM +, Lisi Reisz wrote:
>> ;-)
>>
>> And please, no group "hugs" among strangers. ;-)
> I remember a 'poster' I had years ago which read "There are no strangers
> here, only friends we haven't met." ;-)
What a good
On Fri, 15 Jan 2016 14:36:24 +, you wrote:
>:-) O.K. Please, no group "hugs" among friends I haven't met yet. ;-) Let's
>wait until we know each other better. ;-)
My arms are at my sides where they belong. :-)
On Friday 15 January 2016 11:47:32 Chris Bannister wrote:
> On Thu, Jan 14, 2016 at 04:50:04PM +, Lisi Reisz wrote:
> > ;-)
> >
> > And please, no group "hugs" among strangers. ;-)
>
> I remember a 'poster' I had years ago which read "There are no strangers
> here, only friends we haven't met."
On Thu, Jan 14, 2016 at 04:50:04PM +, Lisi Reisz wrote:
> ;-)
>
> And please, no group "hugs" among strangers. ;-)
I remember a 'poster' I had years ago which read "There are no strangers
here, only friends we haven't met." ;-)
--
"If you're not careful, the newspapers will have you hating
On Thursday 14 January 2016 16:07:56 Steve Matzura wrote:
> Whoa folks, let's apply the brakes.
>
> The fact is, if you think about it, Lisi is quite correct, but for a
> reason she may not even realize. Visually impaired people, at least
> those of us whose visual impairment is to the point where
Whoa folks, let's apply the brakes.
The fact is, if you think about it, Lisi is quite correct, but for a
reason she may not even realize. Visually impaired people, at least
those of us whose visual impairment is to the point where we don't use
print at all, don't hear in paragraphs, but anybody wh
On Thursday 14 January 2016 11:01:22 Daniel Bareiro wrote:
> On 13/01/16 19:08, Lisi Reisz wrote:
> > On Wednesday 13 January 2016 09:38:12 Steve Matzura wrote:
> >> And once again, I ask you to hand me the spatula so's I can scrape the
> >> egg off my face. I completely forgot I needed to `mkdir -
On 13/01/16 19:08, Lisi Reisz wrote:
> On Wednesday 13 January 2016 09:38:12 Steve Matzura wrote:
>> And once again, I ask you to hand me the spatula so's I can scrape the
>> egg off my face. I completely forgot I needed to `mkdir -p' the mount
>> point directory! IT WORKS! Didn't I say I was mis
Jonathan,
On Wed, 13 Jan 2016 16:07:47 +, you wrote:
>On Wed, Jan 13, 2016 at 04:38:12AM -0500, Steve Matzura wrote:
>> Now to look up the syntax for putting it into fstab to make it
>> permanent. THANK YOU AGAIN EVER SO MUCH!
>
>The syntax is
> /olddir /newdir none bind
On Thursday 14 January 2016 10:09:30 Steve Matzura wrote:
> On Wed, 13 Jan 2016 22:08:02 +, Lisi wrote:
> >On Wednesday 13 January 2016 09:38:12 Steve Matzura wrote:
> >> And once again, I ask you to hand me the spatula so's I can scrape the
> >> egg off my face. I completely forgot I needed to
On Wed, 13 Jan 2016 22:08:02 +, Lisi wrote:
>On Wednesday 13 January 2016 09:38:12 Steve Matzura wrote:
>> And once again, I ask you to hand me the spatula so's I can scrape the
>> egg off my face. I completely forgot I needed to `mkdir -p' the mount
>> point directory! IT WORKS! Didn't I say
On Wednesday 13 January 2016 09:38:12 Steve Matzura wrote:
> And once again, I ask you to hand me the spatula so's I can scrape the
> egg off my face. I completely forgot I needed to `mkdir -p' the mount
> point directory! IT WORKS! Didn't I say I was missing something
> stupid? :-)
>
> Now to look
On Wed, Jan 13, 2016 at 04:38:12AM -0500, Steve Matzura wrote:
> Now to look up the syntax for putting it into fstab to make it
> permanent. THANK YOU AGAIN EVER SO MUCH!
The syntax is
/olddir /newdir none bind
You must put this after the /olddir (/mnt/nas) and /newdir (/hom
On Wed, 13 Jan 2016 10:01:03 +0300, you wrote:
>strace is used for tracing system calls, it does not influence your
>problem per se. Please install it first, run mount via strace second.
In between your message and now, my mount problem was solved, but I
installed strace anyway for future use. Th
On Tue, 12 Jan 2016 23:49:02 -0500, you wrote:
>On 12/01/16 10:23 PM, Steve Matzura wrote:
>> On Tue, 12 Jan 2016 18:12:11 -0300, Daniel wrote:
>>
>>> M... I used the following syntax:
>>>
>>> mount --bind /mnt/nas/doc /home/steve/doc
>>>
>>>
>>> That works for you?
>> Sorry ...
>>
>> mount: m
Hi.
On Tue, 12 Jan 2016 22:30:03 -0500
Steve Matzura wrote:
> Reco:
>
> On Wed, 13 Jan 2016 00:21:19 +0300, you wrote:
>
> >Please post the output of:
> >
> >strace mount -B /mnt/nas/doc /home/steve/doc
>
> I *knew* I was missing something. I get 'command not found".
strace is used
On 12/01/16 10:41 PM, Steve Matzura wrote:
Gary:
I just tried something similar with an NFS share and was able to do it.
My situation was I have ///mnt mounted in ~/mnt. I was then
able to (as root) mount -o bind ./mnt/archives ./mnt1 while in my normal
~ folder.
You could also try mounting th
On 12/01/16 10:23 PM, Steve Matzura wrote:
On Tue, 12 Jan 2016 18:12:11 -0300, Daniel wrote:
M... I used the following syntax:
mount --bind /mnt/nas/doc /home/steve/doc
That works for you?
Sorry ...
mount: mount point docs does not exist
That error would indicate that /home/steve/doc
Gary:
>I just tried something similar with an NFS share and was able to do it.
>My situation was I have ///mnt mounted in ~/mnt. I was then
>able to (as root) mount -o bind ./mnt/archives ./mnt1 while in my normal
>~ folder.
>
>You could also try mounting the share locally or sharing the "doc"
Reco:
On Wed, 13 Jan 2016 00:21:19 +0300, you wrote:
>Please post the output of:
>
>strace mount -B /mnt/nas/doc /home/steve/doc
I *knew* I was missing something. I get 'command not found".
On Tue, 12 Jan 2016 22:56:28 +0100, you wrote:
>Le 12/01/2016 22:12, Daniel Bareiro a écrit :
>
>> mount --bind /mnt/nas/doc /home/steve/doc
>>
>>
>> That works for you?
>
>I use such syntax failry often
>
>jdd
Even on a virtual filesystem like a Windows share or NAS volume? Am I
maybe missing a
On Tue, 12 Jan 2016 18:12:11 -0300, Daniel wrote:
>M... I used the following syntax:
>
>mount --bind /mnt/nas/doc /home/steve/doc
>
>
>That works for you?
Sorry ...
mount: mount point docs does not exist
On 12/01/16 09:17 AM, Steve Matzura wrote:
I am trying to get around the restriction of symlinks not resolving in
FTP when the account is DefaultRoot'ed and CHRoot'ed. I mounted a NAS
volume, some directories of which I want to appear as being rooted
elsewhere, thus:
# mkdir -p /mnt/nas
# mount.
Le 12/01/2016 22:12, Daniel Bareiro a écrit :
mount --bind /mnt/nas/doc /home/steve/doc
That works for you?
I use such syntax failry often
jdd
Hi.
On Tue, 12 Jan 2016 09:17:35 -0500
Steve Matzura wrote:
> I am trying to get around the restriction of symlinks not resolving in
> FTP when the account is DefaultRoot'ed and CHRoot'ed. I mounted a NAS
> volume, some directories of which I want to appear as being rooted
> elsewhere, t
On 12/01/16 18:12, Daniel Bareiro wrote:
> Now I see why I used mount with bind instead of hard links as saying in
> a previous email :)
I'm sorry. I meant to symlinks.
Best regards,
Daniel
signature.asc
Description: OpenPGP digital signature
Hi, Steve.
On 12/01/16 11:17, Steve Matzura wrote:
> I am trying to get around the restriction of symlinks not resolving in
> FTP when the account is DefaultRoot'ed and CHRoot'ed.
Now I see why I used mount with bind instead of hard links as saying in
a previous email :)
> I mounted a NAS volum
I am trying to get around the restriction of symlinks not resolving in
FTP when the account is DefaultRoot'ed and CHRoot'ed. I mounted a NAS
volume, some directories of which I want to appear as being rooted
elsewhere, thus:
# mkdir -p /mnt/nas
# mount.cifs //ds1/vol1 /mnt/nas -o [various options]
28 matches
Mail list logo