partiton information

Vaibhav Vaidya ampfp at yahoo.com
Thu Sep 1 18:29:25 UTC 2005


To get a list of partitions:
open a terminal window, do 
su -
type in your root password, then do 
fdisk /dev/hda
at the prompt type 
p <enter>
q <enter>

p should give you list of partitions on your drive. The fat32 should be listed as hda1 or hda2 or... (hdaX)
 
now create a mount point in your ubuntu for the fat32.
mkdir /fat32
or 
mkdir /any_indicative_name
 
Then, do 
mount /dev/hdaX /any_indicative_name
 
this will mount your fat32 under /any_indicative_name
 
If you get errors in the last step, your fat32 partition might not be formatted well.
 
--vav

Hal Rider <hrubuntu at gmail.com> wrote:
Hi,
is it possible to get drive names and partitions on the drives in my 
computer?

I have just installed ubuntu, after trying hard on debian and having 
network troubles. was just too much.
I still have xp installed for now till I get a few more bits and pieces 
of hardware working but mostly it runs minta out of the box.

so basically I am booting the second drive from the bios so grub didn;t 
destroy the windows disc mbr and I can just swapthe bios booting without 
having to get inside my machine and leaves things nicely alone so I can 
just swap the discs when I do change over cleanly. On the disc with the 
ubuntu install is also a fat32 partition that I would like to mount to 
write files too to share with windows in the interim.
so basically just want the partitions name and how to mount it read/write.

cheers Haldor

-- 
ubuntu-users mailing list
ubuntu-users at lists.ubuntu.com
http://lists.ubuntu.com/mailman/listinfo/ubuntu-users

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20050901/248aa9d0/attachment.html>


More information about the ubuntu-users mailing list