戻る

TRANS-IT 4G

fdisk -l で見た 内容

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1               1         256      976097   83  Linux
/dev/sdc2             257         512      976128   83  Linux
/dev/sdc3             513         768      976128   83  Linux
/dev/sdc4             769        1023      972315   83  Linux

経緯 は 不明ですが このようになっていました。

/var/log/messages と /var/log/syslog の 抜粋 は とりあえず 良い とします。

 # cat /var/log/messages 
Jan 26 15:32:36 lx kernel: usb 1-5: new high speed USB device using ehci_hcd and address 2
Jan 26 15:32:36 lx kernel: usb 1-5: New USB device found, idVendor=0718, idProduct=0671
Jan 26 15:32:36 lx kernel: usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 26 15:32:36 lx kernel: usb 1-5: Product: Transit
Jan 26 15:32:36 lx kernel: usb 1-5: Manufacturer: TDKMedia
Jan 26 15:32:36 lx kernel: usb 1-5: SerialNumber: 07B41607C5A0EBAA
Jan 26 15:32:36 lx kernel: usb 1-5: configuration #1 chosen from 1 choice
Jan 26 15:32:36 lx kernel: scsi6 : SCSI emulation for USB Mass Storage devices
Jan 26 15:32:41 lx kernel: scsi 6:0:0:0: Direct-Access     TDKMedia Transit          PMAP PQ: 0 ANSI: 0 CCS
Jan 26 15:32:41 lx kernel: sd 6:0:0:0: Attached scsi generic sg3 type 0
Jan 26 15:32:41 lx kernel: sd 6:0:0:0: [sdc] 7806976 512-byte hardware sectors: (3.99 GB/3.72 GiB)
Jan 26 15:32:41 lx kernel: sd 6:0:0:0: [sdc] Write Protect is off
Jan 26 15:32:41 lx kernel:  sdc: sdc1 sdc2 sdc3 sdc4
Jan 26 15:32:41 lx kernel: sd 6:0:0:0: [sdc] Attached SCSI removable disk
# cat /var/log/syslog 
Jan 26 15:32:41 lx kernel: sd 6:0:0:0: [sdc] Assuming drive cache: write through

全てを フォーマット するつもりですが /dev/sdc1 として仕舞いました

# mke2fs -m0 -L bootdisk /dev/sdc1
mke2fs 1.41.6 (30-May-2009)
Filesystem label=bootdisk
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
61056 inodes, 244024 blocks
0 blocks (0.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=251658240
8 block groups
32768 blocks per group, 32768 fragments per group
7632 inodes per group
Superblock backups stored on blocks: 
        32768, 98304, 163840, 229376

Writing inode tables: done                            
Writing superblocks and filesystem accounting information: done

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

当然 駄目です fdisk -l の 抜粋

Disk /dev/sdc: 3997 MB, 3997171712 bytes
123 heads, 62 sectors/track, 1023 cylinders
Units = cylinders of 7626 * 512 = 3904512 bytes
Disk identifier: 0x6f20736b

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1               1         256      976097   83  Linux
/dev/sdc2             257         512      976128   83  Linux
/dev/sdc3             513         768      976128   83  Linux
/dev/sdc4             769        1023      972315   83  Linux

全て を 処理した 筈だが パーテション は 残っている

# mount /dev/sdc1 /mnt/
# ls /mnt/
lost+found/
# df
/dev/sdc1               960728      1204    959524   1% /mnt
# umount /mnt/
# mount /dev/sdc2 /mnt/
mount: you must specify the filesystem type

マウントは出来ない そこで 全ての パーテションを 削除して 1個 にし かつ

# fdisk /dev/sdc
Command (m for help): p
...

フォーマットをし その後 Windows で 再度 FAT32 で フォーマットを しました

Windows では 最初 1.99 G ですが フォーマット の 画面は 3.71G に なりフォーマット の 後は コンピュータ の 画面も 3.71G に なりました。

Disk identifier: 0x6f20736b

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1               1        1023     3900668    b  W95 FAT32

この 状態が 購入時 に 近い 状態とします。

にゃんたろう 拝!

2014年 1月 25日 土曜日 21:18:07 JST 作成


戻る

Copyright © 2006.-2014. nyantarou All Rights Reserved.