VNCIN2:~ # fdisk -l
Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x33213321
Device Boot Start End Blocks Id System
/dev/sda1 * 1 652 5237158+ 83 Linux
/dev/sda2 653 913 2096482+ 82 Linux swap / Solaris
/dev/sda3 914 11356 83883397+ 83 Linux
Disk /dev/sdc: 16.0 GB, 16008609792 bytes
255 heads, 63 sectors/track, 1946 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0ba8bbbd
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 1947 15632384 c W95 FAT32 (LBA)
VNCIN2:~ # fdisk /dev/sdc
The number of cylinders for this disk is set to 1946.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Command (m for help): d
Selected partition 1
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
WARNING: Re-reading the partition table failed with error 16: Device or resource busy.
The kernel still uses the old table. The new table will be used at
the next reboot or after you run partprobe(8) or kpartx(8)
Syncing disks.
=============
VNCIN2:~ # fdisk -l
Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x33213321
Device Boot Start End Blocks Id System
/dev/sda1 * 1 652 5237158+ 83 Linux
/dev/sda2 653 913 2096482+ 82 Linux swap / Solaris
/dev/sda3 914 11356 83883397+ 83 Linux
Disk /dev/sdc: 16.0 GB, 16008609792 bytes
64 heads, 32 sectors/track, 15267 cylinders
Units = cylinders of 2048 * 512 = 1048576 bytes
Disk identifier: 0x0ba8bbbd
Device Boot Start End Blocks Id System
==============
VNCIN2:~ # mkfs.vfat /dev/sdc
mkfs.vfat 2.11 (12 Mar 2005)
mkfs.vfat: Will not try to make filesystem on full-disk device '/dev/sdc' (use -I if wanted)
=============
VNCIN2:~ # mkfs.vfat -I /dev/sdc
mkfs.vfat 2.11 (12 Mar 2005)
===============
VNCIN2:~ # dd if=/root/Chelsio-DriverUpdateDisk-SLES11sp2-x86_64-2.7.0.0.img of=/dev/sdc
30988+0 records in
30988+0 records out
15865856 bytes (16 MB) copied, 4.97102 s, 3.2 MB/s
VNCIN2:~ #
================
No comments:
Post a Comment