Roy,
I noticed that, some times, after rebooting, my NFS share just doesn't show any files at all. It takes about 2-3 OS reboots for this to happens. I also noticed that, when this happens, I can't see any files, but when I sort on Filename, I see the name of the share below tv_shows_1, but when I select it, its empty. At this point I'm forced to delete the share and re add it again. It just happened again when I turned on th machine to collect the info you asked for. Therefore I decided to collect two sets of data, one with the shared gone bad, and with the new share showing files in it.
This is when the share went bad:
linuxmce@dcerouter:~$ find /home/public/data -name "NFS*" -print
linuxmce@dcerouter:~$ find /home/public/data -name "nfs*" -print
/home/public/data/videos/tv_shows_1/nfslockfile.lock
linuxmce@dcerouter:~$ ls -n /mnt/device/
total 0
linuxmce@dcerouter:~$
linuxmce@dcerouter:~$ mysql -u root -D pluto_main -E -e "select * from Device where PK_Device='41'"
*************************** 1. row ***************************
PK_Device: 41
Disabled: 0
FK_Room: NULL
FK_Installation: 72635
FK_DesignObj: NULL
Description: CleanTorrents
FK_DeviceTemplate: 1769
FK_Device_ControlledVia: 37
IPaddress: 192.168.1.3
MACaddress: 00:30:48:80:2E:7E
IgnoreOnOff: 0
FK_Device_RouteTo: NULL
NeedConfigure: 0
State:
Status: **RUN_CONFIG**
PingTest: 0
EK_LicensedDevice: NULL
IsNewDevice: 1
ManuallyConfigureEA: 0
Registered: 0
psc_id: NULL
psc_batch: NULL
psc_user: NULL
psc_frozen: 0
psc_mod: 2008-04-27 11:47:07
psc_restrict: NULL
linuxmce@dcerouter:~$ mysql -u root -D pluto_main -E -e "select * from Device where IPaddress='192.168.1.3'"
*************************** 1. row ***************************
PK_Device: 37
Disabled: 0
FK_Room: NULL
FK_Installation: 72635
FK_DesignObj: NULL
Description: neo
FK_DeviceTemplate: 1837
FK_Device_ControlledVia: 1
IPaddress: 192.168.1.3
MACaddress: 00:30:48:80:2E:7E
IgnoreOnOff: 0
FK_Device_RouteTo: NULL
NeedConfigure: 0
State:
Status:
PingTest: NULL
EK_LicensedDevice: NULL
IsNewDevice: 1
ManuallyConfigureEA: 0
Registered: 0
psc_id: NULL
psc_batch: NULL
psc_user: NULL
psc_frozen: 0
psc_mod: 2008-04-26 23:48:09
psc_restrict: NULL
*************************** 2. row ***************************
PK_Device: 41
Disabled: 0
FK_Room: NULL
FK_Installation: 72635
FK_DesignObj: NULL
Description: CleanTorrents
FK_DeviceTemplate: 1769
FK_Device_ControlledVia: 37
IPaddress: 192.168.1.3
MACaddress: 00:30:48:80:2E:7E
IgnoreOnOff: 0
FK_Device_RouteTo: NULL
NeedConfigure: 0
State:
Status: **RUN_CONFIG**
PingTest: 0
EK_LicensedDevice: NULL
IsNewDevice: 1
ManuallyConfigureEA: 0
Registered: 0
psc_id: NULL
psc_batch: NULL
psc_user: NULL
psc_frozen: 0
psc_mod: 2008-04-27 11:47:07
psc_restrict: NULL
==========================================================================================================================
This is after dropping and re-adding the share:
linuxmce@dcerouter:~$ find /home/public/data -name "NFS*" -print
linuxmce@dcerouter:~$ find /home/public/data -name "nfs*" -print
/home/public/data/videos/tv_shows_1/nfslockfile.lock
linuxmce@dcerouter:~$ ls -n /mnt/device/42 # I clipped the output for obvious reasons, but it contains all my files
total 112
...
drwxr-xr-x 3 65534 65534 4096 2008-04-26 10:58 public
...
drwxr-xr-x 3 65534 65534 4096 2008-04-26 10:58 user_1
...
linuxmce@dcerouter:~$ mysql -u root -D pluto_main -E -e "select * from Device where PK_Device='42'"
*************************** 1. row ***************************
PK_Device: 42
Disabled: 0
FK_Room: NULL
FK_Installation: 72635
FK_DesignObj: NULL
Description: CleanTorrents
FK_DeviceTemplate: 1769
FK_Device_ControlledVia: 37
IPaddress: 192.168.1.3
MACaddress: 00:30:48:80:2E:7E
IgnoreOnOff: 0
FK_Device_RouteTo: NULL
NeedConfigure: 1
State:
Status: **RUN_CONFIG**
PingTest: 0
EK_LicensedDevice: NULL
IsNewDevice: 1
ManuallyConfigureEA: 0
Registered: 0
psc_id: NULL
psc_batch: NULL
psc_user: NULL
psc_frozen: 0
psc_mod: 2008-04-27 22:16:07
psc_restrict: NULL
linuxmce@dcerouter:~$ mysql -u root -D pluto_main -E -e "select * from Device where IPaddress='192.168.1.3'"
*************************** 1. row ***************************
PK_Device: 37
Disabled: 0
FK_Room: NULL
FK_Installation: 72635
FK_DesignObj: NULL
Description: neo
FK_DeviceTemplate: 1837
FK_Device_ControlledVia: 1
IPaddress: 192.168.1.3
MACaddress: 00:30:48:80:2E:7E
IgnoreOnOff: 0
FK_Device_RouteTo: NULL
NeedConfigure: 0
State:
Status:
PingTest: NULL
EK_LicensedDevice: NULL
IsNewDevice: 1
ManuallyConfigureEA: 0
Registered: 0
psc_id: NULL
psc_batch: NULL
psc_user: NULL
psc_frozen: 0
psc_mod: 2008-04-26 23:48:09
psc_restrict: NULL
*************************** 2. row ***************************
PK_Device: 42
Disabled: 0
FK_Room: NULL
FK_Installation: 72635
FK_DesignObj: NULL
Description: CleanTorrents
FK_DeviceTemplate: 1769
FK_Device_ControlledVia: 37
IPaddress: 192.168.1.3
MACaddress: 00:30:48:80:2E:7E
IgnoreOnOff: 0
FK_Device_RouteTo: NULL
NeedConfigure: 1
State:
Status: **RUN_CONFIG**
PingTest: 0
EK_LicensedDevice: NULL
IsNewDevice: 1
ManuallyConfigureEA: 0
Registered: 0
psc_id: NULL
psc_batch: NULL
psc_user: NULL
psc_frozen: 0
psc_mod: 2008-04-27 22:16:07
psc_restrict: NULL