search for: xfs_progs

Displaying 3 results from an estimated 3 matches for "xfs_progs".

Did you mean: xfprogs
2015 Feb 27
2
Odd nfs mount problem
I'm exporting a directory, firewall's open on both machines (one CentOS 6.6, the other RHEL 6.6), it automounts on the exporting machine, but the other server, not so much. ls /mountpoint/directory eventually times out (directory being the NFS mount). mount -t nfs server:/location/being/exported /mnt works... but an immediate ls /mnt gives me stale file handle. The twist on this: the
2015 Feb 27
1
Odd nfs mount problem [SOLVED]
...; immediate ls /mnt gives me stale file handle. >> >> The twist on this: the directory being exported is on an xfs >> filesystem... >> one that's 33TB (it's an external RAID 6 appliance). >> >> Any ideas? >> > Oh, yes: I did just think to install xfs_progs, and did that, but still no > joy. > Since we got the RAID appliance mounted, we'd started with a project directory on it, and that exported just fine. So what seems to work was to put the new directory under that, and then export *that*. That is, /path/to/ourproj, which mounts under /o...
2015 Feb 27
0
Odd nfs mount problem
...eing/exported /mnt works... but an > immediate ls /mnt gives me stale file handle. > > The twist on this: the directory being exported is on an xfs filesystem... > one that's 33TB (it's an external RAID 6 appliance). > > Any ideas? > Oh, yes: I did just think to install xfs_progs, and did that, but still no joy. mark