Problem with formatting Flash Disk

Clash Royale CLAN TAG#URR8PPP
up vote
3
down vote
favorite
I have installed Arch Linux ISO file into Flash disk with the following command:
dd bs=2M if=~/archlinux-2013.11.01-dual.iso of=/dev/sdd
Now I'm trying to format the flash disk with the following command:
sudo mkfs.vfat -F 32 /dev/sdd
But it gets me the following error :
mkfs.vfat: Device partition expected, not making filesystem on entire
device '/dev/sdd' (use -I to override)
The output of sudo fdisk -l:
Disk /dev/sda: 298.1 GiB, 320072933376 bytes, 625142448 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xf3286bd2
Device Boot Start End Blocks Id System
/dev/sda1 * 119700315 154850534 17575110 83 Linux
/dev/sda2 19834880 119700314 49932717+ 7 HPFS/NTFS/exFAT
/dev/sda3 154850535 174385574 9767520 83 Linux
/dev/sda4 174385575 625137663 225376044+ f W95 Ext'd (LBA)
/dev/sda5 174385638 185610192 5612277+ 82 Linux swap / Solaris
/dev/sda6 185610256 338423679 76406712 7 HPFS/NTFS/exFAT
/dev/sda7 338423808 477687807 69632000 7 HPFS/NTFS/exFAT
/dev/sda8 477689856 625137663 73723904 7 HPFS/NTFS/exFAT
Partition table entries are not in disk order.
Disk /dev/sdd: 7.5 GiB, 8019509248 bytes, 15663104 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00000000
arch-linux partition flash-memory mkfs
add a comment |Â
up vote
3
down vote
favorite
I have installed Arch Linux ISO file into Flash disk with the following command:
dd bs=2M if=~/archlinux-2013.11.01-dual.iso of=/dev/sdd
Now I'm trying to format the flash disk with the following command:
sudo mkfs.vfat -F 32 /dev/sdd
But it gets me the following error :
mkfs.vfat: Device partition expected, not making filesystem on entire
device '/dev/sdd' (use -I to override)
The output of sudo fdisk -l:
Disk /dev/sda: 298.1 GiB, 320072933376 bytes, 625142448 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xf3286bd2
Device Boot Start End Blocks Id System
/dev/sda1 * 119700315 154850534 17575110 83 Linux
/dev/sda2 19834880 119700314 49932717+ 7 HPFS/NTFS/exFAT
/dev/sda3 154850535 174385574 9767520 83 Linux
/dev/sda4 174385575 625137663 225376044+ f W95 Ext'd (LBA)
/dev/sda5 174385638 185610192 5612277+ 82 Linux swap / Solaris
/dev/sda6 185610256 338423679 76406712 7 HPFS/NTFS/exFAT
/dev/sda7 338423808 477687807 69632000 7 HPFS/NTFS/exFAT
/dev/sda8 477689856 625137663 73723904 7 HPFS/NTFS/exFAT
Partition table entries are not in disk order.
Disk /dev/sdd: 7.5 GiB, 8019509248 bytes, 15663104 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00000000
arch-linux partition flash-memory mkfs
add a comment |Â
up vote
3
down vote
favorite
up vote
3
down vote
favorite
I have installed Arch Linux ISO file into Flash disk with the following command:
dd bs=2M if=~/archlinux-2013.11.01-dual.iso of=/dev/sdd
Now I'm trying to format the flash disk with the following command:
sudo mkfs.vfat -F 32 /dev/sdd
But it gets me the following error :
mkfs.vfat: Device partition expected, not making filesystem on entire
device '/dev/sdd' (use -I to override)
The output of sudo fdisk -l:
Disk /dev/sda: 298.1 GiB, 320072933376 bytes, 625142448 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xf3286bd2
Device Boot Start End Blocks Id System
/dev/sda1 * 119700315 154850534 17575110 83 Linux
/dev/sda2 19834880 119700314 49932717+ 7 HPFS/NTFS/exFAT
/dev/sda3 154850535 174385574 9767520 83 Linux
/dev/sda4 174385575 625137663 225376044+ f W95 Ext'd (LBA)
/dev/sda5 174385638 185610192 5612277+ 82 Linux swap / Solaris
/dev/sda6 185610256 338423679 76406712 7 HPFS/NTFS/exFAT
/dev/sda7 338423808 477687807 69632000 7 HPFS/NTFS/exFAT
/dev/sda8 477689856 625137663 73723904 7 HPFS/NTFS/exFAT
Partition table entries are not in disk order.
Disk /dev/sdd: 7.5 GiB, 8019509248 bytes, 15663104 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00000000
arch-linux partition flash-memory mkfs
I have installed Arch Linux ISO file into Flash disk with the following command:
dd bs=2M if=~/archlinux-2013.11.01-dual.iso of=/dev/sdd
Now I'm trying to format the flash disk with the following command:
sudo mkfs.vfat -F 32 /dev/sdd
But it gets me the following error :
mkfs.vfat: Device partition expected, not making filesystem on entire
device '/dev/sdd' (use -I to override)
The output of sudo fdisk -l:
Disk /dev/sda: 298.1 GiB, 320072933376 bytes, 625142448 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xf3286bd2
Device Boot Start End Blocks Id System
/dev/sda1 * 119700315 154850534 17575110 83 Linux
/dev/sda2 19834880 119700314 49932717+ 7 HPFS/NTFS/exFAT
/dev/sda3 154850535 174385574 9767520 83 Linux
/dev/sda4 174385575 625137663 225376044+ f W95 Ext'd (LBA)
/dev/sda5 174385638 185610192 5612277+ 82 Linux swap / Solaris
/dev/sda6 185610256 338423679 76406712 7 HPFS/NTFS/exFAT
/dev/sda7 338423808 477687807 69632000 7 HPFS/NTFS/exFAT
/dev/sda8 477689856 625137663 73723904 7 HPFS/NTFS/exFAT
Partition table entries are not in disk order.
Disk /dev/sdd: 7.5 GiB, 8019509248 bytes, 15663104 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00000000
arch-linux partition flash-memory mkfs
arch-linux partition flash-memory mkfs
edited Sep 13 at 0:11
Jeff Schaller
33.1k849111
33.1k849111
asked Dec 21 '13 at 14:15
Hamed Kamrava
2,15092541
2,15092541
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
7
down vote
accepted
You generally don't want to write the filesystem on the entire block device (ie. /dev/sdd), you want to create a partition and then put the filesystem in there (ie. /dev/sdd1). That is also what your mkfs complained about.
If you are sure you only want to have one filesystem on this disk at a time, and you don't need a bootloader, you can safely ignore this warning using mkfs.vfat -I, and use the whole device. Otherwise, create a partitioning scheme using fdisk or similar (you can create a basic, full one with o, n, p, 1, Enter, Enter, w), and install the filesystem at /dev/sdd1 (or whichever partition you want to use).
If you only plan to use FAT on this device, with no MBR, then it is safe to install to the full device. Otherwise, use a partition table.
Not working for me; I get same error yet! Even I format it to FAT32 in windows Os completely! But when I want to format it as vfat (via mkfs.vfat command) on linux, I get above error.
â Mr.Hyde
Feb 2 '16 at 7:01
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
7
down vote
accepted
You generally don't want to write the filesystem on the entire block device (ie. /dev/sdd), you want to create a partition and then put the filesystem in there (ie. /dev/sdd1). That is also what your mkfs complained about.
If you are sure you only want to have one filesystem on this disk at a time, and you don't need a bootloader, you can safely ignore this warning using mkfs.vfat -I, and use the whole device. Otherwise, create a partitioning scheme using fdisk or similar (you can create a basic, full one with o, n, p, 1, Enter, Enter, w), and install the filesystem at /dev/sdd1 (or whichever partition you want to use).
If you only plan to use FAT on this device, with no MBR, then it is safe to install to the full device. Otherwise, use a partition table.
Not working for me; I get same error yet! Even I format it to FAT32 in windows Os completely! But when I want to format it as vfat (via mkfs.vfat command) on linux, I get above error.
â Mr.Hyde
Feb 2 '16 at 7:01
add a comment |Â
up vote
7
down vote
accepted
You generally don't want to write the filesystem on the entire block device (ie. /dev/sdd), you want to create a partition and then put the filesystem in there (ie. /dev/sdd1). That is also what your mkfs complained about.
If you are sure you only want to have one filesystem on this disk at a time, and you don't need a bootloader, you can safely ignore this warning using mkfs.vfat -I, and use the whole device. Otherwise, create a partitioning scheme using fdisk or similar (you can create a basic, full one with o, n, p, 1, Enter, Enter, w), and install the filesystem at /dev/sdd1 (or whichever partition you want to use).
If you only plan to use FAT on this device, with no MBR, then it is safe to install to the full device. Otherwise, use a partition table.
Not working for me; I get same error yet! Even I format it to FAT32 in windows Os completely! But when I want to format it as vfat (via mkfs.vfat command) on linux, I get above error.
â Mr.Hyde
Feb 2 '16 at 7:01
add a comment |Â
up vote
7
down vote
accepted
up vote
7
down vote
accepted
You generally don't want to write the filesystem on the entire block device (ie. /dev/sdd), you want to create a partition and then put the filesystem in there (ie. /dev/sdd1). That is also what your mkfs complained about.
If you are sure you only want to have one filesystem on this disk at a time, and you don't need a bootloader, you can safely ignore this warning using mkfs.vfat -I, and use the whole device. Otherwise, create a partitioning scheme using fdisk or similar (you can create a basic, full one with o, n, p, 1, Enter, Enter, w), and install the filesystem at /dev/sdd1 (or whichever partition you want to use).
If you only plan to use FAT on this device, with no MBR, then it is safe to install to the full device. Otherwise, use a partition table.
You generally don't want to write the filesystem on the entire block device (ie. /dev/sdd), you want to create a partition and then put the filesystem in there (ie. /dev/sdd1). That is also what your mkfs complained about.
If you are sure you only want to have one filesystem on this disk at a time, and you don't need a bootloader, you can safely ignore this warning using mkfs.vfat -I, and use the whole device. Otherwise, create a partitioning scheme using fdisk or similar (you can create a basic, full one with o, n, p, 1, Enter, Enter, w), and install the filesystem at /dev/sdd1 (or whichever partition you want to use).
If you only plan to use FAT on this device, with no MBR, then it is safe to install to the full device. Otherwise, use a partition table.
edited Dec 21 '13 at 15:01
peterph
22.6k24357
22.6k24357
answered Dec 21 '13 at 14:18
Chris Down
76.4k12180196
76.4k12180196
Not working for me; I get same error yet! Even I format it to FAT32 in windows Os completely! But when I want to format it as vfat (via mkfs.vfat command) on linux, I get above error.
â Mr.Hyde
Feb 2 '16 at 7:01
add a comment |Â
Not working for me; I get same error yet! Even I format it to FAT32 in windows Os completely! But when I want to format it as vfat (via mkfs.vfat command) on linux, I get above error.
â Mr.Hyde
Feb 2 '16 at 7:01
Not working for me; I get same error yet! Even I format it to FAT32 in windows Os completely! But when I want to format it as vfat (via mkfs.vfat command) on linux, I get above error.
â Mr.Hyde
Feb 2 '16 at 7:01
Not working for me; I get same error yet! Even I format it to FAT32 in windows Os completely! But when I want to format it as vfat (via mkfs.vfat command) on linux, I get above error.
â Mr.Hyde
Feb 2 '16 at 7:01
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f106155%2fproblem-with-formatting-flash-disk%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password