Displaying 20 results from an estimated 5000 matches similar to: "BUG: Creating New Folders On SMB (VFAT) Mounted drive"
2000 Aug 31
1
novell maped directory
Hello samba-bugs,
I trying to share by samba(2.0.3) allready maped novell directory
(maped by ncpmount):
ncpmount -S CAPITAL -U butthead -P 12345 /tmp/samba/novell
smb.conf:
[form618]
comment = none
writeable = Yes
path = /tmp/samba/novell/bank/BANK/618_PO
read only = No
create mask = 0666
1999 Dec 06
1
Share directories mounted by ncpmount
Hi!
Is it possible under Samba to give access Win95/98 machines to directories
mounted using ncpmount?
Thanks in advance
Danila Vologdin
2005 Jan 04
1
date problem with ntfs or vfat mounted file sytem
Hi
under linux I have to mount windows filesystem (ntfs or vfat).
but with rsync (or with a single touch command as well) I can not
write a file with a correct date on /mnt/windows_vfat or
/mnt/windows_ntfs
with ntfs --> only write file system !
with vfat --> wrong date ! so rsync does a full copy each time.
How can I solve this ?
PS: I use the same script to synchronise ext3 filesystem as
2010 May 12
1
DOS Attributes with mixed xattr filesystem support
Hi,
I'm running Samba as a glorified NAS at the moment - to begin with, I
have an ext3 storage partition, /storage. In this is a directory,
/storage/Personal, which has its own Samba share (also Personal). At
this point, dos attributes using filesystem xattrs work beautifully. The
problem comes when I start to fiddle further...
I have a Novell NetWare filesystem (ncpmount) mounted at
2004 Sep 07
6
shorewall in chroot jail
Hello,
I would like to run other services like messaging services on my
firewall machine too.
Does it make sense to run shorewall, openvpn and the pppoe package in a
chroot jail? And is it possible to run these programs as an other user?
Ciao
Hugo
2005 Apr 24
8
losing NFS connection
Hello there!
Perhaps this is a little off-topic, but I notice this only on the Centos
box.
I'm running Centos 4 on an AMD64 which has the following entries in the
fstab to connect to NFS shares on a Fedora3 box:
192.168.1.12:/home/angelo/ /home/angelo/NFS_share1 nfs
rw,addr=192.168.1.12 0 0
192.168.1.12:/home/angelo/data /home/angelo/NFS_share2 nfs
rw,addr=192.168.1.12 0 0
2006 Jan 17
4
Delphi Application.
Friends,
Sorry my english, i'am speaking from brazil. I have a problem with an
delphi application running on wine 0.93. The application open exactly,
but the buttons not it appears correctly. I send the link of screenshot:
http://200.195.11.195/~prolinx/screen01.jpg
any help is coming well.
Thanks!!!
Angelo Braga
2010 Jul 02
1
metafor and meta-analysis at arm-level
Hi,
I have been looking for an R package which allowed to do meta-analysis
(both pairwise and network/mixed-treatment) at arm-level rather than at
trial-level, the latter being the common way in which meta-analysis is
done.
By arm-level meta-analysis I mean one that accounts for data provided at
the level of the individual arms of each trial and that does not simply
derive the difference between
2008 Jul 23
5
Histogram
Hi,
how can I treat data organised in classes and frequencies?
Ex.
class frequency
20-23 9
23-25 7
26-28 5
29-31 5
32-34 3
Thanks
Angelo Scozzarella
2009 Jan 31
2
Strange behaviour with rsync and mounted truecrypt volume
Hello,
when i mount a truecrpyt volume with truecrypt 5.1a and
synchronize data locally with rsync (version 2.6.9 protocol version 29) like this way:
$ truecrypt myvolume.tc
$ rsync -av /home/oliver/myfolder /media/truecrypt
The myfolder is copied to /media/truecrypt like it should.
But when i dismount the truecrypt volume
and mount it again:
$ truecrypt -d /media/truecrypt
$ truecrypt
2008 May 13
7
Networking issues with OpenSolaris/Dom0 or VMware Fusion
Hi:
I got OpenSolaris 2008.05 running as dom0 under VmWare fusion
on my MacBook pro. Using the instructions from Dipleep''s blog
http://blogs.sun.com/dkumar/entry/how_to_create_domu_in
Everything seems okay except the networking. When booting
OpenSolaris (without dom0) the pcn0 interface works just fine but
when booting Solaris xVM version them pcn0 does not work (ie)
I get failures
2008 Jul 10
3
Sorting a matrix
Hi,
I want to sort a matrix by a specific variable without changing the
row binding between variables.
Ex.
Name Sex Age
Fred M 24
John M 18
Mary F 21
ordered by Age
Name Sex Age
John M 18
Mary F 21
Fred M 24
Thanks
Angelo
2008 Jul 22
4
Function Error
Hi,
Why this function doesn't work?
function (x)
{
if (is.factor(x)) {
if (!is.ordered(x)) {
warning("La mediana non si puo' calcolare!!!")
return(NA)
}
me <- median(unclass(x))
if (me - floor(me) != 0) {
warning("Mediana indeterminata")
return(NA)
}
else
2005 Sep 03
3
Accents in filenames on vfat filesystem
Hello.
I am trying to create a text file that contains an accent like '?' in it's
filename on a vfat filesystem. This generates an error like the following:
"test?.txt" E212: Can't open file for writing
I have made a 'modprobe nls_cp850' and 'modprobe nls_iso8859-1' to load
those needed modules.
Then I mounted my FAT32 partition like this:
mount -t
2006 Nov 05
4
Why Struts2 use dojo instead of Scriptaculous?
Hi,
I''m using prototype/Scriptaculous in my open source project JSControlsTags
http://jscontrolstags.sourceforge.net/
I''m Struts user and in the new version Struts2, the framework integrate AJAX
with dojo
and not with Prototype/Scriptaculous. I asked in the Struts forum, why
Struts2 integrate
by default dojo and not scriptaculous.
Here Struts answer :
------------------------
2001 Aug 15
1
vfat is not working with ext3 patch
Hi all,
My system is :
kernel 2.4.8 with ext3-0.9.6 patch
e2fsprogs-1.22-2, mount-2.11g, util-linux-2.11f
And ext3 filesystem works fine, but when a vfat partition is mounted:
[fargo] [~] # mount /dev/hdd1 /mnt/tmp
[fargo] [~] # mount
/dev/hda1 on / type ext2 (rw)
none on /proc type proc (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/hdd1 on /mnt/tmp type vfat (rw)
everything looks
2024 Jan 21
2
Archiving to vfat
I am trying to use rsync between two local directories on Linux.
The source directory is on a normal ext4 partition, under my home
directory. The destination is an SD card that I insert into the card
reader on the computer, formatted with a vfat filesystem.
The command line is like
rsync -avC --delete /home/itz/foo/ /media/itz/DEAD-BEEF/foo/
This does not work as I expected: all files are
2005 Jan 10
1
Sharing a vfat partition
Hi Everybody!
I'm sharing my VFAT partition on computer #1.
Computer #2 can both read and write stuff on computer #1, but every
once in a while - could be like 1 in 3 - my XP on computer #2 will
say "file system error". The second error will say something about
the file being locked.
Then I changed my smb.conf to make samba say that my share
was a FAT (instead of NTFS) and I
2001 Apr 17
2
Samba, vfat and new kernels: Anyone able to solve the problem?
This is my third mail in the last three months and still no-one has
answered, while I received some comments from other users about the fact
that the problem is known. So if you have any info on how to fix this,
please post a message :-)
Here is the problem:
I used to share a vfat mounted partition with other collegues through samba
(2.0.7).
Everything worked and still works fine with kernel
2024 Jan 21
1
Archiving to vfat
it's most likely because of vfat timestamp limitation
try
--modify-window
????????????? When comparing two timestamps, rsync treats the
timestamps as being equal if they differ by no more than? the modify-window
????????????? value.?? This? is? normally? 0 (for an exact match), but
you may find it useful to set this to a larger value in some situa-
????????????? tions.? In particular,