Problems mounting windows (vfat) partition

Hi,
Im having this problem, i mount the vfat partition because i have some mp3 overthere and i want to listen with XMMS while in Arch.
Then, when i try to browse through XMMS file browser, i cant browse the vfat partition, the directories and files, all of them, appear at the right panel, like if they were all files, so i cant get "inside" the mp3 folder...
any clues??
mount command:
mount -t vfat /dev/hda1 /mnt/win

since you are using /mnt as your destination directory, you need to make sure that you have changed permissions for that so that a user can access it if you haven't already. I usually mount mine in my /home/user/ directory to save the hassle and because it is more convenient.
here is some info on how to do it:
/dev/hda1 /home/user/windows vfat user,uid=500,gid=500 0 0
/dev/hdb1 /home/user/winmusic vfat user,uid=500,gid=500 0 0
*this will allow you to write to those directories. All you need to do in either case is save this as your new fstab file.
*to make sure your id's are 500, type "id" in your terminal, if they are something different than 500, substitute that number instead for both uid and gid.
In Arch, the primary user is usually uid=1000 and gid=100

Similar Messages

  • Problems mounting windows RIP volume

    Have a client that is getting a "-35 No such volume; volume not found" when trying to mount a volume, although if he clicks on an aliased folder attached to that volume it mounts right up although the volume name is in all caps which according to him isn't supposed to be. His couterpart next to him has the identical setup and he has no problems.
    I think this is has something to do with an AFP issue but wanted to see what you guys thought. Below is what I'm getting from console.
    Mac OS X Version 10.4.9 (Build 8P135)
    2007-05-02 11:09:05 -0400
    kextload: /System/Library/Extensions/smbfs.kext loaded successfully
    mount_smbfs: can't get server address `NEXUSMAC':
    Unknown host
    mount_smbfs: can't get server address: syserr = Network is down
    mount_smbfs: can't get server address `NEXUSMAC':
    Thanks for the help, and let me know if you ned any more info.
    Dave

    since you are using /mnt as your destination directory, you need to make sure that you have changed permissions for that so that a user can access it if you haven't already. I usually mount mine in my /home/user/ directory to save the hassle and because it is more convenient.
    here is some info on how to do it:
    /dev/hda1 /home/user/windows vfat user,uid=500,gid=500 0 0
    /dev/hdb1 /home/user/winmusic vfat user,uid=500,gid=500 0 0
    *this will allow you to write to those directories. All you need to do in either case is save this as your new fstab file.
    *to make sure your id's are 500, type "id" in your terminal, if they are something different than 500, substitute that number instead for both uid and gid.
    In Arch, the primary user is usually uid=1000 and gid=100

  • [Solved]Mount windows encrypted partition

    Hi,
    I have encrypted the Windows 7 system partition fully using truecrypt. In Linux when i try to mount that partition [/dev/sda1] it says "incorrect password of not a truecrypt partition". I am entering the same password which I use while booting into Windows, that is pre-boot password.:/
    Last edited by sHyLoCk (2010-06-15 14:12:53)

    Do you use the same truecrypt version on windows and linux? also to be able to mount encrypted systems you have to activate a separate checkbox telling that the partition is using system encryption in truecrypts mount dialog (don't know where exactly it is since I didn't use truecrypt in a while), otherwise it will show the error you mentioned.

  • [SOLVED] Dualboot problems with Windows 7 partition

    Hello,
    after arch is running well I focus on the dual boot to have my arch and the windows 7 available.
    The first partition (hd0 1) is the chainboot to Windows 7, the second one is the main partition for windows and the third held the syslinux bootloader.
    LABEL windows
    MENU LABEL Windows
    COM32 chain.c32
    APPEND hd0 1
    After I uncomment the lines in the syslinux.cfg with the "Windows2-Label, I just tried what happens, because I was expecting everything works well like the other laptop I installed both systems.
    The following error message shows up when I select Windows in the boot menu: "Couldn't read first partition sector"
    At first I set the MBR back to the W7 chainloader to check if it is broken, but it works, after that I set it back to the syslinux bootloader.
    I also tried some workarounds:
        - KERNEL instead of COM32
        - setting APPEND to disk identifier of the windows chainloader
        - try to open the cfdisk, this shows up an error: "cfdisk fatal error bad logical partition 6 enlarged logical partitions overlap"
    Confused and unhappy I checked it with gparted and saw there is now error.
    #May anybody can hep to handle this problem or has some experience with that type of error. I was searching the web for two days but didn't found anything that helps.
    Kind regards
    mutagen
    Last edited by mutagen (2013-12-17 09:52:20)

    The awnser is just easy as I thought. It is a problem with the extended logical partition, creted by windows partition programm. The partitiontable is somewhat messy. But i can't delete it without loosing much of my stuff and even can't back it up. So i decided to buy a mSATA SSD for the my laptop.
    Now it works. :-)

  • Kdm call to inusertemp failed - related to vfat partition type

    i received the message
    kdm call to inusertemp failed (temp directories full?) check your installation
    upon a fresh arch/kdm installation after trying to change permissions to the /tmp directory
    # chmod -R 1777 /tmp
    i noticed that one file was still 700, it was the file that contained the error message that led to the problem.  the file is
    /tmp/xerr-[username]-:0
    this file clearly states that its unable to create home/[username]/.kde4 among other directories, permission denied. 
    then i check permissions on my user directory, and it was owned by user:group root:root.  so somehow when the directory it received root permissions to the directory.
    upon further inspection, i am realizing, since this is a vfat partition type, its related to the way vfat partitions mount i guess. Can somebody tell me what i might need to do so that when i create the next user the permissions are set correctly in the first place?
    when trying to change the permissions
    # chown -R [username]:users /home/[username]
    results in an error
    chown: changing ownership of ./home/wolfdogg/.bash_profile.: Operation Not permitted
    i was looking into this post https://bbs.archlinux.org/viewtopic.php … 58#p562358 and it looks like it might be part of the solution, can anybody help me make sense out of this?  do i need to mount the vfat partition differently in order for it to work properly as a home directory?   Is there another partition type i can use to share it with windows 7?  i wanted to set it as an ntfs partition type initially but i didnt see that as an option in either gparted, or fdisk, and couldnt figure any other way than making it a vfat.
    Last edited by wolfdogg (2012-07-14 19:32:02)

    I just did a new installon one of my systems.  Everything up to date.  My account I made during installation works perfectly.  However, I'm getting this error when I create a new user account and try to login to KDE.  I've started doing some searching, but so far nothing I have found has fixed it.  I'm new to Arch myself so I'm doing as much reading as I can.  Hopefully, an answer will present itself.

  • [SOLVED] Error mounting a Fat32 partition

    Hi, I'm new to this distro, but it looks quite neat. Unfortunately, I have an issue that I haven't been able to solve through the wiki or the man pages.
    I have my main hard drive partitioned in three:
    - Windows (ntfs)
    - Linux (ext3)
    - Data (all my files, docs, images...) (fat32)
    I have problems mounting the Data partition into Archlinux.
    A) Trying manually
    First I tried mounting it manually to make sure I had done it right. The command
    sudo mount -t vfat /dev/sda5 /media/docs
    allowed me to see and read the files and write them. When I switched back to Windows, however, the OS told me there was an error in the Data partition, specifically with all the files I have changed or created using Archlinux. I ran Chkdsk and it fixed the files by deleting changes. Now, whenever I try to mount manually the partition, it mount it as a read-only file system, even when the -w or the -rw option is added.
    B) Writting in /etc/fstab
    Meanwhile, I tried several options in fstab to see if I could write on the disk. The lines I tried are:
    /dev/sda5 /media/docs vfat defaults 0 0
    /dev/sda5 /media/docs vfat defaults,iocharset=utf8,umask=000 0 0
    /dev/sda5 /media/docs vfat defaults,user,dmask=000,fmask=111 0 0
    /dev/sda5 /media/docs vfat defaults,user,rw,umask=000, 0 0
    /dev/sda5 /media/docs vfat user,rw,umask=000, 0 0
    /dev/sda5 /media/docs vfat defaults,iocharset=utf8,user,rw,umask=000, 0 0
    All these options (I obviously didn't use them at the same time) mounted the partition and I could read the files, but I was never able to write to it, either as a normal user or root. I read the wiki, the man page of fstab and mount and there isn't anything much of help there.
    Hope someone can help me. Thanks a lot.
    R
    P.D. I've been doing all these switching back and forwrad between windows and linux. I have always hibernated windows. I don't think this is the problem, but I will shut Windows down completely to see if it was the Chkdsk utility.
    Last edited by robertoprs (2009-02-09 07:07:34)

    Sorry, I forgot to post the answer...
    So I just needed to restart Windows after using Chkdsk. Now I can read and write even when Windows is only hibernated. I'm just curious. I understand that this problem was a very stupid question, but it wasn't obvious to me that Chkdsk needed a reboot to "let go" the partition. Why is that?
    Thanks for your help.
    By the way, I've learned a lot with the wiki guides. This distro is getting better and better!

  • Bootcamp Mounts Window's System Reserved Partition

    Bootcamp has decided to mount Window's System Reserved partition instead of the actual Windows partition. It was working fine up until this week when I decided to plug in an external hard drive. After I plugged it in and restarted into OS X, the problem started. The real Windows partition does not appear in Disk Utility. I have tried disabling NTFS-3G and booting without the external hard drive but nothing seems to work. Anyone have any ideas?

    What do you call Boot Camp anyway?
    The 100MB partition is where Windows boots, if present.
    And Disk Utility can mess up Windows 7 and NTFS volumes.
    Maybe all the problems are from using NTFS-3G of course.
    A number of people, myself incl. do not see Windows in the Apple System Prefs control panel (startup disk).
    Windows and Mac OS X do show in Windows 7 control panel Boot Camp.
    People misuse the name/term "Boot Camp" (as does Apple) as if it was or does things it does not.

  • Puzzling problem mounting some partitions from drive connected via airport

    I have an external drive with three partitions connected to my airport. Under Tiger, the mounting process for all those partitions was seamless and never failed. As soon as I upgraded to Leopard, however, everything fell apart. Now I can't mount two of the three partitions at all.
    When the external drive is connected directly to my MacBook Pro, each partition mounts routinely. When I connect it via my Airport Extreme, the finder window shows that I am connected; but when I attempt to access the partitions on the drive, I get this error message: 'The operation cannot be completed because the original item cannot be found.' I get the same error message for each of the first two partitions on the drive and can mount only the last partition.
    When I attempt to mount the partitions manually via the Go menu in the finder, I get essentially the same result: error messages for the first two partitions saying that they cannot be mounted and a normal mounting of the third partition.
    Any ideas or clues as to what is actually happening here would be most appreciated. It's very frustrating to have lost access to my backup drive purely by upgrading to Leopard and not find any obvious way to regain it.

    Thanks, but I have no problem accessing the drive. All I have to do is plug it directly into my laptop using either USD or Firewire. The problem is with accessing it via Airport so I can run my normal backup routine as I did under Tiger without first a lot of fiddling with cables. After all, the result of installing Leopard shouldn't have been to decrease functionality, should it?
    With a direct connection, everything functions normally. With an Airport connection, nothing functions. None of the partitions show up on the desk top, none show up when I run disk utility, and -- as explained before -- I cannot even mount two of the three partitions manually. I've also noticed now that, when I do mount the one partition that will mount, it freezes the finder when I try to unmount it. After that I have to relaunch the finder in order to regain functionality.
    It seems pretty obvious that the whole mess is a function of Leopard and Airport somehow, but I'm just at a loss to narrow the problem down any further.

  • Mounting problem, mount: unknown filesystem type 'vfat'

    Can't mount vfat partition.
    Mounting problem, mount: unknown filesystem type 'vfat'

    takavar wrote:sorry for the necromancy, but this is the top result on Google search with no answer.
    I am going to close this thread because (a) the thread is more than two years old, abd (b) may or may not be related to your problem.
    Please open a new thread detailing your problem.  Define what is "Solved" by rebooting.  Does the drive mount during a reboot?  Tell us how you are trying to mount the drive, and provide us your /etc/fstab.  You may want to share the the output of sudo fdisk -l /dev/sda
    If you still think it relevant. provide a link back to this thread.
    Thanks

  • How can I force mount a dvd that isn't even seen by Disk Utility? I can see it on the Mac when using my Windows 7 partition via Boot Camp, but not in Lion, which is how I would rather be running.

    How can I force mount a dvd that isn't even seen by Disk Utility? I can see it on the Mac when using my Windows 7 partition via Boot Camp, but not in Lion, which is how I would rather be running.

    Well if there is a EFI block, then running a program in OS X isn't going to do a lick of good.
    After all EFI was designed for Trusted Computing and Digital Rights Management, to act between the OS and hardware, can read drives, contact the Internet and everything.
    Windows doesn't use EFI, will have UEFI in Windows 8 though.

  • Bootcamp Windows 7 partition boot problems

    I created a 100gb partion on my Macbook Pro and installed Windows 7. Have been using it successfully for several months. When I went to shut down the other night, Windows wanted to install updates, so I left it and went to bed. Next time I tried to start up in Windows, using option key, startup sequence began with "Starting up Windows" and the icon. After about a minute, the screen went black. Nothing happening, even though I could hear the machine was still running.
    Restarted it in safe mode, was able to restore to previously working setup, tried to diagnose the problem with Windows install disk unsuccessfully (unable to operate in safe mode--32 bit). Thought maybe the problem was Windows updates wouldn't install if default startup disk was OSX, so changed startup disk to Bootcamp partition and restarted it. Same black screen after a minute.
    Starting in safe mode again, tried to restore previous working settings. Now even that wouldn't work. Still able to see contents of Mac HD, so not worried that it's disappeared. Tried to restart using option key to get OSX, with no luck. It appeared that the Boot Manager had defaulted to the Windows side and wouldn't work with the option key.
    Started up with the OSX install disk, using the C key, and was able to boot in OSX. Allowed software update to run, thinking maybe bootcamp driver was the issue. Tried to restart in Windows with option key again, but no luck.
    Obviously, I can reinstall Windows 7, but wondering if there's another solution. ??

    Just an additional note:  Apple Bootcamp Support states that, for 64-bit Windows 7, 20 GB of hard drive space is required.  I provided 60 GB. What happened to the other 35+ GB of space on that partition...?
    http://support.apple.com/kb/HT1899

  • I had to replace my iMac due to hard drive and Logicboard failure, so I want to reinstall Windows 7 on a Boot Camp partition. Will there be a problem reactivating Windows 7 Home Premium?

    I had to replace my iMac due to HDD and Logicboard failure, so I want to reinstall Windows 7 on Boot Camp partition. Will there be a problem reactivating Windows 7 Home Premium?

    Hi,
    should be no problem.
    Best case is you can activate online via Internet.
    Worst case is you have to call Microsoft and explain that it is the same computer after a mainboard failure.
    Regards
    Stefan

  • Can't install Windows 8 - Partition problems

    Hi all,
    Ive recently installed a SSD (Samsung 830) into my iMac 2011. It already had a 1 TB HDD in it but I want to install Mountain Lion and Windows 8 on the SSD.
    Installing Mountain Lion was a piece of cake but now im getting problems installing the bootcamp partition with Windows 8. See below
    diskutil list:
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *1.0 TB     disk0
       1:                        EFI                         209.7 MB   disk0s1
       2:                  Apple_HFS Untitled                999.9 GB   disk0s2
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *256.1 GB   disk1
       1:                        EFI                         209.7 MB   disk1s1
       2:                  Apple_HFS Macintosh SSD           255.2 GB   disk1s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk1s4
    /dev/disk2
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:     FDisk_partition_scheme                        *16.1 GB    disk2
       1:                 DOS_FAT_32 WININSTALL              16.1 GB    disk2s1
    Ive tried to creating the bootcamp partition with the DISK UTILITY and the Bootcamp assistant, but neither of these methods work. Is it because of the 1TB HDD thats causing these problems or is it something else?
    Regards,
    Nick

    Well I also tried this option: http://huguesval.com/blog/2012/02/installing-windows-7-on-a-mac-without-superdri ve-with-virtualbox/
    But no luck, getting a Save MBR failed, exit code 255 when trying to clone the VM Hard drive onto BC.
    Think im going to swap the SSD to the HDD bay and put the Superdrive back in

  • OS X: Windows 7 partition not mounted

    Hi everyone,
    I had previously dual booted my macbook with OS X and WinXP, i was able to view the WinXP partition through OS X on my desktop. I got my hands on Windows 7(Final Release) and now my macbook is dual booting OS X and Win7.
    I cannot figure out why the Win7 partition is not mounting in OS X. I have research some possibilities as to why and how to mount it but nothing has worked.
    I have tried to mount it using DISK UTILITY but I keep getting an error. I also tried using some command lines through TERMINAL but that did not work either.
    If someone could please help me with understanding why I am not able to mount the Win7 partition in OS X, that would be very helpful.
    Thank you for your time and support in advance,
    LJ

    Boot Camp forum is here:
    http://discussions.apple.com/category.jspa?categoryID=237

  • Mounting windows partitions ?

    Hello f
    i have dual booted system. One partition having the solaris 9/07 os and other one has windows xp professional. I am new to solaris. Could any body tell me that how to access windows fat32 partitions through solaris.
    Thanks.....

    mount -F pcfs /dev/dsk/c?d?p0:c /mount_point
    alan

Maybe you are looking for

  • Severe battery drain with iOS 8.1.2

    I am having severe battery drain issues with iOS 8.1.2 with all my iOS devices (iPhone 6, iPhone 5s, iPad Mini Retina, iPad Air). I can have my device in DND mode overnight with 100% battery, then the following morning I will wake up to find my devic

  • HT4946 PROBLEM TO UPDATE TO NEW VERSION OF IOS 5

    i would like to ask about the "where itune backup are restored on your computer". i am following the instruction under the window vista and windows 7, and the note mention that we have to press the "RETURN"key, what is the return key??

  • How can I set the Computer Serial Number as a Variable?

    Hey everyone, need some help here,  I need to get some data from a workstation using a script.  What I would like to do is "echo" the serial number of the workstation to certain spots in the data file.  The only way I know how to do this is by settin

  • Thinkpad A30: Cannot update BIOS

    Hi, I have a Thinkpad A30 2652-3WG BIOS v1.03, which I recently revived, installing Windows XP SP3. I noted that the graphics driver required BIOS v1.14 or higher. Having an old BIOS v1.03, I downloaded BIOS v1.19 and tried to update. But no matter w

  • Photoshop Elements 8 conversion of CR2 files

    How can I convert Canon 60D CR2 raw files to camera raw?  The Camera Raw plug-in 6.2 did not work.