Find the answer to your Linux question:
Results 1 to 6 of 6
Just partitioned my HDD and installed Mandrake. 1st experince w/ Linux, very excited w/ installation success. Winxp partition is FAT32, Linux partition is native Linux. Can see FAT32 network drives, ...
  1. #1
    Just Joined!
    Join Date
    Sep 2007
    Posts
    4

    File system access

    Just partitioned my HDD and installed Mandrake. 1st experince w/ Linux, very excited w/ installation success. Winxp partition is FAT32, Linux partition is native Linux. Can see FAT32 network drives, can see USB FAT32's but can't seem to find the FAT32 partition that resides on the same HDD w/ Linux. I'm sure I'm missing something obvious... How can I navigate to this partition?

  2. #2
    tpl
    tpl is offline
    Linux User
    Join Date
    Jan 2007
    Location
    cleveland
    Posts
    452
    welcome to the forum

    first, to find the name of the partition:

    fdisk /dev/hda
    p
    q

    or if you use scsi, it'll be sda;
    suppose the partition is /dev/hda1--
    then mount it somewhere:

    mount -t vfat /dev/hda1 /mnt
    cd /mnt

    most of this has to be done as root
    the sun is new every day (heraclitus)

  3. #3
    Linux User abhishek456's Avatar
    Join Date
    Dec 2006
    Posts
    470
    post the output of
    Code:
    fdisk -l
    as root and also
    Code:
     cat /etc/fstab
    life is the greatest opportunity that the nature had given you

  4. #4
    Just Joined!
    Join Date
    Sep 2007
    Posts
    4

    bash: fdisk: command not found

    fdisk /dev/hda
    returns
    bash: fdisk: command not found

    Now using Fedora, was using Mandrake at original post.

  5. #5
    Linux User abhishek456's Avatar
    Join Date
    Dec 2006
    Posts
    470
    try
    Code:
    sudo /sbin/fdisk -l
    if that doesn't work try it after logging as root
    life is the greatest opportunity that the nature had given you

  6. #6
    Just Joined!
    Join Date
    Sep 2007
    Posts
    4
    Got it! thanks.

Posting Permissions

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