New sd card does not write

This is the same problem I reported awhile ago trying to use a hard drive on ORxPi v0.2.8. Ken

I also tested it with a 40 GB harddrive.

Sorry for not responding in a timely fashion. It’s a bit hectic over here. Do you know how to handle Linux command line and SSH?

little, but I’m not expert

how can I fix the sd card/hardisk

I am seeing same issue with usb jump drive and lighthouse.
Also, 32gb drive is only seen as 16gb.

A post was split to a new topic: No new content notification

If you could log into your box (username/pass: outernet/outernet) and give me the output of:

mount
ls -la /mnt

that would be helpful. We are trying to reproduce the issue, but currently unable to.

Could you please elaborate on the ‘same issue’ comment? What exactly is it that you are seeing? Also, I’ve moved your second post to a separate topic. Hope you don’t mind.

hd 160GB usb
outernet@outernet:~$ ls -la /mnt
total 32
drwxr-xr-x 1 root root 140 Oct 7 15:35 ./
drwxrwxrwt 1 root root 40 Oct 23 14:28 …/
drwxr-xr-x 5 root root 32768 Jan 1 1970 data/
drwxrwsr-x 2 root config 816 Oct 21 00:58 persist/
drwxr-xr-x 16 root root 1184 Oct 15 15:13 rootfs/
drwxrwxrwt 8 root root 160 Oct 23 14:28 tmpfs/
drwxrwxrwx 1 root root 80 Jan 1 2015 usb/

sd 8Gb
outernet@outernet:~$ ls -la /mnt
total 4
drwxr-xr-x 1 root root 120 Oct 7 15:35 ./
drwxrwxrwt 1 root root 40 Oct 23 14:42 …/
drwxr-xr-x 5 root root 4096 Jan 1 2015 data/
drwxrwsr-x 2 root config 816 Oct 21 00:58 persist/
drwxr-xr-x 16 root root 1184 Oct 15 15:13 rootfs/
drwxrwxrwt 8 root root 160 Oct 23 14:42 tmpfs/
outernet@outernet:~$

This is the internal sd

drwxr-xr-x 1 root root 120 Oct 7 15:35 ./
drwxrwxrwt 1 root root 40 Oct 23 17:56 …/
drwxrwsr-x 5 root data 368 Jan 1 2015 data/
drwxrwsr-x 2 root config 816 Oct 21 00:58 persist/
drwxr-xr-x 16 root root 1184 Oct 15 15:13 rootfs/
drwxrwxrwt 8 root root 160 Oct 23 17:56 tmpfs/

you need to change
drwxr-xr-x 5 root root 4096 Jan 1 2015 data/

with this?
drwxrwsr-x 5 root data 368 Jan 1 2015 data/

as you change this allowed?

I think this may be similar issue,
Lighthouse 1.4.0
I added usb memory
initial configuration OK
RECEIVING CONTENT OK
updates available
add all to library
0 update
add to library
0 update
Can not add items to library, library remains empty.
I do not see this issue with using only internal memory.

Now have lighthouse 1.4.1
RECEIVING CONTENT OK
Now no updates showing available
Library still empty

Hope this helps

No, it generally shold work as is.

Did you format your external drive before attaching or did you use an existing one?

As of 1.4.100 firmware, updates are no longer manually added to the library. Instead they are periodically scanned and added automatically. There is also a 1.4.201 image on air that will fix a few issues with 1.4.100.

I’ve formatted with gparted

Do you have another disk that you could try?

I I have many.
I try to change

I installed a new harddrive
result = 8 hours left

Content library is currently empty
There are no sites in the library.
No apps found.

I put on my computer Hard Disk EXT_STORE
result =

EXT_STORE/downloads/content
398 files 87.3 Mb
type files 1ac6fd3d3a96f37bc3c339546ee2c5cf.zip

EXT_STORE/downloads/files/Lake of Stars/Konkolozi
Konkolozi - Track 3.mp3

EXT_STORE/downloads/files/database_backups
db_backup_2015-10-25_20-26-37.sqlite

I received the new firmware version: 0.4.post8 / Lighthouse 1.4.201

with the new card does not work

I am past 72 hours

[2015-11-15 09:52:27 (+0000)] INFO added 722eb9d8db683c6dfb4bab9b940279dc to library
[2015-11-15 09:52:27 (+0000)] DEBUG Deletion of ‘722eb9d8db683c6dfb4bab9b940279dc’ failed: ‘[Errno 2] No such file or directory: ‘/mnt/data/librarian/zipballs/722/eb9/d8d/b68/3c6/dfb/4ba/b9b/940/279/dc’’
[2015-11-15 09:52:27 (+0000)] DEBUG Extraction of ‘/mnt/data/downloads/content/722eb9d8db683c6dfb4bab9b940279dc.zip’ failed: ‘[Errno 1] Operation not permitted’

no longer receives new content even with the original memory.

I assume you are using FAT32 external storage. This issue has been reported by others as well, and I think I’ve finally found out what causes it. I’m testing a fix right now, and will create a patch for the existing release tomorrow.