fvdw-sl firmware version 14-0 on Lacie Network Space vs2

Re: fvdw-sl firmware version 14-0 on Lacie Network Space vs2

Postby mykmyk » Fri Jun 28, 2013 7:36 pm

ok, but i don't know what and how to in putty :)
mykmyk
 
Posts: 14
Joined: Tue Jun 25, 2013 8:42 pm

Re: fvdw-sl firmware version 14-0 on Lacie Network Space vs2

Postby Jocko » Fri Jun 28, 2013 9:27 pm

Ok,

To open a shell terminal, run putty and in the putty configuration give the ip address of your NAS (in the hostname field) and just click on the button "open".
putty.jpg


Then, Putty will ask you to give the login and the password :
login : 'root' and password : 'giveit2me' (of course without the quotes).

So you get an admin shell access to your NAS.
! If you don't have linux knowledge, do only the commands that fvdw or me will ask you


So without waiting fvdw, make these commands :
Get mount informations
Code: Select all
mount
and post its output (to copy from putty, just select with the left mouse button by clicking and holding it : don't use Cntrl+C)
Get the partition table:
Code: Select all
fdisk -l /dev/sda
and post its output.
List the folder share :
Code: Select all
ls -al /share
and post its output.
Try to mount sda8 on another folder:
Code: Select all
mkdir -pm 777 /tmp/test
mount /dev/sda8 /tmp/test
and post its output if there are some warnings.

that's all for this first step ;)
You do not have the required permissions to view the files attached to this post.
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: fvdw-sl firmware version 14-0 on Lacie Network Space vs2

Postby mykmyk » Sat Jun 29, 2013 10:13 am

Code: Select all
login as: root
root@192.168.1.10's password:
root@:/ # mount
rootfs on / type rootfs (rw)
/dev/root on / type ext3 (rw,relatime,errors=continue,barrier=0,data=ordered)
none on /proc type proc (rw,relatime)
none on /sys type sysfs (rw,relatime)
/dev/sda1 on / type ext3 (rw,relatime,errors=continue,barrier=0,data=ordered)
none on /proc type proc (rw,relatime)
none on /sys type sysfs (rw,relatime)
/dev/sda5 on /rw_fs type ext3 (rw,noatime,errors=continue,barrier=0,data=ordered)
tmpfs on /rw_fs/tmp/usr/var type tmpfs (rw,relatime,size=5000k)
/dev/root on /lacie-boot type ext3 (rw,relatime,errors=continue,barrier=0,data=ordered)
root@:/ # fdisk -l /dev/sda

Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks  Id System
/dev/sda1               1          64      513056  83 Linux
/dev/sda2              65         128      514080  83 Linux
/dev/sda3             129         192      514080  82 Linux swap
/dev/sda4             193      121601   975217792+  5 Extended
/dev/sda5             193         292      802226  83 Linux
/dev/sda6             293         293        7008+ 83 Linux
/dev/sda7             294         357      513056  83 Linux
/dev/sda8             358      121601   973891406  83 Linux
root@:/ # ls -al /share
total 12
drwxrwxrwx   3 root root 4096 2013-06-29 03:04 .
drwxr-xr-x  22 root root 4096 2013-06-29 22:25 ..
drwxrwxrwx   2 root root 4096 2013-06-29 03:05 1000
root@:/ # mkdir -pm 777 /tmp/test
root@:/ # mount /dev/sda8 /tmp/test
mykmyk
 
Posts: 14
Joined: Tue Jun 25, 2013 8:42 pm

Re: fvdw-sl firmware version 14-0 on Lacie Network Space vs2

Postby Jocko » Sat Jun 29, 2013 10:30 am

Hi mykmyk,

Thank for these outputs and indeed sda8 is not mounted...but why it failed during startup, is amazing because it manually succeed :thumbup (on the folder test ).

I made an error about the command ls, it's not the content of the folder 'share' that I need but its subfolder '1000'.

So post again the output of this command
Code: Select all
ls -al /share/1000
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: fvdw-sl firmware version 14-0 on Lacie Network Space vs2

Postby mykmyk » Sat Jun 29, 2013 10:40 am

Code: Select all
login as: root
root@192.168.1.10's password:
root@:/ # mount
rootfs on / type rootfs (rw)
/dev/root on / type ext3 (rw,relatime,errors=continue,barrier=0,data=ordered)
none on /proc type proc (rw,relatime)
none on /sys type sysfs (rw,relatime)
/dev/sda1 on / type ext3 (rw,relatime,errors=continue,barrier=0,data=ordered)
none on /proc type proc (rw,relatime)
none on /sys type sysfs (rw,relatime)
/dev/sda5 on /rw_fs type ext3 (rw,noatime,errors=continue,barrier=0,data=ordered)
tmpfs on /rw_fs/tmp/usr/var type tmpfs (rw,relatime,size=5000k)
/dev/root on /lacie-boot type ext3 (rw,relatime,errors=continue,barrier=0,data=ordered)
root@:/ # fdisk -l /dev/sda

Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks  Id System
/dev/sda1               1          64      513056  83 Linux
/dev/sda2              65         128      514080  83 Linux
/dev/sda3             129         192      514080  82 Linux swap
/dev/sda4             193      121601   975217792+  5 Extended
/dev/sda5             193         292      802226  83 Linux
/dev/sda6             293         293        7008+ 83 Linux
/dev/sda7             294         357      513056  83 Linux
/dev/sda8             358      121601   973891406  83 Linux
root@:/ # ls -al /share
total 12
drwxrwxrwx   3 root root 4096 2013-06-29 03:04 .
drwxr-xr-x  22 root root 4096 2013-06-29 23:50 ..
drwxrwxrwx   2 root root 4096 2013-06-29 03:05 1000
root@:/ # ls -al /share/1000
total 8
drwxrwxrwx  2 root root 4096 2013-06-29 03:05 .
drwxrwxrwx  3 root root 4096 2013-06-29 03:04 ..
root@:/ #
mykmyk
 
Posts: 14
Joined: Tue Jun 25, 2013 8:42 pm

Re: fvdw-sl firmware version 14-0 on Lacie Network Space vs2

Postby Jocko » Sat Jun 29, 2013 11:04 am

An additional question because I do not see the partition sda8 mounted on the folder 'test' in the last mount output. :scratch
Have you tried restarting your NAS after mounting sda8 on /tmp/test?
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: fvdw-sl firmware version 14-0 on Lacie Network Space vs2

Postby mykmyk » Sat Jun 29, 2013 12:48 pm

yes...
mykmyk
 
Posts: 14
Joined: Tue Jun 25, 2013 8:42 pm

Re: fvdw-sl firmware version 14-0 on Lacie Network Space vs2

Postby Jocko » Sat Jun 29, 2013 12:53 pm

ok,

Now, we will try to mount sda8 is the right location:
Try to do these commands and post their output.
Do not restart the NAS !
Code: Select all
mount /dev/sda8 /share/1000

mount

ls -al /share/1000
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: fvdw-sl firmware version 14-0 on Lacie Network Space vs2

Postby mykmyk » Sat Jun 29, 2013 1:07 pm

Code: Select all
login as: root
root@192.168.1.10's password:
root@:/ # mount /dev/sda /share/1000
mount: /dev/sda already mounted or /share/1000 busy
root@:/ # mount
rootfs on / type rootfs (rw)
/dev/root on / type ext3 (rw,relatime,errors=continue,barrier=0,data=ordered)
none on /proc type proc (rw,relatime)
none on /sys type sysfs (rw,relatime)
/dev/sda1 on / type ext3 (rw,relatime,errors=continue,barrier=0,data=ordered)
none on /proc type proc (rw,relatime)
none on /sys type sysfs (rw,relatime)
/dev/sda5 on /rw_fs type ext3 (rw,noatime,errors=continue,barrier=0,data=ordered)
tmpfs on /rw_fs/tmp/usr/var type tmpfs (rw,relatime,size=5000k)
/dev/root on /lacie-boot type ext3 (rw,relatime,errors=continue,barrier=0,data=ordered)
root@:/ # ls -al /share/1000
total 8
drwxrwxrwx  2 root root 4096 2013-06-29 03:05 .
drwxrwxrwx  3 root root 4096 2013-06-29 03:04 ..
root@:/ #
mykmyk
 
Posts: 14
Joined: Tue Jun 25, 2013 8:42 pm

Re: fvdw-sl firmware version 14-0 on Lacie Network Space vs2

Postby Jocko » Sat Jun 29, 2013 1:18 pm

mykmyk, you made a mistake... in the mount command :whistle (you use sda instead of sda8)

So repeat the sequence
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

PreviousNext

Return to Lacie Network Space vs2 and max version

Who is online

Users browsing this forum: No registered users and 3 guests