Due to having to re-install have been able to repeat the problems had with the volumio_data partition when I did first install.
After completing first boot using Ethernet, then doing a reboot to bring up only on WiFi.
Noted the following when checking file systems mounted. Note the “overlay” showing only 262Mb
volumio@volumio:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mmcblk0p2 2.2G 642M 1.5G 31% /imgpart
/dev/loop0 283M 283M 0 100% /static
overlay 262M 67M 175M 28% /
devtmpfs 474M 0 474M 0% /dev
tmpfs 486M 0 486M 0% /dev/shm
tmpfs 486M 4.8M 481M 1% /run
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 486M 0 486M 0% /sys/fs/cgroup
tmpfs 486M 20K 486M 1% /tmp
tmpfs 486M 0 486M 0% /var/spool/cups
tmpfs 20M 44K 20M 1% /var/log
tmpfs 486M 0 486M 0% /var/spool/cups/tmp
/dev/mmcblk0p1 61M 37M 24M 61% /boot
tmpfs 98M 0 98M 0% /run/user/1000
Checking on the actual partition table noted:
volumio@volumio:~$ sudo fdisk /dev/mmcblk0
[sudo] password for volumio:
Welcome to fdisk (util-linux 2.25.2).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
Command (m for help): p
Disk /dev/mmcblk0: 58.3 GiB, 62562238464 bytes, 122191872 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x21c5cc5b
Device Boot Start End Sectors Size Id Type
/dev/mmcblk0p1 * 1 125000 125000 61M c W95 FAT32 (LBA)
/dev/mmcblk0p2 125001 4882812 4757812 2.3G 83 Linux
/dev/mmcblk0p3 4882813 122191406 117308594 56G 83 Linux
As expected of a 64Gb Micro SDRAM the 3rd partition should be all of what is left, 56Gb+ as shown.
Copied one ripped CD album onto the volumio using SMB
volumio@volumio:~$ cd /data
volumio@volumio:/data$ ls
INTERNAL albumart backgrounds configuration favourites playerstate playlist plugins volumio-update.tmp
volumio@volumio:/data$ cd INTERNAL/
volumio@volumio:/data/INTERNAL$ ls
Rivertribe
Taking the Micro SDRAM and mounting on an Ubuntu desktop get:
Taking Micro SDRAM out and mounting on a Ubuntu Linux system get the following:
Filesystem Size Used Avail Use% Mounted on
/dev/sde1 61M 37M 24M 61% /media/gordon/boot
/dev/sde2 2.2G 642M 1.5G 31% /media/gordon/volumio
/dev/sde3 262M 67M 175M 28% /media/gordon/volumio_data
Same as found mounted on the Raspberry Pi only 262Mb on the volumio_data partition
A check of the partitions shows same as on the Pi:
:~$ sudo fdisk /dev/sde
Welcome to fdisk (util-linux 2.27.1).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
Command (m for help): p
Disk /dev/sde: 58.3 GiB, 62562238464 bytes, 122191872 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x21c5cc5b
Device Boot Start End Sectors Size Id Type
/dev/sde1 * 1 125000 125000 61M c W95 FAT32 (LBA)
/dev/sde2 125001 4882812 4757812 2.3G 83 Linux
/dev/sde3 4882813 122191406 117308594 56G 83 Linux
My question is how does this happen and how do I enable this to full size ?
Note copying files to the SDRAM whether via SMB to the volumio host or when mounted in an Ubuntu desktop fails after 262Mb
Apologies for long post however since this happened again thought it worthwhile to capture and show what am seeing.
Last time had to manually configure the partition as mounted then re-mount ?