Find the answer to your Linux question:
Results 1 to 6 of 6
Can you give me the command for introducing other harddisk drives C: and D: in ubuntu. Bye!...
  1. #1
    Just Joined!
    Join Date
    Mar 2006
    Posts
    6

    how do I introduce harddisk drives C: and D: in linux

    Can you give me the command for introducing other harddisk drives C: and D: in ubuntu. Bye!

  2. #2
    Linux Guru budman7's Avatar
    Join Date
    Oct 2004
    Location
    Knee deep in Grand Rapids, Michigan
    Posts
    3,242
    A little more info is required.
    What do you mean by "introduce"?
    Could you post the results of
    Code:
    sudo fdisk -l
    How to know if you are a geek.
    when you respond to "get a life!" with "what's the URL?"
    - Birger

    New users read The FAQ

  3. #3
    Just Joined!
    Join Date
    Mar 2006
    Posts
    6
    I mean that linux told me that you don't have permission to open these drivers.

    Disk /dev/hdb: 80.0 GB, 80026361856 bytes
    255 heads, 63 sectors/track, 9729 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes

    Device Boot Start End Blocks Id System
    /dev/hdb1 * 1 3187 25599546 7 HPFS/NTFS
    /dev/hdb2 3188 3251 514080 82 Linux swap / Solaris
    /dev/hdb3 3825 9728 47423880 f W95 Ext'd (LBA)
    /dev/hdb4 3252 3824 4602622+ 83 Linux
    /dev/hdb5 3825 9728 47423848+ 7 HPFS/NTFS

    Partition table entries are not in disk order

  4. #4
    Linux Guru budman7's Avatar
    Join Date
    Oct 2004
    Location
    Knee deep in Grand Rapids, Michigan
    Posts
    3,242
    Quote Originally Posted by aaabbb
    I mean that linux told me that you don't have permission to open these drivers.
    That is even more cryptic.
    Could you post the exact error message and the command that you executed to get the error mesage?
    How to know if you are a geek.
    when you respond to "get a life!" with "what's the URL?"
    - Birger

    New users read The FAQ

  5. #5
    Linux User
    Join Date
    Apr 2005
    Location
    Ohio
    Posts
    326
    also post the contents of your /etc/fstab file

    cat /etc/fstab
    far...out

  6. #6
    Just Joined!
    Join Date
    Mar 2006
    Posts
    6
    # /etc/fstab: static file system information.
    #
    # <file system> <mount point> <type> <options> <dump> <pass>
    proc /proc proc defaults 0 0
    /dev/hdb4 / ext3 defaults,errors=remount-ro 0 1
    /dev/hdb1 /media/hdb1 ntfs defaults 0 0
    /dev/hdb5 /media/hdb5 ntfs defaults 0 0
    /dev/hdb2 none swap sw 0 0
    /dev/hda /media/cdrom0 udf,iso9660 user,noauto 0 0
    /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0

    hdb1 and hdb5 are c: and d: drives

    and error message is: Content of directory can not be displayed
    You don't have permission to see content of hdb5

Posting Permissions

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