Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Loss off network shares on 8.2
#53
(09-23-2022, 06:10 AM)didier573 Wrote:
(09-23-2022, 02:03 AM)TheOldPresbyope Wrote:
(09-22-2022, 09:01 PM)Tim Curtis Wrote:
(09-22-2022, 08:38 PM)didier573 Wrote:
(09-22-2022, 08:24 PM)Tim Curtis Wrote: Could be useful. What format is the file system on the attached USB drive?

ExFAT

Looks like exfat format is not supported by NFS
https://forums.raspberrypi.com/viewtopic.php?t=309384

My drives are mostly fat32 (VFAT) which apparently works with NFS. I'm guessing that formats like NTFS etc are not supported by NFS either. 

I'll update the help for upcoming 8.2.1

Interesting. To test this I reformatted a USB thumbdrive to exfat and wrote some tracks to it.

Here's a snippet from the moOde 8.2.0 syslog when I started the NFS service with this USB drive mounted.


Code:
Sep 22 20:44:05 m82arm64 systemd[1]: Starting NFS Mount Daemon...
Sep 22 20:44:05 m82arm64 systemd[1]: Condition check resulted in RPC security service for NFS client and server being skipped.
Sep 22 20:44:05 m82arm64 systemd[1]: Condition check resulted in RPC security service for NFS server being skipped.
Sep 22 20:44:05 m82arm64 systemd[1]: Started NFSv4 ID-name mapping service.
Sep 22 20:44:05 m82arm64 rpc.mountd[2564751]: Version 1.3.3 starting
Sep 22 20:44:05 m82arm64 systemd[1]: Started NFS Mount Daemon.
Sep 22 20:44:05 m82arm64 systemd[1]: Starting NFS server and services...
Sep 22 20:44:05 m82arm64 exportfs[2564752]: exportfs: /media/B00F-155D does not support NFS export
Sep 22 20:44:05 m82arm64 systemd[1]: nfs-server.service: Control process exited, code=exited, status=1/FAILURE
Sep 22 20:44:05 m82arm64 systemd[1]: nfs-server.service: Failed with result 'exit-code'.
Sep 22 20:44:05 m82arm64 systemd[1]: Stopped NFS server and services.
Sep 22 20:44:05 m82arm64 systemd[1]: Stopping NFSv4 ID-name mapping service...
Sep 22 20:44:05 m82arm64 systemd[1]: Stopping NFS Mount Daemon...
Sep 22 20:44:05 m82arm64 systemd[1]: nfs-idmapd.service: Succeeded.
Sep 22 20:44:05 m82arm64 rpc.mountd[2564751]: Caught signal 15, un-registering and exiting.
Sep 22 20:44:05 m82arm64 systemd[1]: Stopped NFSv4 ID-name mapping service.
Sep 22 20:44:05 m82arm64 systemd[1]: nfs-mountd.service: Succeeded.
Sep 22 20:44:05 m82arm64 systemd[1]: Stopped NFS Mount Daemon.

So service flags the drive as not supporting NFS export. Too bad the service then fails and stops. This accounts for the behavior which was puzzling me.

OTOH. I then reformatted the USB drive as NTFS and wrote some tracks to it.

Here's the relevant syslog snippet this time.

Code:
Sep 22 21:52:30 m82arm64 systemd[1]: Starting NFS Mount Daemon...
Sep 22 21:52:30 m82arm64 systemd[1]: Condition check resulted in RPC security service for NFS client and server being skipped.
Sep 22 21:52:30 m82arm64 systemd[1]: Condition check resulted in RPC security service for NFS server being skipped.
Sep 22 21:52:30 m82arm64 systemd[1]: Started NFSv4 ID-name mapping service.
Sep 22 21:52:30 m82arm64 rpc.mountd[2584612]: Version 1.3.3 starting
Sep 22 21:52:30 m82arm64 systemd[1]: Started NFS Mount Daemon.
Sep 22 21:52:30 m82arm64 systemd[1]: Starting NFS server and services...
Sep 22 21:52:31 m82arm64 kernel: [345002.572959] NFSD: Using UMH upcall client tracking operations.
Sep 22 21:52:31 m82arm64 kernel: [345002.572983] NFSD: starting 90-second grace period (net f0000000)
Sep 22 21:52:31 m82arm64 systemd[1]: Finished NFS server and services.

This time the NFS service is running and the USB drive is exported, can be detected in a second player, mounted as a music source, etc.

Regards,
Kent

Hello, I've just tried with a FAT USB SSD and it works !!!  Smile
I had to restart everything and update the library but here it is.

My SSD was in ExFAT when I bought it and NTFS is not really compatible with my iMac. 

Thank you so much Tim and Kent for your support  Cool

Great that you got it working!
I remember I was doubting how to format when I prepared my USB SSD. I actually cannot remember which specific format but I must have chosen wisely without knowing.... Big Grin

Enjoy your new setup!
Reply


Messages In This Thread
Loss off network shares on 8.2 - by evanbutson - 09-18-2022, 11:12 PM
RE: Loss off network shares on 8.2 - by Falco - 09-19-2022, 02:13 PM
RE: Loss off network shares on 8.2 - by Falco - 09-19-2022, 02:53 PM
RE: Loss off network shares on 8.2 - by R2ots - 09-20-2022, 09:53 AM
RE: Loss off network shares on 8.2 - by R2ots - 09-20-2022, 07:14 PM
RE: Loss off network shares on 8.2 - by yannig - 09-20-2022, 03:19 PM
RE: Loss off network shares on 8.2 - by yannig - 09-20-2022, 04:15 PM
RE: Loss off network shares on 8.2 - by didier573 - 09-20-2022, 06:25 PM
RE: Loss off network shares on 8.2 - by didier573 - 09-21-2022, 06:20 AM
RE: Loss off network shares on 8.2 - by Falco - 09-22-2022, 09:43 AM
RE: Loss off network shares on 8.2 - by didier573 - 09-22-2022, 04:29 PM
RE: Loss off network shares on 8.2 - by didier573 - 09-21-2022, 12:01 PM
RE: Loss off network shares on 8.2 - by didier573 - 09-21-2022, 03:42 PM
RE: Loss off network shares on 8.2 - by didier573 - 09-21-2022, 12:31 PM
RE: Loss off network shares on 8.2 - by didier573 - 09-21-2022, 04:10 PM
RE: Loss off network shares on 8.2 - by didier573 - 09-21-2022, 04:48 PM
RE: Loss off network shares on 8.2 - by didier573 - 09-21-2022, 07:15 PM
RE: Loss off network shares on 8.2 - by didier573 - 09-21-2022, 08:29 PM
RE: Loss off network shares on 8.2 - by didier573 - 09-22-2022, 06:06 AM
RE: Loss off network shares on 8.2 - by didier573 - 09-22-2022, 06:15 AM
RE: Loss off network shares on 8.2 - by didier573 - 09-22-2022, 04:35 PM
RE: Loss off network shares on 8.2 - by didier573 - 09-22-2022, 06:38 PM
RE: Loss off network shares on 8.2 - by didier573 - 09-22-2022, 08:38 PM
RE: Loss off network shares on 8.2 - by didier573 - 09-23-2022, 06:10 AM
RE: Loss off network shares on 8.2 - by Falco - 09-23-2022, 07:37 AM
RE: Loss off network shares on 8.2 - by Nutul - 09-23-2022, 10:34 AM
RE: Loss off network shares on 8.2 - by rph-r - 10-30-2022, 08:26 PM
RE: Loss off network shares on 8.2 - by rph-r - 10-30-2022, 10:03 PM
RE: Loss off network shares on 8.2 - by rph-r - 10-31-2022, 09:19 AM
RE: Loss off network shares on 8.2 - by rph-r - 10-31-2022, 07:51 PM
RE: Loss off network shares on 8.2 - by rph-r - 10-31-2022, 09:14 PM
RE: Loss off network shares on 8.2 - by rph-r - 10-31-2022, 09:36 PM
RE: Loss off network shares on 8.2 - by rph-r - 11-01-2022, 11:06 PM
RE: Loss off network shares on 8.2 - by Sehnsucht - 11-01-2022, 09:06 PM
RE: Loss off network shares on 8.2 - by rph-r - 11-02-2022, 11:56 AM
RE: Loss off network shares on 8.2 - by DRONE7 - 11-02-2022, 06:57 AM
RE: Loss off network shares on 8.2 - by rph-r - 11-02-2022, 12:09 PM
RE: Loss off network shares on 8.2 - by rph-r - 11-02-2022, 05:26 PM
RE: Loss off network shares on 8.2 - by rph-r - 11-02-2022, 10:57 PM
RE: Loss off network shares on 8.2 - by rph-r - 11-05-2022, 10:50 AM
RE: Loss off network shares on 8.2 - by Sehnsucht - 11-11-2022, 01:05 PM
RE: Loss off network shares on 8.2 - by DRONE7 - 11-04-2022, 08:14 AM

Forum Jump: