danpedron / snake-os

Automatically exported from code.google.com/p/snake-os
0 stars 1 forks source link

HDD mount 1.5TB problem #159

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I can't mount USB HDD

What is the expected output? What do you see instead?
Afer format HDD in EXT3 I can't mount HDD, HDD is WD 1,5TB size

What version of the product are you using? On what operating system?
652 OS SNAKE V 1.3.2

Original issue reported on code.google.com by marko.su...@gmail.com on 13 May 2011 at 7:33

GoogleCodeExporter commented 9 years ago
I have same problem. In Snake 1.20. The Hard Disk is a Samsung HD154UI 1,5 tb 
size.

The hard disk is formated normally, but wont mount.

Original comment by adrianos...@gmail.com on 17 Jun 2011 at 11:28

GoogleCodeExporter commented 9 years ago
I have a 3TB (2.7) with 4 partions. (WD By Book)

In ssh to snake fdisk -l reports...

Disk /dev/sdb: 801.5 GB, 801535688704 bytes <<<<< NOTE HERE THE 801.5GB
255 heads, 63 sectors/track, 12180 cylinders <<<< AND 12180 cylinders
Units = cylinders of 16065 * 4096 = 65802240 bytes

   Device Boot      Start         End      Blocks  Id System
/dev/sdb1               1       11400   732557312  83 Linux
/dev/sdb2           34200       45600   732558336  83 Linux
/dev/sdb3           22800       34200   732558336  83 Linux
/dev/sdb4           11400       22800   732558336  83 Linux

In debian it reports...

Disk /dev/sdb: 3000.6 GB, 3000558944256 bytes <<<< HERE Correct 3GB
255 heads, 63 sectors/track, 45599 cylinders
Units = cylinders of 16065 * 4096 = 65802240 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x0002dcc8

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1       11400   732557312   83  Linux
/dev/sdb2           34200       45600   732558336   83  Linux
/dev/sdb3           22800       34200   732558336   83  Linux
/dev/sdb4           11400       22800   732558336   83  Linux

Only the 1st and 4th partitions will mount. The 1st seems fine, the 4th mounted 
but gave errors list directories, and then when brought back to debian needed 
an fsck to fix something.

I am using snakeos-V1.3.2-20101130-from-original.bin. My little 320GB hard disk 
is fine.

Thanks for you time.

Nev

Original comment by nevde...@gmail.com on 12 Jul 2011 at 9:10

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Same problem:

BusyBox v1.18.5 (2011-10-19 23:26:11 CEST) built-in shell (ash)
Enter 'help' for a list of built-in commands.

# fdisk -l

Disk /dev/mtdblock0: 0 MB, 262144 bytes
255 heads, 63 sectors/track, 0 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Disk /dev/mtdblock0 doesn't contain a valid partition table

Disk /dev/sda: 1500.3 GB, 1500301910016 bytes
255 heads, 63 sectors/track, 182401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks  Id System
/dev/sda1   *           1      182401  1465136001  83 Linux

The snake print:

Device  Vendor  Model   Size    Action
sda ST1500DL    003-9VT16L  1048575 MB  

Original comment by andreia....@gmail.com on 29 Mar 2012 at 11:10

GoogleCodeExporter commented 9 years ago
#3
That looks like one of those new 4k or "advanced format" drives. I guess the 
kernel doesn't know how to handle those.

#4
The fdisk output doesn't look that off. Can you try to format the disk on 
another computer? Temporarily using an usb stick as swap disk while formating 
may work too. mkfs.ext3 likes to run out of memory on large disks.

The snake output is unusual. The value is calculated by dividing 
/sys/block/sda/size (number of 512 byte blocks (I guess 4096 for newer drives)) 
by 2048. I can't imagine how it got to that bumber.

Original comment by stefansc...@googlemail.com on 30 Mar 2012 at 12:34

GoogleCodeExporter commented 9 years ago
You need to compile the kernel with GPT partition support so that it can 
understand 4k block size.

Original comment by behrad.s...@gmail.com on 10 Jan 2013 at 3:56

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I have this same issue with a 4TB hardrive USB. Someone with some solution 
already?

Original comment by murilo.p...@gmail.com on 7 Aug 2013 at 3:54

GoogleCodeExporter commented 9 years ago
I have the same issue with a USB 3TB Seagate drive after a Snake OS Format. 
Also only have  about 700MB total space.  But I can see it as share in WIN 7 
network when its connected to NAS.   
Now I can't see the drive in WIN 7 explorer now. So I can't format in WIN 7.

Any way of re-formatting the USB drive back to NTFS?

Peter

Original comment by petedcur...@gmail.com on 17 Aug 2013 at 8:38