купил seagate freeagent pro 1tb, отформатировал используя win32 порт e2fsprogs (входит в состав ext2fsd):
Code:
Z:\hdd\ext3\Ext2Fsd-0.46pre3\Ext2Fsd>mke2fs.exe -j f:
mke2fs 1.40.6 (09-Feb-2008)
f: is not a block special device.
Proceed anyway? (y,n) y
Warning: 256-byte inodes not usable on older systems
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
61054976 inodes, 244190000 blocks
12209500 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=0
7453 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: done
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 21 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
При подключении пишет:
Code:
Apr 15 14:03:59 kernel: hub.c: new USB device 01:03.2-1, assigned address 2
Apr 15 14:03:59 kernel: scsi0 : SCSI emulation for USB Mass Storage devices
Apr 15 14:03:59 kernel: Vendor: Seagate Model: FreeAgent Pro Rev: 4109
Apr 15 14:03:59 kernel: Type: Direct-Access ANSI SCSI revision: 02
Apr 15 14:03:59 kernel: Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
Apr 15 14:03:59 kernel: SCSI device sda: 1953525168 512-byte hdwr sectors (-99306 MB)
Apr 15 14:03:59 kernel: Partition check:
Apr 15 14:03:59 kernel: p1
Apr 15 14:04:02 kernel: EXT3-fs: unsupported inode size: 256
вопрос - какие надо использовать параметры mke2fs что бы все сработало?
-I 128 или ещё какие то параметры нужны?