Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-04-07 Thread kingswindsor


Just in case it helps anyone else...
I've been migrating away from a Vortexbox based solution to PcP with LMS
and my music files on a home-built NAS.  
The NAS software is TrueNAS (was FreeNAS) and it uses ZFS as the
filesystem.
Couldn't get PcP to mount the TrueNAS Samba share until I installed
cifs-utils.tcz.  Now it works beautifully!  
thanks



kingswindsor's Profile: http://forums.slimdevices.com/member.php?userid=61926
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-05 Thread mibigo

paul- wrote: 
> If you are trying to play an alac file, that has been fixed.   Do a full
> update on squeezelitebutton is near the top of the main pCP web
> page.
> 
> If I it is not an alac file, or updating doesn’t solve your
> problem...start a new thread with details.

Thank you Paul; well I did a full update; and the player now stays,
however I can't hear nothing.. I see the tune playing but can't hear any
sound.. 

I will investigate.



mibigo's Profile: http://forums.slimdevices.com/member.php?userid=71182
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-04 Thread paul-

If you are trying to play an alac file, that has been fixed.   Do a full
update on squeezelitebutton is near the top of the main pCP web
page.

If I it is not an alac file, or updating doesn’t solve your
problem...start a new thread with details.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-04 Thread mibigo


paul- wrote: 
> Having cifs-utils installed is no big deal.   There is no daemon running
> because of it.   The only thing is that there are quite a few
> dependencies.   A good 15-20 extra extensions over what you would have
> on a simple install.   It will use a slight bit more ram, and will take
> an extra few seconds during bootup.
> 

mmh... doesn't sound good but I suppose I have no choice, as if
disinstall it I won't be able to mount the disk.. or once it is mounted
I can disinstall it..? but then what happens once you reboot, I suppose
the disk has to me mounted at each reboot of the Pi? Am I right? 

by the way (sorry I don't want to open another thread, I will if
necessary..) but I realized just now that when I go to the LMS and try
to play a song, the Squeezelite player stops running; I go to PcP to
restart, go back to LMS the player is there I relaunch the song and it
stops again.. does that has something to so with cifs-utils?



mibigo's Profile: http://forums.slimdevices.com/member.php?userid=71182
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-04 Thread paul-


Having cifs-utils installed is no big deal.   There is no daemon running
because of it.   The only thing is that there are quite a few
dependencies.   A good 15-20 extra extensions over what you would have
on a simple install.   It will use a slight bit more ram, and will take
an extra few seconds during bootup.


Code:


  cifs-utils.tcz
  krb5.tcz
  keyutils.tcz
  openssl.tcz
  ca-certificates.tcz
  libcap-ng.tcz
  samba4-lib.tcz
  gamin.tcz
  gnutls.tcz
  libidn2.tcz
  libunistring.tcz
  unbound.tcz
  expat2.tcz
  openssl.tcz
  ca-certificates.tcz
  nettle.tcz
  gmp.tcz
  p11-kit.tcz
  libtasn1.tcz
  libacl.tcz
  libattr.tcz
  libcap.tcz
  jansson.tcz
  icu.tcz
  talloc.tcz
  talloc.tcz
  




piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-04 Thread KeBul


mibigo wrote: 
> I had pCP 6,1 and now there is 7.0 ! so I redowloaded, reFlashed and dit
> all configuration, then I installed cifs-utils from the extensions that
> are now available.. and I eventually got it mounted! now it's visible in
> LMS and everything seems to work!
> 
> [INFO] mount -v -t cifs -o
> credentials=/home/tc/.cifs.cred,vers=2.0,uid=1001,gid=50
> //10.0.0.1/"sda2" /mnt/Musica
> 
> [ INFO ] Disk Mounted Successfully.
> 
> Thanks everybody! thet was really helpful! 
> 
> now do you see any problem in having gifs-utils installed? would that
> lower PCP performance?

Excellent, well done.

Can't help with the gifs-utils question.

Kev



KeBul's Profile: http://forums.slimdevices.com/member.php?userid=32883
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-04 Thread reinholdk


Great you've got it working now. Time to move to pCP v7...



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-04 Thread reinholdk


BTW, when I configure SAMBA on my ASUS router to allow guest login
(anonymous access), I see the volume name (sda2 in the example above) as
share name in Windows (\\router\volume). But when I disable guest login,
the volume name is no longer visible and I see all the folders in the
volume as shares in Windows (\\router\folder1, \\router\folder2,...).



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-04 Thread KeBul


mibigo wrote: 
> Thank you both and sorry for the late reply, I was busy. 
> 
> well, apparently you cannot enter the quotes in pCP share name, I tried
> and was not allowed.. you have the quotes only in the error log, don't
> know why
> 
> 
> 
> as to @KeBul suggestion:
> 
> I tried with both lower letters (vers=1, vers=2, etc..) but it didn't
> change, by the way I have also the simple share name option checked and
> neither that worked..
> 
> [INFO] mount -v -t cifs -o vers=1.0,uid=1001,gid=50 //10.0.0.1/"Music"
> /mnt/MyMusic
> [ERROR] Disk Mount Error, Try to Reboot.
> 
> I see I raised quite an issue, I didn' want to bother too many people,
> but I think it is an interesting one, as many people use USB drives
> attached to routers as simple and cheap "NAS"...

Cool, thanks for testing out the theory, my Vigor setup is very
different so doesn't help me test here and I've hit a blank on some
other ideas I had. sorry.

Kev



KeBul's Profile: http://forums.slimdevices.com/member.php?userid=32883
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-04 Thread mibigo


reinholdk wrote: 
> Same for me, no cifs-util.
> 
> I do have an ASUS router (different model) and attached an usb drive and
> enabled samba on the router. While I can access from Windows w/o
> problem, I got the error when mounting from pCP. Also tried with user
> and pwd field set to 1, also disabled anonymous access on the router and
> added real user and pwd to pCP's mount line. Still the same.

I had pCP 6,1 and now there is 7.0 ! so I redowloaded, reFlashed and dit
all configuration, then I installed cifs-utils from the extensions that
are now available.. and I eventually got it mounted! now it's visible in
LMS and everything seems to work!

[INFO] mount -v -t cifs -o
credentials=/home/tc/.cifs.cred,vers=2.0,uid=1001,gid=50
//10.0.0.1/"sda2" /mnt/Musica

[ INFO ] Disk Mounted Successfully.

Thanks everybody! thet was really helpful! 

now do you see any problem in having gifs-utils installed? would that
lower PCP performance?



mibigo's Profile: http://forums.slimdevices.com/member.php?userid=71182
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-04 Thread reinholdk


mibigo wrote: 
> well strange as it may be, the extension is not available in any of the
> three repository, by the way I see "List of 484 extensions available"
> while in your screenshot you have 555..

Same for me, no cifs-util.

I do have an ASUS router (different model) and attached an usb drive and
enabled samba on the router. While I can access from Windows w/o
problem, I got the error when mounting from pCP. Also tried with user
and pwd field set to 1, also disabled anonymous access on the router and
added real user and pwd to pCP's mount line. Still the same.



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-04 Thread mibigo


kidstypike wrote: 
> pCP main page > scroll down to "Extensions" > click "available".
> 
> 32839

well strange as it may be, the extension is not available in any of the
three repository, by the way I see "List of 484 extensions available"
while in your screenshot you have 555..



mibigo's Profile: http://forums.slimdevices.com/member.php?userid=71182
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-04 Thread kidstypike


mibigo wrote: 
> if you're asking me, no I didn't.. I don't know how to.

pCP main page > scroll down to "Extensions".

32839


+---+
|Filename: xtensions.jpg|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32839|
+---+


*Server - LMS 8.2.0 *Pi4B 4GB/Argon one case/pCP v7.0.0 - 74K library,
playlists & LMS cache on SSD (ntfs)
*Study -* Pi3B/pCP 7.0.0/pi screen/Hifiberry DAC HAT Ruark MR1 Mk2
*Lounge* - Pi2/pCP 6.0.0 > HiFiBerry DIGI+ > AudioEngine DAC1 > AVI DM5
*Garage* - Squeezebox Boom + Fostex sub
*Dining Room* - Pi3B/Bluetooth/Echo Show 8

*Spares* - 2xTouch, 1xSB Radio. 1xSB3, 6xRPi

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-04 Thread kidstypike


Paul Webster wrote: 
> 
> 
> Also - did you install the extra cifs utils (sorry if I missed earlier
> confirmation)?

If you're asking me, yes I did.



*Server - LMS 8.2.0 *Pi4B 4GB/Argon one case/pCP v7.0.0 - 74K library,
playlists & LMS cache on SSD (ntfs)
*Study -* Pi3B/pCP 7.0.0/pi screen/Hifiberry DAC HAT Ruark MR1 Mk2
*Lounge* - Pi2/pCP 6.0.0 > HiFiBerry DIGI+ > AudioEngine DAC1 > AVI DM5
*Garage* - Squeezebox Boom + Fostex sub
*Dining Room* - Pi3B/Bluetooth/Echo Show 8

*Spares* - 2xTouch, 1xSB Radio. 1xSB3, 6xRPi

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-04 Thread Paul Webster

>From the pCP web interface there is a way to load extensions. I don’t
have the UI here but I think it is a click on front page to get to it
and scroll through the alphabetically sorted list and choose install.



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc), kcrw,
supla finland, abc australia, cbc/radio-canada and rte ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-04 Thread mibigo


Paul Webster wrote: 
> 
> Also - did you install the extra cifs utils (sorry if I missed earlier
> confirmation)?

if you're asking me, no I didn't.. I don't know how to.



mibigo's Profile: http://forums.slimdevices.com/member.php?userid=71182
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-04 Thread Paul Webster


The quotes are added automatically by pCP and removed by the operating
system.

>From ssh session you could try the same and variations- eg removing the
id/gid references.

Also - did you install the extra cifs utils (sorry if I missed earlier
confirmation)?



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc), kcrw,
supla finland, abc australia, cbc/radio-canada and rte ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-04 Thread KeBul


paul- wrote: 
> The quote marks are fine, that is to allow for spaces in the share name.
> The linux shell drops the quote marks when processing the line.

Cheers Paul, any ideas why it uses the quotes in this case though?

There's no quotes on my pCP network mount.

Kev



KeBul's Profile: http://forums.slimdevices.com/member.php?userid=32883
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-04 Thread mibigo


paul- wrote: 
> The quote marks are fine, that is to allow for spaces in the share name.
> The linux shell drops the quote marks when processing the line.

Thank you both and sorry for the late reply, I was busy. 

well, apparently you cannot enter the quotes in pCP share name, I tried
and was not allowed.. you have the quotes only in the error log, don't
know why

KeBul wrote: 
> Yes, I agree, it doesn't look right, but addressing that was my next
> step if the vers case issue didn't fix the issues.
> 
> It's hard to work out from documentation and not actually having one to
> test what the ASUS router is actually doing with it's share, WD Elements
> 2620 is clearly the volume, in ASUS' onine examples of setting up a
> network samba share the sda appears after click the Add New Folder to
> share, so I thought maybe it's the share name and the folders are below
> that are the shared folders with editable permissions.
> 
> But looking at kidstypike post #38, it looks like the lowercase vers
> isn't the fix and it's as I feared it might be, the router isn't
> presenting sda2 as a share name but a virtual volume, so the valid share
> name is vol/folder (sda2/Music) and pCP doesn't allow this. 
> This is pretty much confirmed by later posts and the volumio mount.
> 
> So for me the next question is... On the Router config page, does
> setting "Simpler share naming" to Yes allow you to drop the sda2 and
> just use Music as the share name... so:
> 
> 32836
> 
> Just checked and my Vigor router allows sharing a USB drive... perhaps
> I'll have a play with that this evening.
> 
> Kev

as to @KeBul suggestion:

I tried with both lower letters (vers=1, vers=2, etc..) but it didn't
change, by the way I have also the simple share name option checked and
neither that worked..

[INFO] mount -v -t cifs -o vers=1.0,uid=1001,gid=50 //10.0.0.1/"Music"
/mnt/MyMusic
[ERROR] Disk Mount Error, Try to Reboot.

I see I raised quite an issue, I didn' want to bother too many people,
but I think it is an interesting one, as many people use USB drives
attached to routers as simple and cheap "NAS"...



mibigo's Profile: http://forums.slimdevices.com/member.php?userid=71182
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-04 Thread paul-


The quote marks are fine, that is to allow for spaces in the share name.
The linux shell drops the quote marks when processing the line.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-04 Thread KeBul


reinholdk wrote: 
> Can anybody confirm that the double-quotes around sda2 in the output are
> correct? I'd expect to read //10.0.0.1/sda2 here, no?

Yes, I agree, it doesn't look right, but addressing that was my next
step if the vers case issue didn't fix the issues.

It's hard to work out from documentation and not actually having one to
test what the ASUS router is actually doing with it's share, WD Elements
2620 is clearly the volume, in ASUS' onine examples of setting up a
network samba share the sda appears after click the Add New Folder to
share, so I thought maybe it's the share name and the folders are below
that are the shared folders with editable permissions.

But looking at kidstypike post #38, it looks like the lowercase vers
isn't the fix and it's as I feared it might be, the router isn't
presenting sda2 as a share name but a virtual volume, so the valid share
name is vol/folder (sda2/Music) and pCP doesn't allow this. 
This is pretty much confirmed by later posts and the volumio mount.

So for me the next question is... On the Router config page, does
setting "Simpler share naming" to Yes allow you to drop the sda2 and
just use Music as the share name... so:

32836

Just checked and my Vigor router allows sharing a USB drive... perhaps
I'll have a play with that this evening.

Kev


+---+
|Filename: smb.jpg  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32836|
+---+


KeBul's Profile: http://forums.slimdevices.com/member.php?userid=32883
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-04 Thread kidstypike


reinholdk wrote: 
> Can anybody confirm that the double-quotes around sda2 in the output are
> correct? I'd expect to read //10.0.0.1/sda2 here, no?

I've been trying for hours to see if *I* could mount a USB stick
connected to my router, but getting the same results as @mibigo.

This is what I see in the router settings:

32827

This is what I see in Windows Explorer:

32828

This is what I enter in pCP (the *bottom mount*, the top mount is my NAS
no problem with that):

32829

This is the error I get when trying to set the mount (note quotes around
"sda1"

32830

Although the mount "catflap" appears in LMS, the directory is apparently
empty:

32833


+---+
|Filename: LMScatflap.jpg   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32833|
+---+


*Server - LMS 8.2.0 *Pi4B 4GB/Argon one case/pCP v7.0.0 - 74K library,
playlists & LMS cache on SSD (ntfs)
*Study -* Pi3B/pCP 7.0.0/pi screen/Hifiberry DAC HAT Ruark MR1 Mk2
*Lounge* - Pi2/pCP 6.0.0 > HiFiBerry DIGI+ > AudioEngine DAC1 > AVI DM5
*Garage* - Squeezebox Boom + Fostex sub
*Dining Room* - Pi3B/Bluetooth/Echo Show 8

*Spares* - 2xTouch, 1xSB Radio. 1xSB3, 6xRPi

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-04 Thread reinholdk


mibigo wrote: 
> 
> [INFO] mount -v -t cifs -o Vers=1.0,uid=1001,gid=50 //10.0.0.1/"sda2"
> /mnt/MusicFiles
> 

Can anybody confirm that the double-quotes around sda2 in the output are
correct? I'd expect to read //10.0.0.1/sda2 here, no?



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-04 Thread KeBul


mibigo wrote: 
> I did it but it looks the same to me...
> 
> //10.0.0.1/sda2/Music on /mnt/NAS/Fragulin type cifs
> (ro,relatime,vers=1.0,sec=none,cache=strict,uid=0,noforceuid,gid=0,noforcegid,addr=10.0.0.1,soft,unix,posixpaths,serverino,mapposix,acl,rsize=1048576,wsize=1048576,echo_interval=60,actimeo=1)

Linux can be pretty picky about upper and lowercase... try using vers=1
NOT Vers=1 or vers=2 not Vers=2 in your pCP mount options.

A quick read up on this and it would seem your router is presenting a
share name of sda2, so I think your screenshot in you post #9 is
correct... Apart from the previously mention mount options...

So try correcting that first and see where that leads.

Kev



KeBul's Profile: http://forums.slimdevices.com/member.php?userid=32883
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-04 Thread mibigo


paul- wrote: 
> The mount command in pCP is not setup to mount two layers deep.
> 
> What happens if you enable the "Simpler Share" option in your NAS?  
> What does the mount look like now?

I did it but it looks the same to me...

//10.0.0.1/sda2/Music on /mnt/NAS/Fragulin type cifs
(ro,relatime,vers=1.0,sec=none,cache=strict,uid=0,noforceuid,gid=0,noforcegid,addr=10.0.0.1,soft,unix,posixpaths,serverino,mapposix,acl,rsize=1048576,wsize=1048576,echo_interval=60,actimeo=1)



mibigo's Profile: http://forums.slimdevices.com/member.php?userid=71182
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-04 Thread mibigo


BosseJ wrote: 
> Sorry if I'm intruding in the conversation.
> 
> ... So I think your network mount setting on the pCP was correct, apart
> from the share name which should be sda2/Music.

I had tried that in the very beginning, as it was the most logic way,
but apparently you can't use "sda2/Music" or any other path-like string.
if you try to use slashes, there is a pop-up saying to apply the
required format (whatever it means)

But thank you anyway.

32822


+---+
|Filename: Schermata 2021-01-04 alle 10.13.09.png   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32822|
+---+


mibigo's Profile: http://forums.slimdevices.com/member.php?userid=71182
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-03 Thread paul-


The mount command in pCP is not setup to mount two layers deep.

What happens if you enable the "Simpler Share" option in your NAS?  
What does the mount look like now?



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-03 Thread mibigo


paul- wrote: 
> If you open a shell on your volumio system, you should be able to type
> "mount" and it should show the exact path that is mounted.   But I
> thought your screen shot showing 
> 
> 10.0.0.1 and sda2 was the correct paths.
> 
> The Asus documentation is clear as mud.


Thank's Paul, I managed to do it!... I opend the shell typing ssh
volumio@10.0.0.6 in the terminal and then typed mount: got a bunch of
information amongst other:

//10.0.0.1/sda2/Music on /mnt/NAS/Fragulin type cifs
(ro,relatime,vers=1.0,sec=none,cache=strict,uid=0,noforceuid,gid=0,noforcegid,addr=10.0.0.1,soft,unix,posixpaths,serverino,mapposix,acl,rsize=1048576,wsize=1048576,echo_interval=60,actimeo=1)

where "Fragulin" is the name with which I formatted the disk, but I
already tried to mount the disk in pCP with that name as the share name,
as well as "NAS", but the results were the same disk mount error..



mibigo's Profile: http://forums.slimdevices.com/member.php?userid=71182
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-03 Thread mibigo

Paul Webster wrote: 
> Did you try with the "cifs-utils" that paul- referred to?

No i did not, i’m afraid  i don’t know how to install it.. nor I know
how to open a shell on volumio and mount the drive.. i’m really a newbie
here... that’s my first experience with pCP.. after all volumio is
simpler to install, but i like the idea of a light Music streamer as
pCP.. i will try again tomorrow; is night time here.
Thanks!



mibigo's Profile: http://forums.slimdevices.com/member.php?userid=71182
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-03 Thread paul-


If you open a shell on your volumio system, you should be able to type
"mount" and it should show the exact path that is mounted.   But I
thought your screen shot showing 

10.0.0.1 and sda2 was the correct paths.

The Asus documentation is clear as mud.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-03 Thread Paul Webster


Did you try with the "cifs-utils" that paul- referred to?



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc), kcrw,
supla finland, abc australia, cbc/radio-canada and rte ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-03 Thread mibigo


Paul Webster wrote: 
> In essence it is the count of devices connected to your remote disk
> storage at the same time.
> Your MAC is 1
> Your Volumio would be number 2 (if it is still running)
> The PC in someone else's room would 3
> The neighbour borrowing your WiFi and music would be 4
> etc

I see; however it's only me and Volumio (which is not active now as I'm
trying PcP.) so it's only me, the neighbour I don't know but is should
guess my hard to find password.. ;-)) anyhow I set it to 9 just to try
and nothing changes..



mibigo's Profile: http://forums.slimdevices.com/member.php?userid=71182
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-03 Thread Paul Webster


In essence it is the count of devices connected to your remote disk
storage at the same time.
Your MAC is 1
Your Volumio would be number 2 (if it is still running)
The PC in someone else's room would 3
The neighbour borrowing your WiFi and music would be 4
etc



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc), kcrw,
supla finland, abc australia, cbc/radio-canada and rte ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-03 Thread mibigo


Man in a van wrote: 
> @mibigo
> 
> Have you tried either 
> 
> Music
> or 
> Media
> 
> as the Share name
> 
> and do you fill in the username and password ?
> 
> 

Yes I tried both, I tried also using the password 1/1 as suggested by
Paul, and setting a password to the share in the router, but neither
work..



mibigo's Profile: http://forums.slimdevices.com/member.php?userid=71182
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-03 Thread Paul Webster


Other Paul here ...
I would expect "sda2"
Is there a chance that you have reached the maximum number of mounts?
... shows 5 as the max on that screenshot.



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc), kcrw,
supla finland, abc australia, cbc/radio-canada and rte ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-03 Thread mibigo


Paul Webster wrote: 
> Other Paul here ...
> I would expect "sda2"
> Is there a chance that you have reached the maximum number of mounts?
> ... shows 5 as the max on that screenshot.

No idea.. but It's just me trying to connect to this drive would I have
already reached the threshold?.. I don't know what it means indeed..



mibigo's Profile: http://forums.slimdevices.com/member.php?userid=71182
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-03 Thread mibigo


paul- wrote: 
> What is the configuration of your router.   Is it open (no password) or
> is there a username and password configured.  The manual is a bit vague
> as to authentication options.

Thank You Paul; there is no password; it is shared also to guest
users... however I will try your suggestions. But could you tell me hat
should I exactly put in share name? the name of the medial folder, or
its hierarchical superior, or what ? the name of the disk (in which case
it 's hard to understand what should this name be...) is the name that I
see on the Mac smb://10.0.0.1/*sda2*  ? or is it the name that I see in
Volumio /mnt/NAS/*MYNAME*/Media ? Or the name of the of the disk that I
see when I mount it on the Mac which is *MYNAME*/Music/Media; or any
other of the parts of the path? Is this that I can't figure out.. 

on the router it is like that:

32814


+---+
|Filename: Schermata 2021-01-03 alle 18.40.31.png   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32814|
+---+


mibigo's Profile: http://forums.slimdevices.com/member.php?userid=71182
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-03 Thread paul-


What is the configuration of your router.   Is it open (no password) or
is there a username and password configured.  The manual is a bit vague
as to authentication options.

A few things to try.
1) If there is no password to access, try putting a "1" in both the
username and password field.  Sometimes mount just likes to have those
fields populated. 
2) Setup a username and password on your router for the share, then
obviously add it to the mount line.
3) If there is still a problem, try adding the "cifs-utils" extension. 
That is the official mount helpers for cifs/samba..we don't include
it by default as it is quite heavy, and most don't need it.   But give
it a shot if the password options above don't work.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-03 Thread Man in a van


@mibigo

Have you tried either 

Music
or 
Media

as the Share name

and do you fill in the username and password ?



Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-03 Thread mibigo


mibigo wrote: 
> Yes of course.. is 10.0.0.6

by the way when I use the LMS in volumio, I can see the path it mounts
which is something like /mnt/NAS/MyName/Media .. which is quite strange
to me: name is the name I gave the disk when I formatted it with the
Mac.. and Media is the subfolder containing the Music Files in the
drive, NAS I don't know where it does take from.. (probably in Volumio
the drive is identified with NAS) but I tried all of these names and it
doesn't work either 

by the way Media is a subfolder of the the folder Music, so it should be
/mnt/NAS/MyName/Music/Media..



mibigo's Profile: http://forums.slimdevices.com/member.php?userid=71182
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-03 Thread Paul Webster


Does your Volumio installation show the command that it used to mount
the remote drive?



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc), kcrw,
supla finland, abc australia, cbc/radio-canada and rte ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-03 Thread mibigo


Paul Webster wrote: 
> Is your RPi on the same network (10.0.0.something)?

Yes of course.. is 10.0.0.6



mibigo's Profile: http://forums.slimdevices.com/member.php?userid=71182
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-03 Thread Paul Webster


Is your RPi on the same network (10.0.0.something)?



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc), kcrw,
supla finland, abc australia, cbc/radio-canada and rte ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-03 Thread mibigo


Paul Webster wrote: 
> What you were trying at first seems to be correct ... because your MAC
> mounts it using smb:// 
> Try changing the Vers=1.0 to Vers=2.0 or to Vers=3.0
> Hopefully the SMB server in the router translate the HFS file system to
> real Windows-like SMB

Thank you I tried all three options, but always getting [ERROR] Disk
Mount Error, Try to Reboot...
And in fact when I go to the LMS web page I can see the mounting point
but cannot browse it..

The point is I think that there is something wrong in the path I
provide.. the fact is that I don't understand the INFO provided by the
PCP..
[INFO] mount -v -t cifs -o Vers=2.0,uid=1001,gid=50 //10.0.0.1/"sda2"
/mnt/MusicFiles

32813


+---+
|Filename: Schermata 2021-01-03 alle 17.57.18.png   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32813|
+---+


mibigo's Profile: http://forums.slimdevices.com/member.php?userid=71182
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-03 Thread Paul Webster


Try changing the Vers=1.0 to Vers=2.0 or to Vers=3.0



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc), kcrw,
supla finland, abc australia, cbc/radio-canada and rte ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-03 Thread mibigo


kidstypike wrote: 
> It looks like you're trying to set a *network* mount, you should be
> filling out the *USB* mount fields just above the network mount, see
> mine below. (I have 2 mounted USB drives).
> 
> Thanks, but It cannot be that simple!.. ;-) indeed my usb drive is
> connected to the router not to the RPI, therefore the RPI doesn't see it
> as a USB (see below); of course I tried successfully to mount it when
> attached to the RPI USB port, but for several reasons (amongst other
> that I don't think the RPI can manage the portable disk which has no
> power) and moreover I need that the disk to be available to other
> devices; hence the decision to connect it to the router so that I can
> see it to the entire network.. anyhow there should be a way to connect
> it as network drive.. unfortunately the example provided by the PCP
> documentation makes the case of a sinology NAS, but that's another
> scenario not mine.
> 
> 32811


+---+
|Filename: Schermata 2021-01-03 alle 17.10.44.png   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32811|
+---+


mibigo's Profile: http://forums.slimdevices.com/member.php?userid=71182
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-03 Thread kidstypike


slartibartfast wrote: 
> Is it a USB mount if it is connected to the USB on the router?
> 
> Sent from my Pixel 3a using Tapatalk

Oops . . . missed that bit.

Sorry about the duff info.  :(



*Server - LMS 8.2.0 *Pi4B 4GB/Flirc case/pCP v7.0.0 - 74K library,
playlists & LMS cache on SSD (ntfs)
*Study -* Pi3B/pCP 7.0.0b6/pi screen/Allo Boss DAC Ruark MR1 Mk2
*Lounge* - Pi2/pCP 6.0.0 > HiFiBerry DIGI+ > AudioEngine DAC1 > AVI DM5
*Garage* - Squeezebox Boom + Fostex sub
*Dining Room* - Pi3B/Bluetooth/Echo Show 8

*Spares* - 2xTouch, 1xSB Radio. 1xSB3, 6xRPi

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-03 Thread slartibartfast


kidstypike wrote: 
> It looks like you're trying to set a *network* mount, you should be
> filling out the *USB* mount fields just above the network mount, see
> mine below. (I have 2 mounted USB drives).
> 
> 32810Is it a USB mount if it is connected to the USB on the router?

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-03 Thread kidstypike


mibigo wrote: 
> Hi, I'm completely new to Linux, PicorePlayer and LMS
> 
> I just installed my first Raspberry Pi and tried to configure PiCore
> Player following the instructions on the site; however when it comes to
> network drives the example provided does not exactly match my case; I
> have a portable 4TB USB drive connected to the USB port on the router:
> On my Mac it shows like smb://10.0.0.1/sda2/Music/Media or
> //router/sda2/Music/Media (Music being the folder where the files
> reside, actually is a copy of my Music folder on the Mac); see the
> screenshot below. 
> 
> The point is that I'm totally newbie to mounting disk; I don't actually
> understand where should I mount and how the disk, or what I should write
> in the pCP LMS fields; for me it is just available on the network (with
> Volumio for example I ca easily select it as my music source) but I
> don't know how to do it with pCP.. I tried several share names but I
> always get the same error message (see below): it is clear that I don't
> have any idea on how the RPI "sees" my network drive (which is not a
> NAS, just a usb drive connected to the Router an ASUSRT68U) ; last but
> not least the drive is formatted with MAC HFS filesystem, however I
> installed the support for other file systems in pCP..)
> 
> Does any one have any suggestion?
> 
> mibigo
> 
> [ INFO ] Mount configuration changed for 10.0.0.1:/sda2
> [ INFO ] Unmounting Old Mount Point: /mnt/MusicFiles.
> [ INFO ] New Mount Point /mnt/MusicFiles is not in use.
> [ INFO ] Checking new Mount Point /mnt/MusicFiles.
> [ INFO ] New Mount Point /mnt/MusicFiles is not in use.
> [ INFO ] Mounting Disk.
> [INFO] mount -v -t cifs -o Vers=1.0,uid=1001,gid=50 //10.0.0.1/"sda2"
> /mnt/MusicFiles
> [ERROR] Disk Mount Error, Try to Reboot.
> [ INFO ] Backing up files to /mnt/mmcblk0p2/tce/mydata.tgz/ Done.
> [ OK ] Backup successful.
> 
> 32809

It looks like you're trying to set a *network* mount, you should be
filling out the *USB* mount fields just above the network mount, see
mine below. (I have 2 mounted USB drives).

32810


+---+
|Filename: USBmount.jpg |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32810|
+---+


*Server - LMS 8.2.0 *Pi4B 4GB/Flirc case/pCP v7.0.0 - 74K library,
playlists & LMS cache on SSD (ntfs)
*Study -* Pi3B/pCP 7.0.0b6/pi screen/Allo Boss DAC Ruark MR1 Mk2
*Lounge* - Pi2/pCP 6.0.0 > HiFiBerry DIGI+ > AudioEngine DAC1 > AVI DM5
*Garage* - Squeezebox Boom + Fostex sub
*Dining Room* - Pi3B/Bluetooth/Echo Show 8

*Spares* - 2xTouch, 1xSB Radio. 1xSB3, 6xRPi

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2021-01-03 Thread mibigo


Hi, I'm completely new to Linux, PicorePlayer and LMS

I just installed my first Raspberry Pi and tried to configure PiCore
Player following the instructions on the site; however when it comes to
network drives the example provided does not exactly match my case; I
have a portable 4TB USB drive connected to the USB port on the router:
On my Mac it shows like smb://10.0.0.1/sda2/Music/Media or
//router/sda2/Music/Media (Music being the folder where the files
reside, actually is a copy of my Music folder on the Mac); see the
screenshot below. 

32808

The point is that I'm totally newbie to mounting disk; I don't actually
understand where should I mount and how the disk, or what I should write
in the pCP LMS fields; for me it is just available on the network (with
Volumio for example I ca easily select it as my music source) but I
don't know how to do it with pCP.. I tried several share names but I
always get the same error message (see below): it is clear that I don't
have any idea on how the RPI "sees" my network drive (which is not a
NAS, just a usb drive connected to the Router an ASUSRT68U) ; last but
not least the drive is formatted with MAC HFS filesystem, however I
installed the support for other file systems in pCP..)

Does any one have any suggestion?

mibigo

[ INFO ] Mount configuration changed for 10.0.0.1:/sda2
[ INFO ] Unmounting Old Mount Point: /mnt/MusicFiles.
[ INFO ] New Mount Point /mnt/MusicFiles is not in use.
[ INFO ] Checking new Mount Point /mnt/MusicFiles.
[ INFO ] New Mount Point /mnt/MusicFiles is not in use.
[ INFO ] Mounting Disk.
[INFO] mount -v -t cifs -o Vers=1.0,uid=1001,gid=50 //10.0.0.1/"sda2"
/mnt/MusicFiles
[ERROR] Disk Mount Error, Try to Reboot.
[ INFO ] Backing up files to /mnt/mmcblk0p2/tce/mydata.tgz/ Done.
[ OK ] Backup successful.

32809


+---+
|Filename: Schermata 2021-01-03 alle 16.23.39.png   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32809|
+---+


mibigo's Profile: http://forums.slimdevices.com/member.php?userid=71182
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2020-12-10 Thread Nabukodonosor


I know, that's just an example for the screenshot. I did enable it and
clicked the Set NET Mount button below.



Nabukodonosor's Profile: http://forums.slimdevices.com/member.php?userid=71043
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2020-12-10 Thread kidstypike


Nabukodonosor wrote: 
> Nope, that didn't work. I did manage to mount without an error, with the
> setup like on the screenshot below, but there is no point to that,
> because my music library is not in that folder. It's in a subfolder. But
> I don't know how to enter the subfolder with CIFS selected.
> 
> 32493

In your screenshot you've not enabled the mount (tick in the first box)



*Server - LMS 8.0.1 *Pi4B 4GB/Flirc case/pCP v7.0.0b6 - 74K library,
playlists & LMS cache on SSD (ntfs)
*Study -* Pi3B/pCP 7.0.0b6/pi screen/Allo Boss DAC Ruark MR1 Mk2
*Lounge* - Pi2/pCP 6.0.0 > HiFiBerry DIGI+ > AudioEngine DAC1 > AVI DM5
*Garage* - Squeezebox Boom + Fostex sub
*Dining Room* - Pi3B/Bluetooth/Echo Show 8

*Spares* - 2xTouch, 1xSB Radio. 1xSB3, 6xRPi

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2020-12-10 Thread Nabukodonosor


Nope, it didn't ask me anything. Also, I don't see that option. I only
see local mounts on my Pi.

32494


+---+
|Filename: Screenshot_2.jpg |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32494|
+---+


Nabukodonosor's Profile: http://forums.slimdevices.com/member.php?userid=71043
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2020-12-10 Thread Paul Webster


Once the mount is working you then navigate into the subfolder via the
LMS web interface not the pCP one.
Just go into LMS/settings and it should ask for the music location.



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc), kcrw,
supla finland, abc australia, cbc/radio-canada and rte ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2020-12-10 Thread Nabukodonosor


Paul Webster wrote: 
> Since it is Windows it would be cifs not nfs.
> Also I would take the space out of the share name just to remove another
> possibility for problems.
> 
> You might need a vers=2.0 to mount an old version of Windows.
> 
> Press on the "more" link in the pCP page for extra info about where that
> settings goes.

Nope, that didn't work. I did manage to mount without an error, with the
setup like on the screenshot below, but there is no point to that,
because my music library is not in that folder. It's in a subfolder. But
I don't know how to enter the subfolder with CIFS selected.

32493


+---+
|Filename: Screenshot_1.jpg |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32493|
+---+


Nabukodonosor's Profile: http://forums.slimdevices.com/member.php?userid=71043
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2020-12-10 Thread Nabukodonosor


OK, I will try that. Thanks.



Nabukodonosor's Profile: http://forums.slimdevices.com/member.php?userid=71043
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] [ERROR] Disk Mount Error, Try to Reboot.

2020-12-10 Thread Paul Webster


Since it is Windows it would be cifs not nfs.
Also I would take the space out of the share name just to remove another
possibility for problems.

You might need a vers=2.0 to mount an old version of Windows.

Press on the "more" link in the pCP page for extra info about where that
settings goes.



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc), kcrw,
supla finland, abc australia, cbc/radio-canada and rte ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=113404

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter