Ubuntu :: Can't Find FAT32 Partition

Jun 24, 2010

I've a new format in my HDD and put win7 and ubuntu 10.04. I made a partition about 50GB so that i can get files from ubuntu to windows and the other way around.I can see that partition in windows but not in ubuntu.

P.S. i can see the windows partition in ubuntu

View 9 Replies


ADVERTISEMENT

General :: Windows 7 - Create A Symbolic Link From An Ext Partition To A FAT32 Partition

May 15, 2011

On my Linux system, I want to create a symbolic link to a folder on my Windows 7 partition formatted FAT32. I use:

sudo ln -s /media/OS/Users/dennis/AppData/Roaming/.minecraft ~/.minecraft

However, I end up with a file in my home directory called .minecraft and when I try to access it, I receive:

bash: CD: .minecraft: Too many levels of symbolic links

is there a way to make the symbolic link to the FAT32 folder?

View 2 Replies View Related

Software :: Changing Icon On Fat32 Partition / Cannot Change Icons Partition Is Mounted In Fstab?

Aug 17, 2010

using suse 11.3 and kde 4.4.4 on the mounted fat32 partition I cannot change icons partition is mounted in fstab in this way:/dev/sda8/ /dati vfat user, users, gid=users, umask=0002, utf8=true, 0, 0.I can create files folders modify, move and save them on the partition but if I try to change the icon (in dolphin right click>properties>click on icon) of the /eros folder (or any other folder or link) system gives me
this error:impossibile salvare le proprieta' , non hai accesso sufficiente per scrivere su /dati/eros/.directory tha in english is something like this: impossoble save properties, you havent enough permission access to write on /dati/eros/.directory this happen also as superuser I remember that with suse 11.0 or 10.3 I was able to change icons on fat32 partitions, now with 11.3 I cannot, there ought to be a way to do what I did with the previous version with this 11.3 brand new ad more advanced version shouldn't it?

View 11 Replies View Related

Ubuntu :: Finding Windows Partition - Use FAT32 Partition For Photo Images And Old Windows Files

May 31, 2011

I got tired of dual booting on my old computer so on the new computer I am planning to run XP on VMware Player. The problem is that on the new computer neither Ubuntu or XP can "see" the FAT32 partition. I intend to use the FAT32 partition for photo images and old Windows files and need access from both Ubintu and XP.

Partition table entries are not in disk order.

View 5 Replies View Related

Ubuntu :: Fat32 Partition Can Be Used As /usr Or /home

Aug 22, 2010

can a fat32 partition be marked as /usr or /home during or after installing ubuntu?

View 5 Replies View Related

Ubuntu :: Fat32 Partition Becoming Read-only?

Jan 19, 2011

I have a partition to share files between Ubuntu and Windows, sometimes it becomes read-only but it's always reversible, this time it seems completely locked, all folders even have lock symbols and I can't change any file even if I open nautilus as root.

I can use it through windows with no problems, and have tried using PySDM to modify it but it's still the same.

View 3 Replies View Related

Ubuntu Installation :: Using FAT32 Partition As Swap?

Apr 5, 2010

I'm installing a new SSD this upcoming weekend. My thought was to go easy on it so it lasts longer by putting my swap files on a mechanical drive instead of the SSD. I don't - however - want to waste space for swap files. It would be nice if I could use the same 6GB FAT32 partition for swap files for both Windows 7 and Ubuntu. Is this possible? It might not even be necessary though, I have enough RAM that I rarely use the swap file at all (I've even considered going without swap all together), so it probably won't pose a huge load to the drive.

View 9 Replies View Related

Ubuntu :: Creating A Shared FAT32 Partition

Oct 3, 2010

I am dual booting windows 7 and ubuntu 10.04 using grub. I am using a 1tb samsung hard drive. Ubuntu has 750gb and windows has 250gb. I want 500gb of my HD to be FAT32 so I can put all of my music, pictures, and videos on it. I don't have more than 100gb used on either partition.

I have done quite a bit of searching and browsing, but I can't find a good step by step guide to do this. I am guessing I need to figure out how to use fdisk?

View 3 Replies View Related

Ubuntu Installation :: Creating Fat32 Partition During Install?

Jun 28, 2010

I purchased a new HD and my goal is to have a Windows partition, an Ubuntu partition, (a swap partition of course), and large fat32 partition for storing data to be used on both the Windows and the Ubuntu side.

I am installing from USB and do not yet have a copy of Windows to install. I keep getting an error saying that the attempt to mount vfat failed.

View 6 Replies View Related

Ubuntu :: 10.10 Doesn't Recognize Fat32 Partition On Sd Card?

Dec 5, 2010

I have a sandisk sd card with 3 partitions two ext2 and one fat 32 partition for some reson Ubuntu only automounts two ext2 partitions. I've tried inserting another card with only one fat32 partition and the system doesn't mount it. Both cards are visible in gparted byt not in "Places" menu.

View 4 Replies View Related

Ubuntu :: Wiping Free Space On A Fat32 Partition?

Apr 8, 2011

I'd like to wipe free space on a fat 32 partition, momentary by doing

Code:

cat /dev/urandom >garbage

That stops each time the file is 4GB big, as this is the maximum supported filesize for fat32 partitions. So I redo the command, only writing now to "garbage2" or so.Is there any more elegant way to do that? Maybe by script which automatically generates new file names, until the disc is full?

View 7 Replies View Related

Ubuntu Installation :: Create The FAT32 Partition For Booting?

Apr 28, 2011

Am trying to format my SD card and creat a FAT32 partition for booting

after following procedure i was stuck with the below command

Command (m for help): [t]
Selected partition 1
Hex code (type L to list codes): [c]
Changed system type of partition 1 to c (W95 FAT32 (LBA))

i don't have the [c] option or any "W95 FAT32 (LBA)"

View 3 Replies View Related

Ubuntu :: Delete Partition Trying To Create A New Shared Fat32 One?

Jun 13, 2010

I am having the same problem. I did delete partition trying to create a new shared fat32 one.below fdisk -l screen..I booted from live CD and tried quite a few things already...I think I need a clear direstions for it is getting annoying...

Device Boot Start End Blocks Id System
/dev/sda1 1 5906 47437866+ 7 HPFS/NTFS
Partition 1 does not end on cylinder boundary.

[code]....

View 5 Replies View Related

Ubuntu :: Mount FAT32 Partition Without Being The Files Owned By Root?

Jan 27, 2010

I want to mount my FAT32 partition automatically on startup. It gets mounted but the problem is that all the files in the FAT32 partition are shown as owned by root. Because of that I can't paste files or write to this partition. This is my fstab file

Code:
# /etc/fstab: static file system information.
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda5 during installation

[Code]....

View 4 Replies View Related

Ubuntu :: Not Posasible To Make Bigger FAT32-partition Than 32GB

Apr 26, 2010

I purchased a FREECOM 1,5TB external USB-HDD and find out that there was FAT32 as FS. I windos there are not posasible to make bigger FAT32-partition than 32GB. I wan't to have windos-FS to use my work and on my freinds computers.Do you think I could format to NTFS or keep the FAT32? I don't have any big files.

View 2 Replies View Related

Ubuntu :: Make A Single Fat32 Partition On Usb Flash Drive?

Jun 3, 2010

I am installing Debian on my netbook. I need to make a single fat32 partition on my usb flash drive. I really love linux and want it on my netbook.

View 4 Replies View Related

Ubuntu Installation :: Installer Cannot Create A Shared Fat32 Partition With Win 7

Oct 12, 2010

I have win 7 installed on a primary partition along with two other primary partitions containing a recovery partition and system files partitions. (don't know exactly what the latter is for.) I made a defrag and resized the win partition to make some free space for a primary ubuntu partition.I then inserted the 10.10 live disc and created a fat32 shared partition, a root (/), a /home Nd a swap in the advanced gparted menu, BUT every time I try to initiate the installation I get an error message saying that installer couldn't create the fat32.

View 4 Replies View Related

Ubuntu :: Making FAT32 Windows Partition Read/write?

Mar 16, 2011

I'm having difficulty making my FAT32 drive capable of read/write. I followed the instructions here (http://ubuntuguide.org/wiki/Ubuntu:Maverick#Windows_Compatibility) and added the following line to my /etc/fstab file:

Code:
/dev/sda4 /media/WinD vfat quiet,defaults,rw 0 0
However, when I rebooted the drive is still read-only

View 4 Replies View Related

General :: Fat32 Vs NTFS For Shared Partition

Jun 19, 2010

I dual boot, in the process of installing Windows 7 & Fedora 13 on a new drive. Back in the day when it was risky for the newbie to read/write NTFS, I created a "shared" FAT32 partition. Even though the later Fedoras could read/write NTFS fresh out of the box, I have kept the "shared" partition for my important files (email, documents, digital camera pics).

Now that I'm installing Win7 and Fedora 13 on a new hard drive and I'm partitioning my disk, I'm scratching my head trying to decide how I should format this partition. I was considering the FAT32 again, but I'd like 50GB, not just 32. At the same time, I'm thinking of making the size sacrifice because, and maybe this is just carryover from the olden days and groundless, I have an irrational worry about using NTFS for my most important files.Maybe someone could assuage my fears. Is it just as safe, at this point, for files to be on a NTFS partition and run under Fedora as they are under FAT32?

View 6 Replies View Related

Software :: File Recovery On FAT32 Partition?

Jan 6, 2010

I accidentally deleted some video files on my digital video camera, the Hard Drive is FAT32 and the videos are saved as a .mod file.I've had good success recovering files in the past with Photorec but there is no option for .mod files with this software

View 1 Replies View Related

Ubuntu Installation :: GParted Anomaly: Fat32 Partition Shows 27 GB Used Just After Formatting

Mar 17, 2010

I formatted 56 GBs of my hard disk space into fat32 and it seems that 27 gbs of it is used! Though direct checking from the volume itself shows nothing like this, gparted still insists 27 gbs are used.

View 4 Replies View Related

Ubuntu :: Changing The Type Of Partition From A Ect4 To Fat32 But Will This Delete My Data?

Dec 5, 2010

i currently have both xubuntu 10.10 32-bit and windows 7 64-bit installed on my laptop which i use mostly for college work and basic programming (i'm still learning to program).i have a 150gb partition with win7 installed, a 20gb partition with xubuntu installed and a 15gb partition with my linux home folder on, the rest of the space is unused because i thought i may need it for something else in the future.the home folder partition is formatted to etc4, i now have a need to access this data from win7 for college work, i know that windows doesn't support mounting of etc file systems so i have hit a problem.

i thought about changing the type of partition from a ect4 to fat32 but will this delete my data? or ,are there any third party software packages for windows that will allow me to mount ect4?

View 1 Replies View Related

Hardware :: Recover Data From Hdd Partition Type Fat32?

Aug 18, 2009

is there a way to recover data from a hd partition type fat32...cause ...cause right now it shows up as unallocated space..earlier i tried installing windows in a unused partition located just above this partition....i need to recover the data real soon...

View 1 Replies View Related

Debian Installation :: How To Format Persistent Partition (EXT2 / FAT32)

Feb 18, 2011

I have created live persistent usb-hdd (fat32) image, put into USB stick, but now I should create persistent live-rw partition. How this persistent partition should be formatted? Should I format with ext2, or fat32?

View 1 Replies View Related

Software :: Mounting Single Fat32 Partition Inside Full Disc Image

Dec 19, 2009

I have recovered a whole dying hard drive using the command ddrescue, only 8192 byte out of 4.3 gigabyte are unreadable.I have used the command (gnu) ddrescue /dev/sdb DiskImage.img..But unfortunatly this way i have a full-disk image that is not mountable... ( or at least i don't know how to mount it ), and the disk doesn't seem to work anymore that good... ( crack crack crack... ).To see the partitions inside the "big" file, i have used fdisk -l, and damn there is only one partition, but how can i mount the content???

I know i could use photorec foremost or similar software, but since the disc image is almost perfect, i would be able to preserve file names, paths and dates...The last idea would be to mount it as a full-drive image with Virtualbox... But transferring data would be quite annoying.

View 10 Replies View Related

Ubuntu :: Can't Access Or Even Find Files On Windows Partition Or Windows Partition Itself

Sep 24, 2010

After several times install & reinstall,i got a stable dual boot vista / ubuntu 10.10.,but i can't access or even see my windows partition from ubuntu,i installed my dual boot with wubu this time,in previous installation when i didn't use wubi , i didn't have such a problem & windows partition with all my files in it (windows files,media ,etc,) was easily accessible from "places" on ubuntu . I already disabled windows firewall & other security options but nothing changed

View 3 Replies View Related

Ubuntu :: TestDisk Cannot Find Partition To Fix

Apr 27, 2011

I messed up a 500GB USB hard drive by confusing it with another drive, accidentally trying to erase it, realizing my error and pulling out the cable in panic. Running Testdisk has found no partitions to fix. Photorec can find most of my files but sorting them out again is going to take weeks. Are there any methods I can use to try and save my folders/file system on the HDD? I'm very much a novice as far as partitions and file systems go.

View 9 Replies View Related

Ubuntu :: Can't Find Partition On Hd With Gparted

May 18, 2011

I have a laptop with dual boot and I think because it is a dual boot I can't find the linux partition, installed when I knew nothing about linux, so I most likely went with the default settings, I'm an absolute convert now and have run out of space for ubuntu.So got on the net and seen many screen shots of gparted with a clearly visible linux partition, swap etc, so I make myself a gparted live cd and mine is just not there.Really don't want to do another ubuntu re-install. This k52f has too many setting to correct with ubuntu and took me a really long time!!

Or is there is a different solution to to this other than expanding a possibly hidden linux partition? Is the alternative storing files on a shared partition both os can share?

View 9 Replies View Related

Ubuntu :: Cannot Find Swap Partition After Hibernation

Feb 23, 2010

Since I tested with suspending/hibernating my laptop, the system seems to have lost the swap partition. That is to say: it cannot find it at boot anymore. Some message shows during boot like "waiting for device listed in fstab: swap" or something and then it continues toboot normally. When I start the systemmonitor it reports Swap usage 0 byte out of 0 byte.

I checked my devices with
Code:
blkid
in terminal and it lists one of the partitions with its UUID as TYPE="swap".

Then I opened fstab with
Code:
sudo mousepad /etc/fstab
and noticed the line for the swap partition was using a completely different UUID. After changing the UUID to the correct (new) one and reactivatin swap with
Code:
sudo swapon -a
in terminal, all was well again but...

How could the UUID suddenly have changed? Did that indeed have something to do with trying (and failing) Suspend and Hibernate ? If so, should I stay away from those features (that served me well under Windows) or is there something to be done about it?

View 4 Replies View Related

Ubuntu :: 9.10 To 10.4 Upgrade - Could Not Find The Boot Partition

May 2, 2010

I dual boot Ubuntu 9.10 and Windows XP. I booted into Ubuntu 9.10 and upgraded to 10.4 and upon reboot Ubuntu could not find the boot partition, it reported only /dev. I restarted my pc and and selected Windows and, fortunately, I was able to boot into that OS.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved