Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,102
    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.

  3. #3
    Just 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)

  4. #4
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,073
    Slight mix up there...
    It should have been 2 separate commands.
    Code:
    sudo fdisk -l
    and
    Code:
    mount
    Since we already have the mount info, just post the other one.
    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.

  5. #5
    Just 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

  6. #6
    Just 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

  7. #7
    Linux User sgosnell's Avatar
    Join Date
    Oct 2010
    Location
    Baja Oklahoma
    Posts
    358
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...