|
-
Nov 19th, 2004, 01:26 PM
#1
Thread Starter
Addicted Member
FDisk
I have a computer, where I want to delete a primary partition.
However, someone has set the volume label to a number of characters that you can't type with a regular keyboard, such as °, á, and ÷. How can I a) override the prompt that requires volume label to delete the partition b) type these characters in FDisk?
Thanks,
Jon.
-
Nov 19th, 2004, 09:19 PM
#2
If you have XP, you can change the properties of the drive, which I think will change the input needd for FDISK. You could also just install XP. It wil format the drive for you, and, I *think* that it will allow you to create partitions. The regular format command won't. I just checked it out.
Last edited by dglienna; Nov 19th, 2004 at 09:22 PM.
-
Nov 19th, 2004, 09:48 PM
#3
When you do a format from a DOS enviroment only (no Windows
loaded) it prompts you for the Volumn name. The characters your
refering to are the upper set of ASCII characters (128-255). You
can create them by pressing the Alt + 0153 for example (™ symbol).
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Nov 19th, 2004, 10:47 PM
#4
-
Nov 20th, 2004, 07:44 PM
#5
Thread Starter
Addicted Member
there is no OS installed and I'm running this using a windows bootdisk and I cant enter the upper end ASCII characters.
-
Nov 20th, 2004, 08:16 PM
#6
Why do you want to have your volumn label with the extended
characters? You should be able to use the Alt + four digit
character code to enter an extended ascii char?
Last edited by RobDog888; Nov 21st, 2004 at 12:51 AM.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Nov 20th, 2004, 10:26 PM
#7
just format the drive again, and don't enter a volume lable.
-
Nov 21st, 2004, 02:03 AM
#8
If you intend on installing Windows XP on the drive, just boot off the CD and use the partition utility in the setup, it's much easier to use than FDISK and allows you to format using NTFS.
I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)
-
Nov 25th, 2004, 02:24 PM
#9
Re: FDisk
Originally posted by jeb2022
I have a computer, where I want to delete a primary partition.
However, someone has set the volume label to a number of characters that you can't type with a regular keyboard, such as °, á, and ÷. How can I a) override the prompt that requires volume label to delete the partition b) type these characters in FDisk?
Thanks,
Jon.
You can type all ASCII characters (0-255) into any command shell using the Alt-code trick.
Go to your command shell and hold down the Alt key, and type in a number between 0 and 255 on the numpad. When you release the Alt key, that ASCII character will appear on the prompt. This will work in FDisk also.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|