Find the answer to your Linux question:
Results 1 to 9 of 9
Hi all, I've trashed my windows installation but I want to get my files off the disk before I re install and I think I'm gona go Suse... former redhat ...
  1. #1
    Just Joined!
    Join Date
    Jun 2007
    Posts
    3

    Unhappy mount fat32 in suse live cd? windows trashed

    Hi all,

    I've trashed my windows installation but I want to get my files off the disk before I re install and I think I'm gona go Suse... former redhat user.

    But is it possible to mount a fat32 hard drive using one of the live CD's?
    Or is there another method to copy my files off my laptop to a usb hard drive?

    Cheers,

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    But is it possible to mount a fat32 hard drive using one of the live CD's?
    Or is there another method to copy my files off my laptop to a usb hard drive?
    you cant use any LiveCD. if LiveCD doesn't automount FAT32 partition, you can mount manually with mount command. mount partitions of External disk same way and copy data.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Jun 2007
    Posts
    3

    command

    hi there,

    so I start a terminial session and run a command similar to this?

    /dev/hda1 /windows/C vfat noauto,user,rw 0 0 ??

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    which LiveCD are you using? look for Terminal or Konsole in Menu.
    you have to create mount_point ( folder ) before executing mount command.
    check the output of fdisk -l for correct partition name.
    Code:
    mkdir C_driver
    mount  -t  vfat   /dev/hda1  C_driver   -o  defaults,umask=0
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Apr 2007
    Location
    Europe
    Posts
    10
    I am for SUSE, but for this task better go Puppy!!! If you can boot it, you can mount both NTFS and FAT32 partitions. Only about 90MB for the ISO in size and you can use any external medium: USB sticks, external disks, etc...


    Good Luck

  6. #6
    Just Joined!
    Join Date
    Jun 2007
    Posts
    3

    hmmm..

    mount -t vfat /dev/hda1 C_driver -o defaults,umask=0
    linux:~ # mkdir C_driver
    linux:~ # mount -t vfat /dev/hda1 C_driver -o defaults,umask=0
    mount: special device /dev/hda1 does not exist
    linux:~ # fdisk -l

    Disk /dev/hda: 40.0 GB, 40007761920 bytes
    16 heads, 63 sectors/track, 77520 cylinders
    Units = cylinders of 1008 * 512 = 516096 bytes

    Device Boot Start End Blocks Id System
    linux:~ # mount -t vfat /dev/hda C_driver -o defaults,umask=0
    mount: wrong fs type, bad option, bad superblock on /dev/hda,
    missing codepage or other error
    In some cases useful info is found in syslog - try
    dmesg | tail or so

  7. #7
    Linux Engineer valemon's Avatar
    Join Date
    Oct 2006
    Location
    Volos
    Posts
    934
    Quote Originally Posted by djpaubes View Post

    Disk /dev/hda: 40.0 GB, 40007761920 bytes
    16 heads, 63 sectors/track, 77520 cylinders
    Units = cylinders of 1008 * 512 = 516096 bytes

    Device Boot Start End Blocks Id System
    The output of the fdisk -l command is strange. Seems you got no partitions. I mean below this entry should come up hda1,hda2. But there is nothing like this. It looks unpartitioned
    Linux is like a Teepee, No Windows, No Gates, Only Apache Inside!
    Arch Linux
    Linux user #442041

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Partition Table of your Harddisk has been corrupted. you have to recover Partition Table first. check here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    I'm thinking,,,,,hmmmm
    I've trashed my windows installation
    Code:
    Disk /dev/hda: 40.0 GB, 40007761920 bytes
    16 heads, 63 sectors/track, 77520 cylinders
    Units = cylinders of 1008 * 512 = 516096 bytes
    
    Device Boot Start End Blocks Id System
    He did say he trashed his Windows installation, depending on what he actually did, the MBR might not be corrupted, just missing.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

Posting Permissions

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