Results 1 to 7 of 7
I just installed the latest version of Ubuntu and I'm new to Linux. The only drive I can access from the file manager in Ubuntu is my C: drive which ...
- 08-25-2011 #1Just Joined!
- Join Date
- Aug 2011
- Posts
- 3
How to access my D drive
I just installed the latest version of Ubuntu and I'm new to Linux. The only drive I can access from the file manager in Ubuntu is my C: drive which is almost out of space. That's not the problem. The problem is that I need to access my D: drive which has a lot more space on it. The only time I was ever able to access it in Linux was in Amarok when I was importing music files. I would really appreciate some help. Thanks.
- 08-25-2011 #2
There is no C: and D: drive in linux.
There are mountpoints.
Can you please paste the output of
Code:fdisk -l and mount
You must always face the curtain with a bow.
- 08-26-2011 #3Just Joined!
- Join Date
- Aug 2011
- Posts
- 3
I just pasted your code into the terminal and this was my output:
The program 'and' is currently not installed. You can install it by typing:
sudo apt-get install and
colin@ubuntu:~$ mount
/dev/loop0 on / type ext4 (rw,errors=remount-ro,commit=0)
proc on /proc type proc (rw,noexec,nosuid,nodev)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
none on /dev type devtmpfs (rw,mode=0755)
none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
none on /dev/shm type tmpfs (rw,nosuid,nodev)
none on /var/run type tmpfs (rw,nosuid,mode=0755)
none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
/dev/sda5 on /host type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,all ow_other,blksize=4096)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/colin/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=colin)
/dev/sda3 on /media/OS type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096,default_ permissions)
- 08-26-2011 #4
Slight mix up there...
It should have been 2 separate commands.
andCode:sudo fdisk -l
Since we already have the mount info, just post the other one.Code:mount
Last edited by jayd512; 08-26-2011 at 03:30 AM. Reason: changed a little info.
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 08-26-2011 #5Just Joined!
- Join Date
- Aug 2011
- Posts
- 37
you can also install pysdm to manage how your partitions mount.
Check this howto:
How To Auto-mount Your NTFS Partition In Ubuntu
- 08-26-2011 #6Just Joined!
- Join Date
- Aug 2011
- Posts
- 3
Here is the output of sudo fdisk -l:
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 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: 0xcdddd0d0
Device Boot Start End Blocks Id System
/dev/sda1 1 13 102400 de Dell Utility
Partition 1 does not end on cylinder boundary.
/dev/sda2 * 13 1288 10240000 7 HPFS/NTFS
/dev/sda3 1288 8937 61440000 7 HPFS/NTFS
/dev/sda4 8937 38914 240786432 f W95 Ext'd (LBA)
/dev/sda5 8937 38914 240785408 7 HPFS/NTFS
- 08-27-2011 #7
You only have one drive, with several partitions on it. It appears that the second partition, sda2, is the boot partition, which Windows calls C:. Probably sda3, the second partition, is what Windows calls D:, but I can't guarantee that. I have no idea where Ubuntu is, since all the partitions are NTFS, not Linux filesystems. If you used wubi to install Ubuntu, which puts it inside Windows, I can't help you, since I've never seen the sense of doing that.


Reply With Quote