Find the answer to your Linux question:
Results 1 to 5 of 5
is fat 32 the filesystem ie like the hdd...
  1. #1
    Just Joined!
    Join Date
    May 2008
    Posts
    13

    fat32 questions

    is fat 32 the filesystem ie like the hdd

  2. #2
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    The data you write to the harddrive isn't written in a raw format, it is indexed and broken into pieces. This system of organizing is known as a filesystem but it is seperate from the physical disk. Think of it as a way of writing data. So there are many different filesystems.

    This link might help

    There are plenty of fiesystems. FAT32 can be read/written to by most operating systems. Linux doesn't have one default filesystem but generally ext3 is considered the standard one, with others such as ReiserFS, XFS and JFS being available. Being that the filesystem is just a matter of how the data is written any filesystem can be used on any harddisk - one is not a part of the other.

  3. #3
    Just Joined!
    Join Date
    May 2008
    Posts
    13
    then see in devede when it says dont save to fat32 where can i save the output folder to then

  4. #4
    Just Joined!
    Join Date
    May 2008
    Posts
    13
    windows came installed on my syetem when i got then i installed linux afterwards. ave ran out of ideas its so fustrating

  5. #5
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    Are you dual booting still? That is are you still using Windows alongside Linux? Can you run the following commands in a terminal and post the output back here
    Code:
    sudo fdisk -l
    cat /etc/fstab
    That's a lowercase L after fdisk

Posting Permissions

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