General :: Windows - Reformat A SD Card To VFAT After Formating It Ext3?
Feb 17, 2010
I have formatted a sd card ext3 for some test but I would like to to reformat to vfat. I have used linux to reformat using mkfs.vfat but still can't read it in windows. The next thing I was going to try was to dd from a good SD card but wanted to see
View 1 Replies
ADVERTISEMENT
Mar 26, 2010
I have an external drive which is formatted for Linux (ext3) and want to re-format it to use it under windows. I have no data on the disk that I need, just want to re-format so I can use it for a backup for my windows7 laptop.
View 3 Replies
View Related
Jun 23, 2010
Found a raw device for my card when reading through the /proc/partition list but got a "no device" message when mounting the card - mount -t vfat /dev/sda1 /var/card though there is sda in the list.How to know if sda1 exists?
View 1 Replies
View Related
Jan 15, 2010
I have been trying to DL the version of DOS-box I prefer to C:, but I made both the Win-lose partitions RO when I first installed / (call me crazy, but I was paranoid it might mess with an already broken install from nearly a decade ago with an OS that-shall-remain-nameless that's even older). Incidentally, I have learned from shenanigans with Linux-drivers from nVidia that /home partition is definitely a good idea (another post for another time)...
Anyway: even though I specifically made sure I turned the RO flag off but definitely made both Win' part's "usable" in the Installer from the NETINST live-CD. I had to format because GParted ("Partition Editor" under System -> Administration) wouldn't allow me to edit RW/RO thingy... Even when I logged in as / I checked in fstab, but there's no RO flags listed.
. I may be using the word "flag" when I mean something else. When you run the Lenny graphical installer, and choose to manually partition-edit, and then choose to "use" your [I chose] FAT-32 partitions, there's a few setup choices that become available. Including "its mount-point shall be..." and these Extra Choices I'm referring to as flags, that are "RO", "Quiet?" and a third one I can't remember... Time for sleeping!
View 9 Replies
View Related
Jun 30, 2010
I used partimage to restore the MBR from a file. It completely wrecked my partitions. I now have 3, a 100mb, a large one and a 9mb. Windows XP complained and Windows 7 got an error trying to format on the middle drive. I then tried to install on the middle drive and it didnt allow me.
I cant install an os!
I tried:
And
No luck, i still cant repartition it.
View 2 Replies
View Related
Jul 7, 2011
Possible Duplicate:
Reusing a USB Boot Drive - Format back to factory state?
I have an 8GB PQI USB stick, which has been giving me a hard time lately. Sometimes a file can't be read, other times uploading files to it gets stuck.
I was thinking about reformatting it completely, probably even erase the partition and create it from scratch?
I have Windows 7 and Ubuntu 11.04 available. What should I do with the USB stick to "restart" its life?
View 1 Replies
View Related
Dec 13, 2010
I have a 320GB external HDD with 2 partitions, both primary:
1. vfat 100GB
2. ext3 remainder
Both were formatted when I created them with qtparted. Windows 7 sees them, and says they are healthy, but does not recognize the vfat partition. Is it too big, perhaps? Short of moving everything off the vfat partition and recreating it with W7, how do I fix it? I think W7 uses some sort of extended fat32 now?
View 7 Replies
View Related
Aug 24, 2010
I've just formatted by usb drive to vfat, as I heard that is best to use in both Linux and Windows? What do you think?
View 2 Replies
View Related
Apr 22, 2011
We are running debian off of an SD card and want to know what's best for /var?
- Plenty of room on 2GB SD card, so do we, make /var as large as possible (everything else is read only) to reduce block overwrites, or do we make /var as small as possible, hopefully reducing the load 'pdflush' places on the 200 Mhz system?
That said, why not ext2? Is there damage that can happen in /var due to insta-crash or power loss that will prevent proper system function? We heard ext4 is more optimized, but ext4 on 2.6.29, not sure.
If we must use a journaled file system for /var, then which is lowest load on system, or "better": jfs, ext3, jffs2 ...
View 1 Replies
View Related
Jan 25, 2011
I am trying to format 4 GB sd memory using mkfs.vfat. I want to use the card both in linux and windows so I am formatting with Vfat filesystem. When I format the card from command line with "mkfs.vfat -F 32 /dev/mmcblk1" I am getting a warning message like
"unable to get drive geometry, using default 255/63" but the data in the card is erased.
But when I mount the card and checks for the size using df -h its showing 1 GB instead of 4 GB. how to format the SD memory card or any other alternate way to format the card.
View 4 Replies
View Related
Feb 19, 2010
I have an HP laptop with a recently installed copy of Mint 8 KDE Community Edition. I created the initial admin user account ("joseph") when I installed.
I had an existing home directory under a different name from another installation, so I added a user with that name ("joe") and imported a copy of the original home directory. The user "joe" didn't have the same admin privileges as the initial "joseph" account, so I added "joe" to the sudoers file and the same groups as the initial admin user.
Everything works perfectly under this arrangement, for the most part. Now here's the problem:
I have a T-Mobile G1 phone that uses Android. I've rooted and ROM-modded the G1, and have the microSD card in the phone set up with two partitions. The vfat partition stores all the photos, music and other stuff the phone needs. The ROM mod allows me to store apps on the SD card, so that second partition uses ext3 for its file system.
When I'm logged in as the admin "joseph" account and I insert the SD card in the laptop's card slot (or plug the phone into the USB port), the SD card can be mounted, and I have full access to both card partitions. I can see all folders. I do this to backup the contents of the card to an external drive (especially the apps in the ext3 partition, since that's been trashed on me once before on the phone).
However, when I log in as "joe", I cannot view the contents of the ext3 partition at all. I can see the vfat drive fine, and the ext3 partition mounts, but with user/group "joseph/joseph." When I open Dolphin to view the mounted ext3 partition, I get the error "could not enter folder /media/disk-1" at the bottom of the view window in Dolphin.
Here are the relative entries returned when I run "mount" to view the mounted drives:
/dev/mmcblk0p1 on /media/disk type vfat (rw,nosuid,nodev,uhelper=hal,uid=1001,utf8,shortname=mixed,flush)
/dev/mmcblk0p2 on /media/disk-1 type ext3 (rw,nosuid,nodev,uhelper=hal)
Note that the uid listed on the vfat mount is 1001, which is the gid for the "joe" account.
I know there must be a configuration setting somewhere that will allow the ext3 partition to automount under the "joe" user account. I suppose that using the admin account to change the permissions would be the easy way to do this, but there must be something that would do it automagically. I've ripped through all the config files I can find, but can't seem to find anything that would help.
All I'm looking for here is enough access to be able to copy the directories on that mount to my external drive.
View 7 Replies
View Related
May 19, 2011
recently my pc crash down n i dont have cd rom cant find an option on my board for booting from usb
MB : 845
1gb ram
160 gb hd
n guys i this one wud for linux installation from laptop i have the cables both cross and parallel kindly teach me how to perform lan format//
View 6 Replies
View Related
Jun 14, 2011
is it possible to recreate the whole wubi installation?Thats the situation: I only have 1 partition on my HD so i installed ubuntu via wubi and it worked perfectly fine. Recently though, i had to format my Windows but i backed up the whole installation folder of wubi/ubuntu.Now i want to get my wubi installation back. I know i can access the *.disk files with several tools, but im not opting for recovering some folders. I want the complete installation running again. So is there an easy way to recreate it?
View 9 Replies
View Related
Sep 3, 2010
How can i get the windows vfat partition at left side of dolphin? Windows vfat drives are mounted in /windows.Those are not displayed at the left side of dolphin.
View 6 Replies
View Related
May 11, 2011
it will have a 1TB HDD with Ubuntu 10.10 Maverick Meerkat. I want to reformat the drive and do some kind of advanced partitioning. I want to have 2 installs of Ubuntu11.04, that way I can have Unity AND Gnome 3. Is there a way I can partition it so they share the home and swap partitions? (2. / partitions, 1 /home and 1 swap) How would I do that?
I will also need 2 partitions for Windows 7 which I use for work. (No, I do not want to use VirtualBox) My Windows 7 cd creates a second system reserve partition. I don't know if this will make me run out of partitions. I hear you can only have a max of 4. My idea above has 4 partitions for Ubuntu alone.
View 9 Replies
View Related
May 20, 2011
I Tarred and GZipped most of the data on one 1Tb partition and stuck the archives on a second 1Tb partition on a separate disk. I then proceeded to format the first partition with NTFS (from Linux.) The only problem is that I completely forgot that I had a CD drive and formatted sdc1 instead of sdd1! I began doing a full NTFS format and after a minute or two I cancelled it and decided to do a quick format. I then realized my mistake. I managed to find a copy of the superblock and began trying to recover the disk. fsck -t ext3 recognized the partition as NTFS but I luckily didn't have fsck.ntfs installed so it didn't touch it. I managed to get it working with fsck.ext3 (with -b,-B and -y) fsck.ext3 didn't mind that it was an NTFS partition.
Roughly how long will this take? It's running from Knoppix within a virtual machine to a USB hard drive which is 100% full. Days? Being that for a few minutes I attempted a full format am I going to end up with a bunch of corrupted archives? If I do end up with file corruption can anyone recommend a way of recovering the data / sorting it out? Is it likely to be just a few old files that are corrupt (It's my understanding that filesystems like to keep files in the same area on the disk to minimize the amount of head travel.) This might just be wishful thinking but as the filesystem fills up will ext3 put the newer files towards the end of the disk? If so then I'm hoping that a full NTFS format starts at the beginning of the disk.
View 6 Replies
View Related
Aug 22, 2010
can windows7 programs properly work on ext3 filesystem in windows (if i use ext2ifs)?
View 2 Replies
View Related
Oct 10, 2010
I have a 2 TB disk in an external SATA dock, formatted with a single ext3 (Linux) partition, which doesn't show up in the Windows 7 Computer Management->Disk Management utility, even as a raw/blank disk. I've verified that there's nothing wrong with the disk by connecting it to my Linux machine and mounting it, and I've verified that the dock is functioning properly by connecting a different FAT32-formatted disk, which mounts flawlessly as expected.I realize that I can't actually read the ext3 partition without additional software (e.g., Ext3IFS), but why doesn't the disk show up at all? Is there some sort of stupid anti-Linux filter built in? Is there any way to force Windows to recognize the disk, so that I can at the very least use direct block access with it?
Background: I want to clone an identical 2 TB disk onto this one. Due to my hardware layout, it's much easier to have the source disk attached to one machine and the destination disk connected to another, and do the clone over the network (the network is not a bottleneck with switched gigabit ethernet), than it is to hook them both up to one machine.(1) I did this once before when both machines were running Linux, but I've since upgraded the destination machine and decided to switch back to Windows for regular desktop use. I've got Cygwin installed, and have verified that the same basic method (dd + nc) will work, but I can't do anything if Windows doesn't even consider the destination disk to exist.I only have one eSATA port on each machine. Opening them up just to do this clone is a rather large annoyance. Also, since this is my backup disk, I'd like to eventually automate the cloning from the active disk to another one that I regularly swap with a third disk that I store off-site.
View 1 Replies
View Related
Aug 7, 2010
as in the hard drive being 100% erased as if
C:>format/all
would be in MS DOS
P.S. Reminder: I have Ubuntu
View 2 Replies
View Related
Jan 11, 2010
I want to start totally from scratch on Linux server I installed the other day. No dual boot, no personal files, etc... on it.
Fdisk -l shows the following:
Disk /dev/sda: 320g
255 heads, 63 sectors/track, 38913 cylanders
units = cylanders of 16065 *512 = 822...bytes
[code]....
All the info I have found has multiple steps, but in my situation is there just 1 easy command to do this? If not, can I just reinstall from CD and it will reformat and let me customize more? If I have to use the several steps to reformat, can you explicitly type out exact commands for me? I am completely new, have to learn all this, and all the referece books/materials kind of scatter the info around.
View 5 Replies
View Related
Apr 25, 2010
I would like to reinstall debian on my server. It runs a self-compiled 4.0 because of the SATA controller that was not recognized at that time and the only solution was to recompile with the driver. Now, I did a test with an empty drive with V5.04 and the controller is recognized out of the box. I tried to install again, text-based and graphical, but in both modes I have to repartition. Is there a way to reinstall without losing data/reformat/repartition, and if yes, can you point me in the right direction because google or searching the forum did not deliver any solution.
View 14 Replies
View Related
Jan 27, 2011
I can't seem to mount my local VFAT partition with username ownership; it is consistently mounted as daemon. I've tried to CHOWN and CHGRP the mount point of /media/SHARED (its location), but that doesn't work. I should include the reason in case you have other suggestions that are alternative to changing ownership on the mounted VFAT drive:
In my old Fedora 9, I ran Eudora under Wine. The program lived on my VFAT partition. I could hence run Eudora under both Windows and Fedora, which was really nice - even though I hardly boot into Windows anymore. While I did notice the username and group name were the same as they are under Fedora 14 fstab mounting - daemon - it still worked without a hitch. To note, the partition was also automounted in Fedora 9 in fstab.I just upgraded to Fedora 14. When I automount the drive through fstab, Eudora will not launch. Yet when I manually mounted the drive (and I noticed that the username and group are my local username, not daemon), Eudora launches fine. So while my solution, mounting the drive manually when Fedora 14 starts, does in fact work, it is a bit of a pain. Luckily I don't reboot too often!
In any case, I wanted to see if anyone has any suggestions. Maybe it's just a mounting syntax issue; but as for mounting syntax in fstab, I used the same line as my F9 fstab.The line I used was: /dev/sda3 /media/SHARED vfat umask=0000,dmask=0000,uid=0002,gid=users,users 0 0
View 1 Replies
View Related
Jan 5, 2010
I have NTFS partition which is recognized as vfat in /etc/fstab. Here is my /etc/fstab:
Code:
/dev/sda3 swap swap defaults 0 0
/dev/sda4 / ext3 defaults 1 1
/dev/sda1 /c ntfs-3g umask=000 1 0
code]....
View 13 Replies
View Related
Nov 1, 2010
I have a vfat partition under RedHat RHEL5 that I currently must mount manualy after each boot. I would like it to auto-mount but I cannot find a way to do this without it becoming ro except for root. My other partitions auto-mount just fine. I have tried the vfat as a separate partition and as a VLM logical drive (as it currently is).
The fstab statement:
"/dev/VolGroup00/LogVolDos /dos vfat noauto,users 0 0"
allows me to mount it as a user. The statement:
"/dev/VolGroup00/LogVolDos /dos vfat defaults 1 2"
is what I use for other VLM partitions, but for the vfat it seems to only allow root access. Manually mount this partition is OK, it's just that I have sometimes forgotten and then it is not included in backups. What do I need to do to make the vfat auto-mount as accessible for a user?
View 4 Replies
View Related
Feb 23, 2010
I made a disk image of a vfat fat16 using:
Code:
dd if=/dev/sda of=image_drive.img
I would like to mount it to /mnt/vfat using mount and loop. Is it possible to be mounted?
View 3 Replies
View Related
Oct 10, 2009
I did not find the solution to my problem reading other posts so I apologize in advance if this question has been solved in a previous thread.I recently started having input/output errors when trying to access directories on my external HD. Today I moved the content of my external HD to a single directory before starting a backup. Since then I can not access this backup directory anymore although the external HD automatically mounts when I turn it on.
I tried my luck starting the external HD in Windows but it wont show up in the explorer. What should I do to be able to mount it in windows and is there any way this would fix the problem?I'm running xubuntu kernel v 2.6.27-14-generic and the external HD is an acomdata.
View 4 Replies
View Related
Jan 26, 2010
I got this message when I tried to format my eternal usb hard disk to vfat format. Do you know what it is about?
# /sbin/mkfs.vfat /dev/uba3
mkfs.vfat 2.11 (12 Mar 2005)
unable to get drive geometry, using default 255/63
i have umount all the /media/ I have done an experiment on /dev/uba3. I was able to /sbin/mkfs.ext3 /dev/uba3 but not on mkfs.vfat
View 3 Replies
View Related
May 23, 2010
I've got a Gentoo box that I'm interested in switching over to an Ubuntu box.
I currently have the partitions laid out using a mixture of RAID (mdadm) and LVM2, as specified in this document [1].
Ideally I'd like to just wipe out the non /home partition, as it's got data I'd like to keep.
Is it possible to reuse the current setup, or do I need to restart? vgdisplay, vgchange -a y, etc don't yield any results from the Ubuntu LiveCD, and I'm wary to run any commands that might wipe my data.
[1] [url]
View 1 Replies
View Related
Dec 20, 2010
I have 250 GB HDD, 150 GB has CentOS installed,I have formatted the rest 100 GB in vfat, mounted on /data/ folder, now the issue is only root have the write permission on that folder, i have tried all the commands, however i have reformatted it with ext3 and now issue is resolved, i just want to know that why it is not possible to set the permissin to everyone +w on vfat partition.
View 1 Replies
View Related
Dec 28, 2010
i have sd drive that does not want to format. I tried gparted with errors saying the same thing...i want use this drive as free so i can put pictures in it and stuff
Code:
root@sal:~# sudo chown sal /media/fc30-3da9
chown: cannot access `/media/fc30-3da9': No such file or directory
[code]....
View 2 Replies
View Related