Ubuntu, or any other linux for that matter, 'does not see a partition'.
As root execute 'fdisk -l' and see if there is a fat32 partition.
your /dev/sda8 is a reported fat32 partition.
In the next reboot if you want a mounted linux read/writeable partition for
all users just do this:
As root,
first add a mount point by: mkdir /mnt/win_G that is your windows G
partition, if I counted right
edit the file /etc/fstab
on a fresh line add:
/dev/sda8    /mnt/win_G     vfat       defaults    0      0
save the file and reboot and lo:
your fat partition will be ready for useat /mnt/win_G.

best/harish

2009/12/1 raghu ram <[email protected]>

> friends this is my fdisk -l information
>
> in this fat 32 partition is not seen by ubuntu how can i add that?
>
>
> Disk /dev/sda: 250.1 GB, 250059350016 bytes
> 255 heads, 63 sectors/track, 30401 cylinders
> Units = cylinders of 16065 * 512 = 8225280 bytes
> Disk identifier: 0x1db71db6
>
>    Device Boot      Start         End      Blocks   Id  System
> /dev/sda1   *           1        3824    30716248+   7  HPFS/NTFS
> /dev/sda2            3825       30401   213479752+   f  W95 Ext'd (LBA)
> /dev/sda5            3825       10326    52227283+   7  HPFS/NTFS
> /dev/sda6           10327       16828    52227283+   7  HPFS/NTFS
> /dev/sda7           16829       19297    19832211    7  HPFS/NTFS
> */dev/sda8           19298       22377    24740068+   b  W95 FAT32*
> /dev/sda9           22378       25538    25390701   83  Linux
> /dev/sda10          25539       25662      995998+  83  Linux
> /dev/sda11          25663       26024     2907733+  82  Linux swap /
> Solaris
> /dev/sda12          26025       30401    35158221   83  Linux
>
>
>
>
> --
> Susarla Raghuram
> Research Fellow
> Space Physics Laboratory
> Vikram Sarabhai space center
> Thiruvananthapuram. 695022
>
>  --
> "Freedom is the only law".
> "Freedom Unplugged"
> http://www.ilug-tvm.org
>
> You received this message because you are subscribed to the Google
> Groups "ilug-tvm" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
>
> For details visit the website: www.ilug-tvm.org or the google group page:
> http://groups.google.com/group/ilug-tvm?hl=en
>

-- 
"Freedom is the only law". 
"Freedom Unplugged"
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups "ilug-tvm" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]

For details visit the website: www.ilug-tvm.org or the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en

Reply via email to