Displaying 6 results from an estimated 6 matches for "old_files".
2011 Jun 28
0
[Gluster-devel] volume rebalance still broken
Replying and adding gluster-users. That seems more appropriate?
________________________________________
From: gluster-devel-bounces+jwalker=gluster.com at nongnu.org [gluster-devel-bounces+jwalker=gluster.com at nongnu.org] on behalf of Emmanuel Dreyfus [manu at netbsd.org]
Sent: Tuesday, June 28, 2011 6:51 AM
To: gluster-devel at nongnu.org
Subject: [Gluster-devel] volume rebalance still broken
2015 Feb 09
2
Domain users can't browse or access shares
...sword:
Domain=[GREENREEFERS] OS=[Unix] Server=[Samba 4.1.6-Ubuntu]
Sharename Type Comment
--------- ---- -------
vmware-nfs Disk nfs data storage for vmware
old_mail Disk storage for mail files from old users
old_files Disk storage for old server files
IPC$ IPC IPC Service (bgo-nfs01 server)
Domain=[GREENREEFERS] OS=[Unix] Server=[Samba 4.1.6-Ubuntu]
Server Comment
--------- -------
BGO-NFS01 bgo-nfs01 server...
2008 Jun 25
3
[OT] Byacc error
Hi all,
Yeah, I''m going OT here...
I''m not entirely sure I understand how Ruby builds parse.y on Windows,
but it works. However, when I changed all instances of "Ruby" to
"Sapphire", and renamed all the source files, I suddenly started getting
this error:
byacc ./parse.y
''byacc'' is not recognized as an internal or external command,
2015 Feb 09
0
Domain users can't browse or access shares
...OS=[Unix] Server=[Samba 4.1.6-Ubuntu]
>
> Sharename Type Comment
> --------- ---- -------
> vmware-nfs Disk nfs data storage for vmware
> old_mail Disk storage for mail files from old users
> old_files Disk storage for old server files
> IPC$ IPC IPC Service (bgo-nfs01 server)
> Domain=[GREENREEFERS] OS=[Unix] Server=[Samba 4.1.6-Ubuntu]
>
> Server Comment
> --------- -------
> BGO-NFS01...
2011 Sep 07
3
Editing the variables attributes section in the netCDF header of netCDF files created using the package ncdf.
Hi,
I am using the package ncdf to create netCDF files and I want to mimic the the header of an exiting netCDF file created outside of R. Below is what the existing header looks like (part of it that is different):
netcdf ccd1984_05_08 {
dimensions:
lat = 1974 ;
lon = 1894 ;
time = UNLIMITED ; // (1 currently)
variables:
int time(time) ;
2009 May 03
6
[RFC] The reflink(2) system call.
Hi everyone,
I described the reflink operation at the Linux Storage &
Filesystems Workshop last month. Originally implemented as an
ocfs2-specific ioctl, the consensus was that it should be a syscall from
the get-go. Here's some first-cut patches.
For people who have not seen reflink, either at LSF or on the
ocfs2 wiki, the first patch contains
Documentation/filesystems/reflink.txt to