I have an usb drive new with ntfs on it. if I plug it in, it's mounted. as so, I can't make a file system on it (disk mounted) and I can't umount it (nothing relies on it, but umount think it's used) what is the standard procedure to have mkfs.ext3 run on it? may I use -F without risk (the drive is empty) thanx jdd -- http://www.dodin.net http://dodin.org/galerie_photo_web/expo/index.html http://lucien.dodin.net http://fr.susewiki.org/index.php?title=Gérer_ses_photos --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Monday 23 October 2006 14:45, jdd wrote:
I have an usb drive new with ntfs on it.
if I plug it in, it's mounted.
as so, I can't make a file system on it (disk mounted) and I can't umount it (nothing relies on it, but umount think it's used)
You should be able to umount it if you didn't access it in any way after inserting it (do not open "My Computer").
what is the standard procedure to have mkfs.ext3 run on it? may I use -F without risk (the drive is empty)
I would try to destroy the NTFS filesystem first (even if it's mounted). As root: dd if=/dev/zero of=/dev/sdXY bs=1M count=10 ## replace sdXY with whatever your USB drive is and whatever partition you want to wipe. CAUTION: if you get this wrong you might erase something else. Or you can get more radical and erase the partition table on the drive dd if=/dev/zero of=/dev/sdX bs=512 count=1 Then reboot and recreate partitions on it with YaST Partitioner or whatever you know. --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Silviu Marin-Caea a écrit :
On Monday 23 October 2006 14:45, jdd wrote:
I have an usb drive new with ntfs on it.
anyway this brand new disk failed nearly instantly and so my problem may have been caused by the failure :-( so next time with the next new disk... some weeks in the future :-( thanx jdd -- http://www.dodin.net http://dodin.org/galerie_photo_web/expo/index.html http://lucien.dodin.net http://fr.susewiki.org/index.php?title=Gérer_ses_photos --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Silviu Marin-Caea a écrit :
On Monday 23 October 2006 14:45, jdd wrote:
I have an usb drive new with ntfs on it.
if I plug it in, it's mounted.
as so, I can't make a file system on it (disk mounted) and I can't umount it (nothing relies on it, but umount think it's used)
in fact it happended that the new (from repair shop) disk was broken (probably during travel). The brand new one I have now had no difficulty at all to be formatted (the new partition was not mounted) as ext3, and the new make of the ext2ifs driver supports ext3. VERY NICE JDD -- http://www.dodin.net http://dodin.org/mediawiki/index.php/GPS_Lowrance_GO --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (2)
-
jdd
-
Silviu Marin-Caea