Kernel #14 update - 5bigN2 unavailable

Re: Kernel #14 update - 5bigN2 unavailable

Postby macdalor » Fri Jan 22, 2016 10:52 pm

fvdw wrote:there is another command you can use to list files

Code: Select all
cd /share/1100/Volume_2
find


Code: Select all
root@lacie5big:/ # cd /share/1100/Volume_2
root@lacie5big:/share/1100/Volume_2 # find
.


...
macdalor
 
Posts: 137
Joined: Sat Jan 09, 2016 9:12 pm

Re: Kernel #14 update - 5bigN2 unavailable

Postby fvdw » Fri Jan 22, 2016 11:05 pm

:thinking

must see if can make a hfs stick myself to check things out, sorry to keep you waiting
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Kernel #14 update - 5bigN2 unavailable

Postby macdalor » Fri Jan 22, 2016 11:09 pm

fvdw wrote::thinking

must see if can make a hfs stick myself to check things out, sorry to keep you waiting

no worries fvdw, I understand this isn't easy and really appreciate your help!
macdalor
 
Posts: 137
Joined: Sat Jan 09, 2016 9:12 pm

Re: Kernel #14 update - 5bigN2 unavailable

Postby macdalor » Sat Jan 23, 2016 5:26 pm

fvdw wrote:
must see if can make a hfs stick myself to check things out

any luck? :whistle
macdalor
 
Posts: 137
Joined: Sat Jan 09, 2016 9:12 pm

Re: Kernel #14 update - 5bigN2 unavailable

Postby fvdw » Sat Jan 23, 2016 11:19 pm

Nope, I have no mac, can make a partition on a usb stick but not format it. Must see is someone with a mac pc can do that for me
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Kernel #14 update - 5bigN2 unavailable

Postby Jocko » Sat Jan 23, 2016 11:45 pm

Hi fvdw

With hfsprogs tools you should be able to format an hfs partition
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Kernel #14 update - 5bigN2 unavailable

Postby macdalor » Sun Jan 24, 2016 8:01 am

fvdw wrote:Nope, I have no mac, can make a partition on a usb stick but not format it. Must see is someone with a mac pc can do that for me

I can always run some test for you if you need...

--edit-- for info this isn't OS X related as I experience the same issue accessing it from win10 and MS-edge installed on VirtualBox. You should get the same issue testing it from your windows machine.
macdalor
 
Posts: 137
Joined: Sat Jan 09, 2016 9:12 pm

Re: Kernel #14 update - 5bigN2 unavailable

Postby fvdw » Sun Jan 24, 2016 12:24 pm

I used a tool from paragon to convert ntfs to hfs+ partition

this is the result

Code: Select all
root@fvdwsl-5big2:/share/1000/hfsplus_1 # uname -a
Linux fvdwsl-5big2.local 3.14.2 #14 PREEMPT Sun Jan 17 20:40:19 CET 2016 armv5tel unknown unknown GNU/Linux

output from mount command
Code: Select all
/dev/sej1 on /rw_fs/tmp/mnt/hfsplus_1 type hfsplus (ro,noatime,umask=22,uid=0,gid=0,nls=utf8)
/dev/sej1 on /share/1000/hfsplus_1 type hfsplus (ro,noatime,umask=22,uid=0,gid=0,nls=utf8)


And I can read the content,
Code: Select all
root@fvdwsl-5big2:/ # cd  /rw_fs/tmp/mnt/hfsplus_1
root@fvdwsl-5big2:/rw_fs/tmp/mnt/hfsplus_1 # ls
System Volume Information
root@fvdwsl-5big2:/rw_fs/tmp/mnt/hfsplus_1 # ls -al
total 8200
drwxrwxr-t  1 root root       5 2016-01-24 13:05 .
drwxr-xr-x  3 root root    4096 2016-01-24 13:10 ..
----------  1 root root 8388608 2016-01-24 13:05 .journal
----------  1 root root    4096 2016-01-24 13:05 .journal_info_block
drwxrwx---  1 root root       3 2016-01-24 13:03 System Volume Information

root@fvdwsl-5big2:/rw_fs/tmp/mnt/hfsplus_1 # cd "System Volume Information"
root@fvdwsl-5big2:/rw_fs/tmp/mnt/hfsplus_1/System Volume Information # ls -al
total 4
drwxrwx---  1 root root  3 2016-01-24 13:03 .
drwxrwxr-t  1 root root  5 2016-01-24 13:05 ..
-rw-rw----  1 root root 76 2016-01-24 13:03 IndexerVolumeGuid

root@fvdwsl-5big2:/rw_fs/tmp/mnt/hfsplus_1/System Volume Information # cat IndexerVolumeGuid
{7B1CDC1E-C156-43A8-A8BB-AD045DA1DED0}


so no problem except that it is was not added as shared folder in the samba server when I booted with the usb stick in the slot.
When booting without usb stick and inserting it after boot then I can see it in samaba server and also the content
samba-hfsplus share-usb.JPG


samba-hfsplus share-usb1.JPG


So my conclusion, the reason for your problem must be something on your usb disk, no correctly formatted or partitioned ??? :dontknow

PS note that hfsplus is mounted as readonly (it is the standard way I read on the internet as writing from linux on a hfs+ partition is not without risks
You do not have the required permissions to view the files attached to this post.
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Kernel #14 update - 5bigN2 unavailable

Postby macdalor » Sun Jan 24, 2016 1:33 pm

@fvdw and you can see the sub-folders from the backup screen within the web interface?!
macdalor
 
Posts: 137
Joined: Sat Jan 09, 2016 9:12 pm

Re: Kernel #14 update - 5bigN2 unavailable

Postby macdalor » Sun Jan 24, 2016 2:02 pm

@fvdw @Jocko

ok, something weird which might help investigate my issue: I usually logon to the web interface using the IP address because it doesn't work using the hostname (lacie5big), this logs me on fine giving me a blue web interface with a complete left hand menu and all available drives (including the USB one) within the backup section. Now, I just tried login on using "lacie5big.local" and it returns a yellow web interface with only "system management / Backup and web tools" options on the left hand menu. And I can only see the shares created on the NAS from the backup section.

Any clue?
macdalor
 
Posts: 137
Joined: Sat Jan 09, 2016 9:12 pm

PreviousNext

Return to Lacie 5big Network vs2

Who is online

Users browsing this forum: No registered users and 8 guests