GeekLand

TopStorys, Bilder und anderer Content für die Geek-Com
Subscribe

Archive for January, 2011

LaCie FastKey SSD USB3.0 60GB unter SuSE Linux 11 installieren

January 21, 2011 By: Geek5 Category: Admin No Comments →

Suspend Thinkpad to RAM mit SUSE 10.2Ich hab mir endlich eine SSD gekauft, und zwar einen LaCie Fastkey Stick mit 60 GB. Blöd nun, das LaCies Einrichtungsassistent unter Windows nur eine “Transferpartition” für Linux mit max. 32 GB und vfat16 einrichtet. Ich will keine zwei Partitionen und ich will alles unter Windows und Linux verwenden.

Also muss ich den SSD Stick neu formatieren.

Disks checken:

fdisk -l

ergibt bei mir:

Disk /dev/sdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x59d59214

Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1       19457   156288321    c  W95 FAT32 (LBA)

Disk /dev/sdc: 59.8 GB, 59793997824 bytes
255 heads, 63 sectors/track, 7269 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0×7855664c

Device Boot      Start         End      Blocks   Id  System
/dev/sdc1               1        3379    27138048    7  HPFS/NTFS
/dev/sdc2            3379        7270    31252480    c  W95 FAT32 (LBA)

Mir geht es also um SDC (da sind die beiden Partitionen von LaCie)

fdisk /dev/sdc

Dann lösche ich die beiden Partitionen (d, 1, d) und erzeuge eine neue (n, p, 1, 1, 7269)
Command (m for help): p

Disk /dev/sdc: 59.8 GB, 59793997824 bytes
255 heads, 63 sectors/track, 7269 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0×7855664c

Device Boot Start End Blocks Id System
/dev/sdc1 1 7269 58388211 83 Linux

Die Partition ändere ich nun auf Win95 vfat32 (LBA)

Command (m for help): t
Selected partition 1
Hex code (type L to list codes): c
Changed system type of partition 1 to c (W95 FAT32 (LBA))

Schreibe den Partitiontable und verlasse fdisk (w).

Jetzt wird neu formatiert:

mkfs.vfat /dev/sdc1

Stick raus/rein, und schon sind 60GB vfat drauf und große Freude: Die blöde ntfs Partition ist auch weg.