HD

Asked by fation_linuX

I have 2 HD's i've partitioned one of them (250 GB) in 2 parts, so 125 +125 GB. When i was install Ubuntu 7.10 it i have taked 35 GB for installing ubuntu and 4 GB for the swap at the second 125 GB so 35+4 = 39GB , 125 -39 = 86 GB free that i don't know where are those 86 GB i don't see them anywhere.
At the Places--> Pc---> it shows the first partition 125 GB and the filesystem 39 GB, how did i get the 86 GB of the second partition?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
fation_linuX
Solved:
Last query:
Last reply:
Revision history for this message
Pramod Dematagoda (pmdematagoda) said :
#1

Please post the outputs of:-
sudo fdisk -l

and
cat /etc/mtab

Revision history for this message
fation_linuX (dj-barthezz) said :
#2

fation@fation-desktop:~$ sudo fdisk -l

Disk /dev/hda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xe386e386

   Device Boot Start End Blocks Id System
/dev/hda2 * 1 30400 244187968+ f W95 Ext'd (LBA)
/dev/hda5 15666 30400 118358856 7 HPFS/NTFS
/dev/hda6 1 4863 39061953 83 Linux
/dev/hda7 4864 4985 979933+ 82 Linux swap / Solaris

Partition table entries are not in disk order

Disk /dev/hdb: 81.9 GB, 81964302336 bytes
255 heads, 63 sectors/track, 9964 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x7f1a7f1a

   Device Boot Start End Blocks Id System
/dev/hdb1 * 1 9964 80035798+ 7 HPFS/NTFS
fation@fation-desktop:~$

-------------------------------------------

fation@fation-desktop:~$ cat /etc/mtab
/dev/hda6 / ext3 rw,errors=remount-ro 0 0
proc /proc proc rw,noexec,nosuid,nodev 0 0
/sys /sys sysfs rw,noexec,nosuid,nodev 0 0
varrun /var/run tmpfs rw,noexec,nosuid,nodev,mode=0755 0 0
varlock /var/lock tmpfs rw,noexec,nosuid,nodev,mode=1777 0 0
udev /dev tmpfs rw,mode=0755 0 0
devshm /dev/shm tmpfs rw 0 0
devpts /dev/pts devpts rw,gid=5,mode=620 0 0
lrm /lib/modules/2.6.22-14-generic/volatile tmpfs rw 0 0
/dev/hda5 /media/hda5 fuseblk rw,nosuid,nodev,noatime,allow_other,default_permissions,blksize=4096 0 0
/dev/hdb1 /media/hdb1 fuseblk rw,nosuid,nodev,noatime,allow_other,default_permissions,blksize=4096 0 0
securityfs /sys/kernel/security securityfs rw 0 0
fation@fation-desktop:~$

Revision history for this message
Pramod Dematagoda (pmdematagoda) said :
#3

Make a new directory in /media:-
sudo mkdir /media/forced

and then post the output of:-
sudo ntfs-3g /dev/hda5 /media/forced

If the mount does not work then we can find out the problem using the error message.

Revision history for this message
fation_linuX (dj-barthezz) said :
#4

fation@fation-desktop:~$ sudo ntfs-3g /dev/hda5 /media/forced
fuse: mount failed: Device or resource busy
FUSE mount point creation failed
Unmounting /dev/hda5 ()
fation@fation-desktop:~$

Revision history for this message
Pramod Dematagoda (pmdematagoda) said :
#5

It seems that hda5 is already mounted:-
/dev/hda5 /media/hda5 fuseblk rw,nosuid,nodev,noatime,allow_other,default_permissions,blksize=4096 0 0

Did you check in the /media/hda5 folder to see if that is your Windows partition?

Revision history for this message
fation_linuX (dj-barthezz) said :
#6

i have 2 HD's and in both of them i have windows xp but when i go to the boot to select the OS there is only one winzoz and it doesn't function,there is a request for me to register the product and the pc get restarted,however i don't use winzoz anymore,so in /media/hda5 i have the folder windows and the windows programs the same at the /media/hda1 windows folder and windows programs!The space is already occupated by both the windows,but i'm searching the other partition of 80 GB :(

Revision history for this message
fation_linuX (dj-barthezz) said :
#7

solved reinstalling ubuntu and erase everything at last i've got my 250 GB (j.k i've done a backup of all)
however thanks a lot to all the people

peace & love brothers

=]