Re: mkisofs on usb hard drive key
- From: Dances With Crows <danSPANceswitTRAPhcrows@xxxxxxxxx>
- Date: Mon, 17 Jul 2006 18:46:17 -0500
On 17 Jul 2006 16:13:32 -0700, heavytull staggered into the Black Sun
and said:
Dances With Crows wrote:
heavytull wrote:ho sorry, I [didn't] notice the "1".
root@headmuz:/mnt/cdrom/kernels# fdisk /dev/sdc[ heavytull creates 1 partition ]
# mkdosfs -I -F32 -n slack -v /dev/sdcYou created one partition, then mkdosfs'ed the *entire disk*. You
# mount /dev/sdc1 /mnt/pen_drive/
mount: you must specify the filesystem type
probably wanted to mkdosfs -F32 /dev/sdc1 .
When you work with computers, Details Count. (The difference between
"rm -f *.tmp" and "rm -f * .tmp" is *huge*!)
ok, I'll try again, but I remember when I made 4 partitions some time
before I didn't make that error and got an error message like "can't
find disk geometry"
Wait. Did you do this?
fdisk /dev/nnn
(create 1 partition of type 0x0b on /dev/nnn)
mkdosfs -F32 -I /dev/nnn1
....using -I on a partition (not a full device) may cause weird things to
happen. I'd have to look at mkdosfs's source to find out exactly what.
Or, it's possible that the kernel didn't re-read the partition info from
the disk. So next time you fdisk a USB device, you *may* want to unplug
and re-plug the device after fdisk returns, and see if that helps.
--
Matt G|There is no Darkness in Eternity/But only Light too dim for us to see
Brainbench MVP for Linux Admin / mail: TRAP + SPAN don't belong
http://www.brainbench.com / "He is a rhythmic movement of the
-----------------------------/ penguins, is Tux." --MegaHAL
.
- Follow-Ups:
- Re: mkisofs on usb hard drive key
- From: heavytull
- Re: mkisofs on usb hard drive key
- References:
- mkisofs on usb hard drive key
- From: heavytull
- Re: mkisofs on usb hard drive key
- From: Dances With Crows
- Re: mkisofs on usb hard drive key
- From: heavytull
- mkisofs on usb hard drive key
- Prev by Date: Re: mkisofs on usb hard drive key
- Next by Date: Go Easy on me!
- Previous by thread: Re: mkisofs on usb hard drive key
- Next by thread: Re: mkisofs on usb hard drive key
- Index(es):
Relevant Pages
|