Mailinglist Archive: opensuse-de (1756 mails)
| < Previous | Next > |
Re: USB-Stick per Script formatieren (mit mount-Problem)
- From: Al Bogner <suse-linux@xxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 21 Oct 2006 17:14:13 +0000 (UTC)
- Message-id: <200610211913.44396.suse-linux@xxxxxxxxxxxxxxxxxxxx>
Am Samstag, 21. Oktober 2006 17:10 schrieb David Haller:
Hallo David,
> >Am Dienstag, 17. Oktober 2006 00:49 schrieb David Haller:
> for d in `awk '/ sd[a-z] / { print "/dev/" $4; }' /proc/partitions`; do
>
> Bin mir nicht sicher, ob's /proc/partitions bei 2.6.x gibt.
Ja, gibt es, aber irgendwas passt noch nicht.
fdisk -l
...
Disk /dev/sda: 64 MB, 64880640 bytes
2 heads, 62 sectors/track, 1021 cylinders
Units = cylinders of 124 * 512 = 63488 bytes
Disk /dev/sda doesn't contain a valid partition table
grep sda /proc/partitions
8 0 63360 sda
awk '/ sd[a-z] / { print "/dev/" $4; }' /proc/partitions
(keine Ausgabe)
Al
Hallo David,
> >Am Dienstag, 17. Oktober 2006 00:49 schrieb David Haller:
> for d in `awk '/ sd[a-z] / { print "/dev/" $4; }' /proc/partitions`; do
>
> Bin mir nicht sicher, ob's /proc/partitions bei 2.6.x gibt.
Ja, gibt es, aber irgendwas passt noch nicht.
fdisk -l
...
Disk /dev/sda: 64 MB, 64880640 bytes
2 heads, 62 sectors/track, 1021 cylinders
Units = cylinders of 124 * 512 = 63488 bytes
Disk /dev/sda doesn't contain a valid partition table
grep sda /proc/partitions
8 0 63360 sda
awk '/ sd[a-z] / { print "/dev/" $4; }' /proc/partitions
(keine Ausgabe)
Al
| < Previous | Next > |