host disk not visible

Asked by vamshi pasunuru

hello guys,
i installed ubuntu 10.10 in one of my disks[ inside windows..]
everything good except that particular drive is not visible in either places or computer.
once i saw somewhere that editing host file will work...can anybody tell me how to do it??
thanks in advance!!
vamshi

Question information

Language:
English Edit question
Status:
Solved
For:
Wubi Edit question
Assignee:
No assignee Edit question
Solved by:
bcbc
Solved:
Last query:
Last reply:
Revision history for this message
Eliah Kagan (degeneracypressure) said :
#1

If you installed Ubuntu using the Wubi installer (that is, inside Windows, rather than alongisde Windows), then your Windows drive is called /host. If you cannot see it, go to File System in Nautilus (the Ubuntu file manager), and it will be in there. You do not have to edit anything. Furthermore, when people refer to "the hosts file" they are talking about something entirely unrelated to /host.

If you did not install Ubuntu using Wubi, or you did but those instructions don't work, then please open a Terminal window in the Ubuntu system and run this command:

df -h; mount; sudo fdisk -l

Please note that (1) the last letter of that command is a lower-case L, not an upper-case i, and (2) you may be prompted for your password, and as you enter it, you won't see any placeholder characters (like *), but that's OK (just type it in and press enter).

Then select all the text in the Terminal (Edit > Select All), copy it to the clipboard (Edit > Copy), and paste it here.

Revision history for this message
Ashton Rideaux (ashtonwilliams1993) said :
#2

@ Eliah

Can you help me with my problem? Here is a link: https://answers.launchpad.net/wubi/+question/163592

Revision history for this message
vamshi pasunuru (vamshipasunuru) said :
#3

done it..here the text..

vamshi@ubuntu:~$ df -h;
Filesystem Size Used Avail Use% Mounted on
/dev/loop0 29G 2.6G 25G 10% /
none 1.5G 300K 1.5G 1% /dev
none 1.5G 668K 1.5G 1% /dev/shm
none 1.5G 92K 1.5G 1% /var/run
none 1.5G 0 1.5G 0% /var/lock
/dev/sda3 234G 169G 65G 73% /host
none 29G 2.6G 25G 10% /var/lib/ureadahead/debugfs
/dev/sda6 74G 19G 55G 26% /media/Local disk
vamshi@ubuntu:~$ sudo fdisk -l
[sudo] password for vamshi:

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x40000000

   Device Boot Start End Blocks Id System
/dev/sda1 1 22 176683+ de Dell Utility
/dev/sda2 * 23 1312 10359808 7 HPFS/NTFS
/dev/sda3 1312 31755 244534053+ 7 HPFS/NTFS
/dev/sda4 31756 60801 233305664 f W95 Ext'd (LBA)
/dev/sda5 31756 51217 156315648 7 HPFS/NTFS
/dev/sda6 51217 60801 76987936+ 7 HPFS/NTFS

Revision history for this message
vamshi pasunuru (vamshipasunuru) said :
#4

forgot to mention...
i have installed ubuntu through WUBI only and inside a local disk[200gb]
with a size of 30 gb...now the entire 200 b disk not visible under palces..
can you please tell me how to go to file system in nautilas i am a
absolue beginner in ubuntu..
thanks in adavnce

Revision history for this message
Best bcbc (bcbc) said :
#5

Press:
Alt-F2
nautilus /host

Or click on:
Places
Computer
File system
host

or from a terminal (CTRL+ALT+t)
nautilus /host

Revision history for this message
vamshi pasunuru (vamshipasunuru) said :
#6

thank you that solved my problem...kept a shortcut of the disk on the desktop...

Revision history for this message
vamshi pasunuru (vamshipasunuru) said :
#7

Thanks bcbc, that solved my question.