lacie 5 big network v.1 please support for fvdw

Re: lacie 5 big network v.1 please support for fvdw

Postby taetae » Sun Dec 22, 2013 3:18 pm

fvdw wrote:Hi tatae

still some issue I see to get the script working to mount the disks
maybe we can help Jocko a little

connect with putty and try to mount /dev/sdb8 manually
Code: Select all
mount /dev/sdb8 /share/1001

Of course we assume that the mountpoint (the directory /share/1001) exists

If this works then it is jock's script causing the problem


in / share I created:

1000 1001 1002 1003 1004

Code: Select all
~ # mount /dev/sdb8 /share/1001
EXT3-fs: barriers not enabled
kjournald starting.  Commit interval 5 seconds
EXT3-fs (sdb8): using internal journal
EXT3-fs (sdb8): recovery complete
EXT3-fs (sdb8): mounted filesystem with ordered data mode
~ #

for sdc8 (1002) sdd8 (1003) sde8 (1004)......
Code: Select all
~ # mount /dev/sdc8 /share/1002
EXT3-fs (sdc8): error: can't find ext3 filesystem on dev sdc8.
ISOFS: Unable to identify CD-ROM format.
FAT: bogus number of reserved sectors
VFS: Can't find a valid FAT filesystem on dev sdc8.
FAT: bogus number of reserved sectors
VFS: Can't find a valid FAT filesystem on dev sdc8.
NTFS-fs error (device sdc8): read_ntfs_boot_sector(): Primary boot sector is invalid.
NTFS-fs error (device sdc8): read_ntfs_boot_sector(): Mount option errors=recover not used. Aborting without trying to recover.
NTFS-fs error (device sdc8): ntfs_fill_super(): Not an NTFS volume.
mount: you must specify the filesystem type
~ #
taetae
Donator VIP
Donator VIP
 
Posts: 438
Joined: Mon Aug 26, 2013 9:02 am

Re: lacie 5 big network v.1 please support for fvdw

Postby fvdw » Sun Dec 22, 2013 3:33 pm

did you format sdc8,sdd8 and sde8 ?
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: lacie 5 big network v.1 please support for fvdw

Postby Jocko » Sun Dec 22, 2013 3:37 pm

:scratch

Do you have some warnings when you format sdc, sdb and sde ?
(command used mke2fs -j -m 1 /dev/sdc8)

For these 3 disk do you have also warnings when you created the partition table (for example wrong alignment with phyical sectors ?)

And if you restart again sdb8 is it now mounted? (barriers warning seems fixed by your manual mount)
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: lacie 5 big network v.1 please support for fvdw

Postby taetae » Sun Dec 22, 2013 3:42 pm

yes :

**** "."= sdb8 sdc8 sdd8 sde8
Code: Select all
mke2fs -j -m 1 /dev/sdb"."
taetae
Donator VIP
Donator VIP
 
Posts: 438
Joined: Mon Aug 26, 2013 9:02 am

Re: lacie 5 big network v.1 please support for fvdw

Postby Jocko » Sun Dec 22, 2013 3:46 pm

So try again to format sdc8 and see what happens

Could you post also
Code: Select all
vol_id /dev/sdc8
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: lacie 5 big network v.1 please support for fvdw

Postby taetae » Sun Dec 22, 2013 3:52 pm

Jocko wrote::scratch

Do you have some warnings when you format sdc, sdb and sde ?
(command used mke2fs -j -m 1 /dev/sdc8)

For these 3 disk do you have also warnings when you created the partition table (for example wrong alignment with phyical sectors ?)

And if you restart again sdb8 is it now mounted? (barriers warning seems fixed by your manual mount)


no full ok
Now for peace reformat sdc8, and place the process
Code: Select all
~ # mke2fs -j -m 1 /dev/sdc8
mke2fs 1.41.14 (22-Dec-2010)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
121888768 inodes, 487549440 blocks
4875494 blocks (1.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=0
14879 block groups
32768 blocks per group, 32768 fragments per group
8192 inodes per group
Superblock backups stored on blocks:
        32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
        4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968,
        102400000, 214990848

Writing inode tables:   305/14879
^[[Do a per tranquillità riformatto sdc8done
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 33 mounts or
180 days, whichever comes first.  Use tune2fs -c or -i to override.



Code: Select all
~ # vol_id /dev/sdc8
ID_FS_USAGE=filesystem
ID_FS_TYPE=ext3
ID_FS_VERSION=1.0
ID_FS_UUID=ab59cc2e-8460-42b5-bfac-625eda13258b
ID_FS_LABEL=
ID_FS_LABEL_SAFE=
~ #

I do not understand why but now it works is not sdc8 that creates some conflict??
  just 5 minutes before I had formatted ..... I do not understand
Last edited by taetae on Sun Dec 22, 2013 4:01 pm, edited 1 time in total.
taetae
Donator VIP
Donator VIP
 
Posts: 438
Joined: Mon Aug 26, 2013 9:02 am

Re: lacie 5 big network v.1 please support for fvdw

Postby Jocko » Sun Dec 22, 2013 4:00 pm

and if you try to mount manually sdc ?
Code: Select all
mount /dev/sdc8 /share/1002
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: lacie 5 big network v.1 please support for fvdw

Postby taetae » Sun Dec 22, 2013 4:03 pm

Jocko wrote:and if you try to mount manually sdc ?
Code: Select all
mount /dev/sdc8 /share/1002


it now works again reformat other partitions remaining sdd sde and I mount them manually
taetae
Donator VIP
Donator VIP
 
Posts: 438
Joined: Mon Aug 26, 2013 9:02 am

Re: lacie 5 big network v.1 please support for fvdw

Postby fvdw » Sun Dec 22, 2013 4:04 pm

taetae wrote:yes :

**** "."= sdb8 sdc8 sdd8 sde8
Code: Select all
mke2fs -j -m 1 /dev/sdb"."


this is a very strange command
you should use the command for each partition
Code: Select all
mke2fs -j -m 1 /dev/sdb8
mke2fs -j -m 1 /dev/sdc8
mke2fs -j -m 1 /dev/sdd8
mke2fs -j -m 1 /dev/sde8
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: lacie 5 big network v.1 please support for fvdw

Postby Jocko » Sun Dec 22, 2013 4:09 pm

Ok,

So there were issues with the previous formatting.

After formatting again sdd and sde, try to restart the NAS. All disks should be mounted
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

PreviousNext

Return to Lacie 5Big Network vs1

Who is online

Users browsing this forum: No registered users and 5 guests