On Thu, 19 Nov 2020 08:40:35 -0500
songbird wrote:
> Joe wrote:
> ...
> > No other replies, so I assume this is another of My Personal Bugs.
> > I've reported a few bugs over the years that have turned out to be
> > visible only to me. I don't suppose there are any two identical
> > installations
Joe wrote:
...
> No other replies, so I assume this is another of My Personal Bugs. I've
> reported a few bugs over the years that have turned out to be visible
> only to me. I don't suppose there are any two identical installations
> of sid anywhere in the world.
>
> Maybe this is a hint that it's
On Wed, 18 Nov 2020 19:26:59 -0600
David Wright wrote:
> On Wed 18 Nov 2020 at 21:41:30 (+), Joe wrote:
> > It began with booting this morning. No wallpaper. No network shares
> > mounted (they are set to automount using systemd, but if I tried
> > accessing most of them, the error message co
On Wed 18 Nov 2020 at 21:41:30 (+), Joe wrote:
> It began with booting this morning. No wallpaper. No network shares
> mounted (they are set to automount using systemd, but if I tried
> accessing most of them, the error message contained the path of the
> mount point followed by 'no such device
It began with booting this morning. No wallpaper. No network shares
mounted (they are set to automount using systemd, but if I tried
accessing most of them, the error message contained the path of the
mount point followed by 'no such device'.
The mount points looked OK in a GUI file manager and al
On 4/15/13, Zenaan Harkness wrote:
> On 4/15/13, Zenaan Harkness wrote:
>> Again, here's my command (all one line):
>> $ sudo mount -t cifs -o
>> file_mode=0666,dir_mode=0777,setuids,credentials=mycreds
>> //server.ip.address/git /x
>>
>> When I copy files from the /x/ mount to the /x/ mount, or
On 4/15/13, Zenaan Harkness wrote:
> Again, here's my command (all one line):
> $ sudo mount -t cifs -o
> file_mode=0666,dir_mode=0777,setuids,credentials=mycreds
> //server.ip.address/git /x
>
> When I copy files from the /x/ mount to the /x/ mount, or within (both
> from and to) the /x/ mount, i
I realised my subject belied a little misunderstanding on my part.
cifs-utils is now separate to samba.
cifs-utils provides for kernel mount of windows (or samba) shares.
Again, here's my command (all one line):
$ sudo mount -t cifs -o
file_mode=0666,dir_mode=0777,setuids,credentials=mycreds
//se
PS, Running samba version 3.blah older version (standard package) not
samba4. Although I think it's just cifs-utils that's needed anyway.
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive:
http
Hi, I can't get a normal lan-speed copy from debian wheezy client to
xp "server":
Server is WindowsXP SP3, client is debian testing (updated as at about
a week or two ago).
Fresh boot:
$ sudo mount -t cifs -o
file_mode=0666,dir_mode=0777,setuids,credentials=mycreds
//server.ip.address/git /x
$ rs
reported,
| > however I want other errors (for example No space left on device) to
| > go to stderr. When this script is run, stdout is sent to a log file
| > and stderr (if any) is sent to me via mail.
| >
| > Any suggestions?
|
| Wouldn't the easiest way be to set the owner
On Thu, Jan 22, 2004 at 08:52:58PM +, Pigeon wrote:
| On Thu, Jan 22, 2004 at 12:15:31PM -0500, Derrick 'dman' Hudson wrote:
| > I have a shell script on one debian system here to back up certain
| > portions of the filesystem. It simply tars up the directories and
| > moves the tar file to a
On Thu, Jan 22, 2004 at 12:15:31PM -0500, Derrick 'dman' Hudson wrote:
> I have a shell script on one debian system here to back up certain
> portions of the filesystem. It simply tars up the directories and
> moves the tar file to a samba share which is backed up by some already
> in-place window
go to stderr. When this script is run, stdout is sent to a log file
> and stderr (if any) is sent to me via mail.
>
> Any suggestions?
Wouldn't the easiest way be to set the ownership of the file to that of
the Samba mount before moving it?
best regards
Andreas Janssen
I have a shell script on one debian system here to back up certain
portions of the filesystem. It simply tars up the directories and
moves the tar file to a samba share which is backed up by some already
in-place windows software.
The problem is that mv is too noisy :
mv: failed to preserve o
I ran into a funny one today.
If I mount a share a on a Windows 2000 server, with mount -t smbfs, it mounts
successfully. Except that I can only see 380 of the files in the share. There
are over 8000 files in there!
If I use smbclient, I can see them all. So what's wrong with smbmount? (I'm
runn
I ran into a funny one today.
If I mount a share a on a Windows 2000 server, with mount -t smbfs, it mounts
successfully. Except that I can only see 380 of the files in the share. There
are over 8000 files in there!
If I use smbclient, I can see them all. So what's wrong with smbmount? (I'm
runn
Dirk Eddelbuettel <[EMAIL PROTECTED]> writes:
> At work, in a predominantly NT environment, I use Samba to mount
> drives of the NT servers on the Lan. However, I'd also love to
> access files on my (vanilla NT 4.0) desktop at work which is set to
> let other 'share' its files. I tried mounting t
Here's a thought - are you attempting to mount
\\desktop\c$
as the name of the share? If so, your shell will probably be getting
confused by the dollars sign. (For those who don't know, NT W and NT S
create shares of c$ and d$ and so on for the root of each drive. The $
stops the sha
At 11:44 on Aug 4, Dirk Eddelbuettel combined all the right letters to say:
> No, I mean C:\ as the main partition on the 'desktop' computer.
> Permissions are read-access for everyone. Can I read those from Linux via
> Samba?
What *have* you tried? If you do a `smbmount` (no args) it blah bl
Dirk Eddelbuettel wrote:
>
> On Fri, Aug 04, 2000 at 09:58:43AM -0500, Kent West wrote:
> > Dirk Eddelbuettel wrote:
> > > Yes, as I wrote, that works fine for NT servers providing a share. I use
> > > that with the corresponding entry in /etc/fstab so that I can simply say
> > > mount /mo
On Fri, Aug 04, 2000 at 09:58:43AM -0500, Kent West wrote:
> Dirk Eddelbuettel wrote:
> > Yes, as I wrote, that works fine for NT servers providing a share. I use
> > that with the corresponding entry in /etc/fstab so that I can simply say
> > mount /mountpoint
> > and the rest happens auto
Dirk Eddelbuettel wrote:
>
> On Fri, Aug 04, 2000 at 08:44:01AM -0500, Phil Brutsche wrote:
> > A long time ago, in a galaxy far, far way, someone said...
> > > At work, in a predominantly NT environment, I use Samba to mount drives of
> > > the NT servers on the Lan. However, I'd also love to acc
On Fri, Aug 04, 2000 at 08:44:01AM -0500, Phil Brutsche wrote:
> A long time ago, in a galaxy far, far way, someone said...
> > At work, in a predominantly NT environment, I use Samba to mount drives of
> > the NT servers on the Lan. However, I'd also love to access files on my
> > (vanilla NT 4.0
A long time ago, in a galaxy far, far way, someone said...
>
> This might be a trivial questions with a quick No! as the answer ...
>
> At work, in a predominantly NT environment, I use Samba to mount drives of
> the NT servers on the Lan. However, I'd also love to access files on my
> (vanilla
This might be a trivial questions with a quick No! as the answer ...
At work, in a predominantly NT environment, I use Samba to mount drives of
the NT servers on the Lan. However, I'd also love to access files on my
(vanilla NT 4.0) desktop at work which is set to let other 'share' its
files. I
Depending on your samba configuration, you may need to run smbpasswd to
set a samba password for the user you're logging into the Windows machine
as.
On Sat, 7 Aug 1999, Rudy Broersma wrote:
> Hello,
>
> I tried to mount a windows 98 share, but it just doesn't work! I can get the
> share list, b
Hello,
I tried to mount a windows 98 share, but it just doesn't work! I can get the
share list, but when I try to mount, I get a password error!
Is there anybody who succeeded mounting a windows share? If so, could he
please tell me how he did it?
Thanks in advance,
Rudy Broersma
28 matches
Mail list logo