Cannot access other drives (ntfs and fat)

Asked by ravi2026w

I cannot see any other partition under Computer sometimes.... I have tried to explore computer but unable todo so...
I checked with sudo fdisk -l and the out put is

Disk /dev/sda: 160.0 GB, 160040803840 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312579695 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00045a8e

   Device Boot Start End Blocks Id System
/dev/sda1 * 63 71682029 35840983+ 83 Linux
/dev/sda2 71682030 312560639 120439305 f W95 Ext'd (LBA)
/dev/sda5 81915498 204796619 61440561 7 HPFS/NTFS/exFAT
/dev/sda6 204796683 255995774 25599546 7 HPFS/NTFS/exFAT
/dev/sda7 255995904 312559615 28281856 7 HPFS/NTFS/exFAT
/dev/sda8 71682156 81915434 5116639+ 82 Linux swap / Solaris

Partition table entries are not in disk order

Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x8b8f6a71

   Device Boot Start End Blocks Id System
/dev/sdb1 63 1953520064 976760001 7 HPFS/NTFS/exFAT

some one help me to access my other drives and ext hard drive
Thanks

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu util-linux Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Which partition(s) do you want access to?

Revision history for this message
ravi2026w (ravi2026w-deactivatedaccount) said :
#2

In my hard drive I have allocated different spaces. Like the ones in Windows drive C,D,F etc.
When I click on computer it is showing only File System rest nothing
Pl help

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

So the NTFS partitions? You can mount them with:

sudo mkdir /media/sda5
sudo mkdir /media/sda6
sudo mkdir /media/sda7
sudo mkdir /media/sdb1

sudo mount /dev/sda5 /media/sda5 -o user,rw,uid=1000
sudo mount /dev/sda6 /media/sda6 -o user,rw,uid=1000
sudo mount /dev/sda7 /media/sda7 -o user,rw,uid=1000
sudo mount /dev/sdb1 /media/sdb1 -o user,rw,uid=1000

Should then be accessible from the /media folder.

Can you help with this problem?

Provide an answer of your own, or ask ravi2026w for more information if necessary.

To post a message you must log in.