Page 1 of 1

Error Disk Full

PostPosted: Fri May 17, 2019 12:30 am
by antieco
Hi, it was going really good with fvdw-sl and suddenly i came saying the disk was full (it had 10 movies as much), lost minidlna service, also smb is dead. If i try to install any app i get
Code: Select all
Fail: install command failed, Can't create: minidlna
Fail: install command failed
Code: Select all
Fail: install command failed, 301
.
Is any way i can get a log file to share?
Many thanks

Re: Error Disk Full

PostPosted: Fri May 17, 2019 8:37 am
by fvdw
Probably several partition are full and as result no new folders or files can be created.
Connect via ssh using a ssh client like putty and give this command
Code: Select all
df -h

This will show free space on partitions in use.
If sda8 is full for sure minidlna cannot work. That smb is not working must have another reason.
If the sda8 is full you will need to delete some files.
As samba is not working you could try ftp server and a ftp client or delete files via command line using ssh access. In last case winscp is a nice program to use.
Ps When using ssh server, sda8 is mounted on folder /direct-usb

Re: Error Disk Full

PostPosted: Sat May 18, 2019 5:44 am
by antieco
It can't be full, it was almost empty..

[img]https://images2.imgbox.com/4c/0e/XgpmnLE4_o.jpg[/img]


Enviado desde mi ONEPLUS A6003 mediante Tapatalk

Re: Error Disk Full

PostPosted: Sat May 18, 2019 7:13 am
by Jocko
Hi

The issue is data partition is not mounted and then currently your data are stored in system partition which is now full (/dev/root used 100%)

So please to post:
Code: Select all
cat /boot.log
mount
ls -l /direct-usb
ls -l /share/1000

mkdir /tmp/sda8
mount /dev/sda8 /tmp/sda8


note: is there an issue to delete your data without backup them ?

Re: Error Disk Full

PostPosted: Sat May 18, 2019 1:35 pm
by antieco
Code: Select all
root@Cloudbox:/ # cat /boot.log
start boot log
detect and set platform
cloudbox
kirkwood
UIMAGE-466-KIRKWOOD-45
Current kernel: 4.6.6 #45 PREEMPT Mon Sep 17 23:17:28 CEST 2018cloudbox
 mount dev/pts
update dev nodes
booting using  root file system...
enable IP forwarding...
run udevstart to update dev nodes when necessary
depmod: can't create 'modules.dep.bb': No space left on device
inserting kernel modules:
depmod: can't create 'modules.dep.bb': No space left on device
modprobe: module 'iscsi_trgt' not found
start buttons control daemon
device = cloudbox
source = buttons-cloudbox
buttons-nwsp2 daemon started
Wed May 15 23:49:26 ART 2019
create temporary passwd file
create temporary group file
configure loopback network interface
setting reboot and standby
cloudbox
rebootd-cloudbox
cloudbox
standbyd-cloudbox
starting php based setup routines step 1
 * Initialize the volatile db file...    [ OK ]
 * Starting udevd...                                     [ OK ]
 * Finishing restore RAID devices...     [ OK ]
 * Found database configuration file...  [ OK ]
 * Updating Disks database...                    [ OK ]
 * Starting mount of volumes...
   - Mounting volume Vol-A:  [ Fail ]
 * Finishing mount of volumes...                 [ Fail ]
 * Generating Hosts File...                      [ OK ]
 * Configuring System Hostname...                [ OK ]
 * Configuring LAN interface...                  [ OK ]
 * Initializing Timezone...                      [ OK ]
 * Starting web server...
        Configure WebDav service :                       [ OK ]
        Web server :                                           [ OK ]
 * Starting mount of internal USB ...
 * Finishing mount internal USB ...      [ OK ]
 * Configuring Disks...                                  [ OK ]
 * Configuring Samba...                                  [ OK ]
 * Configuring System Users...
        Root password: use default password
        Set users, set users password    [ Fail ]
 * Starting Fvdw-sl Discovery Daemon...  [ OK ]
start rpcbind service
starting php based setup routines step 2
 * Starting dropbear...                                  [ OK ]
 * Kill temporary dropbear...                    [ OK ]
starting php based setup routines step 3
 * Starting NFS Server...                                [ OK ]
 * Starting Explorer Service...                  [ FAIL ]
                 [ FAIL ]
                 [ OK ]
 * Starting daemon update Hosts File...  [ OK ]
 * Starting Disk Temperature Guard...    [ OK ]
 * Starting NTP Server ...                               [ OK ]
 * Starting mount of remote shares...
 * Finishing mount shares...                     [ OK ]
 * Starting FTP Service...                               [ OK ]
 * Starting NTP client...                                [ OK ]
 * Starting Minidlna Server...                   [ FAIL ]
 * Starting Transmission Client...               [ OK ]
 * Starting Plex Media Server...                 [ FAIL ]
starting php based setup routines step banner


*** fvdw-sl NAS firmware
    This is fvdw-sl version: fvdw-sl 17.0 patched
    built on: May 28 2017

    LAN IP address: 10.0.0.7 (DHCP)

    Port configuration:

    LAN   -> eth0
php based setup routines finished
web permission on resolv.conf
set device tuning for dms performance
move smbd en nmbd db files away from ram disk to prevent hanging samba server
LED settings
else loop1 finished
rcS finished
root@Cloudbox:/ #


Code: Select all
# mount                                        /dev/sda7 on / type ext3 (rw,relatime,data=ordered)
none on /proc type proc (rw,relatime)                          none on /sys type sysfs (rw,relatime)
none on /dev/pts type devpts (rw,relatime,mode=600)
/dev/sda5 on /rw_fs type ext3 (rw,noatime,data=ordered)
tmpfs on /rw_fs/tmp/usr/var type tmpfs (rw,relatime,size=5000k)nfsd on /proc/fs/nfsd type nfsd (rw,relatime)
root@Cloudbox:/ #



Code: Select all
root@Cloudbox:/ # ls -l /direct-usb
lrwxrwxrwx  1 root root 11 2019-05-15 23:56 /direct-usb -> /share/1000
root@Cloudbox:/ # ls -l /share/1000
total 16
drwxrwxrwx  3 root root 4096 2019-05-12 23:28 fvdw
-rw-r--r--  1 root root    0 2019-05-16 21:29 mt-daapd
drwxrwxrwx  5 root root 4096 2019-05-15 23:57 tr-daemon
drwxrwxrwx  3 root root 4096 2019-05-15 23:42 tr-downloads
drwxrwxrwx  2 root root 4096 2019-05-16 21:29 twonkymedia
root@Cloudbox:/ #


Code: Select all
root@Cloudbox:/ # mount /dev/sda8 /tmp/sda8
mount: /rw_fs/tmp/sda8: wrong fs type, bad option, bad superblock on /dev/sda8, missing codepage or helper program, or other error.
root@Cloudbox:/ #
root@Cloudbox:/ #


I'm keen on deleting everything

Enviado desde mi ONEPLUS A6003 mediante Tapatalk

Re: Error Disk Full

PostPosted: Sat May 18, 2019 2:02 pm
by Jocko
So fs on sda8 is corrupted

First we try to fix that.
Code: Select all
e2fsck -y /dev/sda8
and try again to mount it
Code: Select all
mount /dev/sda8 /tmp/sda8


if it fails again please to post
Code: Select all
dmesg
file -bs /dev/sda8

Re: Error Disk Full

PostPosted: Wed May 22, 2019 2:53 am
by antieco
Jocko wrote:So fs on sda8 is corrupted

First we try to fix that.
Code: Select all
e2fsck -y /dev/sda8
and try again to mount it
Code: Select all
mount /dev/sda8 /tmp/sda8


if it fails again please to post
Code: Select all
dmesg
file -bs /dev/sda8
This
Code: Select all
e2fsck -y /dev/sda8

Fixed it! Many thank, looking forward v1. 8!!

Enviado desde mi ONEPLUS A6003 mediante Tapatalk