Can't mount my NTFS ****

Knowing the fact that my new macbookpro can't write on NTFS hdd, I went to install NTFS Paragon 6.5 so that i can write on NTFS. (This version worked for a friend of mine)
But who knows after installing it, i realised my NTFS hdd now can't even be mounted. I then tried to uninstall this NTFS 6.5 but it says it is not installed, when the NTFS Paragon is still in System Preferences. I tried to uninstall/reinstall/delete/restart Paragon NTFS 8.0 and see if it fixes, and I found out that it still fail to mount my <edited by host> NTFS hdd (both my external NTFS hdd and bootcamped NTFS windows 7 hdd).
I used disk utility to fix but it just won't mount. It said "updating boot support partitions for the volume as required" when i repair it. I even format my drive with zero out data and reinstall my Mac OS X 10.6.7.
After all these steps, i still can't mount my NTFS hdd. Please help me as I am getting frustrated.

Uninstall Paragon if you can
Do a Apple Menu > About this Mac > more Information  and scroll down where it says "Software" and click on it.
On the right will say "System Software Overview"
Look down to "64 bit Kernal and Extensions" It will say "Yes" or "No"
I think someone said Paragon only works with 32 kernal in Snow Leopard.
Reboot into 32 bit mode by holding 3 2 keys, this should make Paragon work until you get your files off, but you should uninstall it, it's not needed anymore.
(do get your machine back into 64 bit mode, boot holding the 6 4 keys)
Here is a free utility that enables NTFS read/write support in Snow Leopard.
It's a hack so know it might not work in Lion, but get you by for now.
http://ntfsmounter.com/
If all that fails, burn a ISO of PartedMagic to cd using Disk Utility. Windows 7 right click, or the free ImgBurn for Windows.
Hook up a HFS+ or exFAT formatted external powered drive to transfer files too.
Hold c/option and boot from the disk, install into RAM and the disk will spit out.
On the left is MountDevcies, doubleclick it twice to get two file transfer windows.
http://partedmagic.com/doku.php?id=screenshots
Use the third smaller window to mount your drives, use the file transfer windows to transfer data from the NTFS drive to the exFAT/HFS+ drive.
Once completed unmount the drive and use the lower left corner to exit and reboot. Linux reads and writes anything just about
From now on, format all your external drives to be used with PC's and Mac's as exFAT in Disk Utility (important!)
If you have a Windows XP machine, Microsoft has a free exFAT format to download. Vista and 7 should be fine.
Only Mac's with 10.6.5 and later can read/write exFAT, but exFAT allows larger than 4GB sized files and it the future cross platform disk format.
Don't need Paragon or other third party software anymore, likely why they didn't make a 64 bit kernal extension.

Similar Messages

  • Just bought a mac air with OS X v.10.7 Lion, for work I need to read and write NTFS drives, I install MacFuse and NTFS-3G, but it can not mount (recognize?) External HDD, in my MBP with Snow Lepard it work just perfectly... help please.

    Just bought a mac air with OS X v.10.7 Lion, for work I need to read and write NTFS drives, I install MacFuse and NTFS-3G, but it can not mount (recognize?) External HDD, in my MBP with Snow lepard it work just perfectly... help please.

    Reinstall MacFuse with the one from http://www.tuxera.com/mac/macfuse-core-10.5-2.1.9.dmg. If that doesn't work, you can use Paragon NTFS for Mac 9.0 which has been designed to work with Lion.

  • Just bought a mac air with OS X v.10.7 Lion, for work I need to read and write NTFS drives, I install MacFuse and NTFS-3G, but it can not mount (recognize?) External HDD, in my MBP with Lion it work just perfectly... help please.

    Just bought a mac air with OS X v.10.7 Lion, for work I need to read and write NTFS drives, I install MacFuse and NTFS-3G, but it can not mount (recognize?) External HDD, in my MBP with Lion it work just perfectly... help please.

    Sorry in my MBP Snow lepard it work.. don't have Lion In MBP

  • KDE's Dolphin can't mount NTFS partitions after upgrade to systemd

    Hi, I just finished to migrate my system to a pure systemd setup. Everithing seems to work fine, except that Dolphin can't mount NTFS partitions anymore, as it was able to do before. I'm not 100% sure that systemd is the culprit, but nevertheless it is a big change in my system so I assume that it may be the problem.
    Trying to mount with Dolphin I get this error message:
    An error occurred while accessing 'sATA-a', the system responded: The requested operation has failed.: Error mounting: mount exited with exit code 1: helper failed with:
    Error opening '/dev/sdb1': Permesso negato
    Failed to mount '/dev/sdb1': Permesso negato
    Please check '/dev/sdb1' and the ntfs-3g binary permissions,
    and the mounting user ID. More explanation is provided at
    http://tuxera.com/community/ntfs-3g-faq/#unprivileged
    I used to get this kind of error aeons ago when trying to mount from CL; puzzling enough, mounting from CL now works:
    $ mount /media/disks/sATA-a
    $ ls /media/disks/sATA-a
    Documenti Download $RECYCLE.BIN RECYCLER sATA-b System Volume Information Temp Video
    This is the relevant entry in my fstab (I don't know if Dolphin cares about it...):
    #sATA-a
    UUID=D6789B21789B0003 /media/disks/sATA-a ntfs-3g noauto,users 0 0
    And finally:
    $ ll `which ntfs-3g`
    -rwsr-xr-x 1 root root 125K 21 apr 12.13 /bin/ntfs-3g
    Can anybody give me a hint? Thanks.

    OK, the mess is growing up. Today I switched my laptop to systemd, and the mount problem has appeared  on this system as well. So I am confident that this is a systemd-related issue, and maybe some stock Arch config file is broken. I have this entry on my /etc/fstab for the ntfs-3g drive:
    UUID=88705BA9705B9D2E /media/vista ntfs-3g noauto,users,exec 0 0
    I compiled ntfs-3g with internal fuse support and did the setuid trick:
    $ ls -l `which ntfs-3g`
    -rwsr-xr-x 1 root root 125K 16 apr 2012 /bin/ntfs-3g
    I can mount the disk using the command:
    $ mount /media/vista/
    $
    It works flawlessly, so ntfs-3g works. If I try to mount it with udisks I get:
    $ /usr/bin/udisks --mount /dev/sda2 --mount-options users,exec
    Mount failed: Error mounting: mount exited with exit code 1: helper failed with:
    Error opening '/dev/sda2': Permesso negato
    Failed to mount '/dev/sda2': Permesso negato
    Please check '/dev/sda2' and the ntfs-3g binary permissions,
    and the mounting user ID. More explanation is provided at
    http://tuxera.com/community/ntfs-3g-faq/#unprivileged
    It sounds to me that udisks is trying to mount the disk as a different user, but I'm not an expert so I might be wrong. If I remove the entry in /etc/fstab then udisks will ask for the password. Repeating the same steps but for an ext3 partition, I am able to mount with udisks when there is a proper fstab entry, and I'm asked for a password when that entry is commented out.
    Based on these findings, I strongly suspect that there is some problem with logind configuration in my system. I have been going round and round for hours, serching the web and the wiki (which BTW is in a very bad shape, containing outdated or no informations about mount policies in the polkit and udev sections), and now I feel I need some help to go through it... thanks.

  • "mount: only root can mount" or "Unprivileged user can not mount NTFS"

    I'm trying to set up an NTFS partition to use as a common data partition between Arch and Windows. I have it added to fstab so that any user in the ntfsuser group can have access to it, but if it gets unmounted accidentally from the "eject" symbol in the nautilus gui, you have to sudo to mount it back up. Is there a way for it to be remounted automatically when you click on the partition again in Nautilus? I've searched all through the forums and looked through several articles on the wiki but haven't been able to come up with anything. The error I get says
    mount: only root can mount /dev/sda4 on /home/adam/UserData
    I've tried adding the users option to fstab, but that only manages to change the error to
    Unprivileged user can not mount NTFS block devices using the external FUSE
    library. Either mount the volume as root, or rebuild NTFS-3G with integrated
    FUSE support and make it setuid root. Please see more information at
    http://ntfs-3g.org/support.html#unprivileged
    I've tried the suggestions at the link in the error, as well as tried the solutions given in [solved] Gnome : mounting NTFS partition as user and a few other posts, but still nothing. If possible, I'd prefer to stay away from the users option in fstab, since it adds a redundant link to the sidebar in nautilus with a different name.

    @Mr.Elendig: It is mounted through fstab normally, but in nautilus there's an eject icon on the sidebar next to the name of the drive which I've accidentally clicked on a couple times if I'm just trying to open the drive real quick. Once its been unmounted like that it won't let me remount unless I use sudo. I'm just looking for something to make it a little more convenient than having to pop open a cli and type in a password.
    I'll try the suid root when I get home tonight, otherwise I'll look into autofs.

  • Can't mount ntfs partition

    hi.. i am running tiger, have no boot camp, but decided to run windows on it.. i've divided the drive into 2 partitions, mac and fat32. everything looked ok until i formatted the fat32 drive to ntfs using the partition utility on a windows xp install cd. since then, mac doesn't mount the ntfs drive. i wanted to copy my windows via some ntfs driver on my mac, but it doesn't want to mount it and i can't mount it via disk utility either.. any ideas??
    thanx much

    ok, here's the story:
    when i had leopard, i ran also windows xp via boot camp, i remember that when i formatted the windows partition from fat32 (default boot camp filesystem), leopard stopped mounting it after restart. that changed when i actually installed windows and started using it (i am almost sure boot camp made leopard be able to mount it normally (read only though, which changed when i installed mac fuse)). so after boot camp took care of the partition, leopard was able to mount it. now i am having this sort of problem: i am running tiger (downgraded back to it because of some bugs in leopard i dislike pretty much) but i cannot run boot camp any more. i partitioned the disk using disk utility (by default into fat32 fs) before installing of tiger. then i used a windows installation cd to reformat the windows partition to ntfs, and from that point on, i can see the disk in terminal (/dev/disk0s3 as well as in disk utility-unmounted) but i am unable to mount it, nobody knows why (i was able to do so when it was fat32). i have already installed the mac fuse with the ntfs driver, but nothing changed, the partition remains unmounted after reboot... this is what boot camp could handle, but unfortunately i have no boot camp any more... i also tried installing refit, an alternative bootloader, hoping it would help with this issue, but nothing works...
    i hope u get what i'm talking about now:)
    the only thing i want to do is to mount the ntfs partition, because i have backed my old windows up and just want to copy it back with help of mac fuse.
    anyone has any ideas??
    thanx a lot

  • I am unable to mount my NTFS partition after the last update

    I usually mounted my NTFS partition with the "gnome-disk" utility. It works no longer, only if I start it with "sudo". But in this case the mount point will be in a directory called "root" and this cause several problems, eg.: old hardcoded paths stop working in scripts. What can I do to make the gnome-disk utility work as an ordinary user.

    Thx, maybe I could use the fstab to mount the partition, am I right? But I don't know how to do it properly, because when I tried it in the past native hungarian characters iny the file and directory names always caused problems. If I somehow could capture the command sequence which the gnome-disk utility passes to the kernel / bash, would be helpful.

  • Updater still "can't mount" while trying to restore

    I posted the following in March and got nowhere:
    "A few days ago, my iPod nano started to malfunction. It would act if it was continually resetting - it would turn on, display the Apple logo, then turn on, and start over again. I read a post on here that advised to hold down the center button and the play button simultaneously to switch to disk mode, then restore using the updater. This worked - or so I thought.
    After doing these steps, it seemed that functionality had been restored. However, I had only loaded two songs on it before my computer acted as if the iPod had disappeared. I turn on the iPod and see the folder icon with the URL to the support site. I can switch it to disk mode, but I can't restore it.
    I open the updater and wait for it to prompt me to plug in the iPod. I do this, then wait for it to acknowledge the iPod. Then I press the restore button. It starts to restore, but after a few moments it says "can't mount iPod". I have tried every USB port on my computer, I have tried rebooting my computer, I have tried resetting the iPod. Nothing seems to correct this problem. Please help!"
    Someone suggested trying to change the drive letter, but the disc manager says the drive is unreadable. Then he said he would get back to me, but never did. Please, somebody, help me with this.

    Hello,
    If a sad iPod icon or an exclamation point and folder icon appears on your iPod’s screen, or with sounds of clicking or HD whirring, it is usually the sign of a hard drive problem and you have the power to do something about it now. Your silver bullet of resolving your iPod issue – is to restore your iPod to factory settings.
    http://docs.info.apple.com/article.html?artnum=60983
    If you're having trouble, try these steps at different levels one at a time until the issue is resolved. These steps will often whip your iPod back into shape.
    Make sure you do all the following “TRYs”
    A. Try to wait 30 minutes while iPod is charging.
    B. Try another FireWire or USB through Dock Connector cable.
    C. Try another FireWire or USB port on your computer .
    D. Try to disconnect all devices from your computer's FireWire and USB ports.
    E. Try to download and install the latest version of iPod software and iTunes
    http://www.apple.com/ipod/download/
    http://www.apple.com/itunes/download/
    F. Try these five steps (known as the five Rs) and it would conquer most iPod issues.
    http://www.apple.com/support/ipod/five_rs/
    G. Try to put the iPod into Disk Mode if it fails to appear on the desktop
    http://docs.info.apple.com/article.html?artnum=93651
    If none of these steps address the issue, you may need to go to Intermediate level listed below in logical order. Check from the top of the lists to see if that is what keeping iPod from appearing on your computer in order for doing the Restore.
    Intermediate Level
    A. Try to connect your iPod with another computer with the iPod updater pre-installed.
    B. Still can’t see your iPod, put it in Disk Mode and connect with a computer, instead of doing a Restore on iPod Updater. Go and format the iPod instead.
    For Mac computer
    1. Open the disk utility, hope your iPod appears there (left hand side), highlight it
    2. Go to Tab “Partition”, click either “Delete” or “Partition”, if fails, skip this step and go to 3
    3. Go to Tab “Erase” , choose Volume Format as “MAC OS Extended (Journaled), and click Erase, again if fails, skip it and go to 4
    4. Same as step 3, but open the “Security Options....” and choose “Zero Out Data” before click Erase. It will take 1 to 2 hours to complete.
    5. Eject your iPod and do a Reset
    6. Open the iPod Updater and click “Restore”
    For Window computer
    Go to folder “My Computer”
    Hope you can see your iPod there and right click on the iPod
    Choose “Format”. Ensure the settings are at “Default” and that “Quick Format” is not checked
    Now select “Format”
    Eject your iPod and do a Reset
    Open the iPod Updater and click “Restore”
    In case you do not manage to do a “Format” on a window computer, try to use some 3rd party disk utility software, e.g.“Partition Magic”.
    C. Windows users having trouble with their iPods should locate a Mac user. In many cases when an iPod won't show up on a PC that it will show up on the Mac. Then it can be restored. When the PC user returns to his computer the iPod will be recognized by the PC, reformatted for the PC, and usable again. By the way, it works in reverse too. A Mac user often can get his iPod back by connecting it to a PC and restoring it.
    Tips
    a. It does not matter whether the format is completed or not, the key is to erase (or partly) the corrupted firmware files on the Hard Drive of the iPod. After that, when the iPod re-connected with a computer, it will be recognized as an fresh external hard drive, it will show up on the iPod updater.
    b. It is not a difficult issue for a Mac user to find a window base computer, for a PC user, if they can’t find any Mac user, they can go to a nearest Apple Shop for a favor.
    c. You may need to switch around the PC and Mac, try to do several attempts between “Format” and “Restore”
    Advance Level
    A. Diagnostic mode solution
    If you have tried trouble shooting your iPod to no avail after all the steps above, chances are your iPod has a hardware problem. The iPod's built-in Diagnostic Mode is a quick and easy way to determine if you have a "bad" iPod.
    You need to restart your iPod before putting it into Diagnostic Mode. Check that your hold switch is off by sliding the switch away from the headphone jack. Toggle it on and off to be safe.
    Press and hold the following combination of buttons simultaneously for approximately 10 seconds to reset the iPod.
    iPod 1G to 3G: "Menu" and "Play/Pause"
    iPod 4G+ (includes Photo, Nano, Video, and Mini): "Menu" and "Select"
    The Apple logo will appear and you should feel the hard drive spinning up. Press and hold the following sequence of buttons:
    iPod 1G to 3G: "REW", "FFW" and "Select"
    iPod 4G+ (includes Photo, Nano, Video, and Mini): "Back" and "Select"
    You will hear an audible chirp sound (3G models and higher) and the Apple logo should appear backwards. You are now in Diagnostic Mode. Navigate the list of tests using "REW" and "FFW". The scroll wheel will not function while in diagnostic mode. For further details on Diagnostic mode can be found at http://www.methodshop.com/mp3/ipodsupport/diagnosticmode/
    Try to do the 5in1, HDD R/W and HDD scan tests. Some successful cases have been reported after the running the few tests under the Diagnostic mode. In case it does not work in your case, and the scan tests reports show some errors then it proves your iPod has a hardware problem and it needs a repairing service.
    B. Format your iPod with a start disk
    I have not tried this solution myself, I heard that there were few successful cases that the users managed to get their iPod (you must put your iPod in disk mode before connecting with a computer) mounted by the computer, which was booted by a system startup disk. For Mac, you can use the Disk Utility (on the Tiger OS system disk), for PC user, you can use the window OS system disk. Try to find a way to reformat your iPod, again it does not matter which format (FAT32, NTFS or HFS+) you choose, the key is to erase the corrupted system files on the iPod. Then eject your iPod and do a Reset to switch out from Disk Mode. Reboot your computer at the normal way, connect your iPod back with it, open the iPod updater, and hopefully your iPod will appear there for the Restore.
    If none of these steps address the issue, your iPod may need to be repaired.
    Consider setting up a mail-in repair for your iPod http://depot.info.apple.com/ipod/
    Or visit your local Apple Retail Store http://www.apple.com/retail/
    In case your iPod is no longer covered by the warranty and you want to find a second repairing company, you can try iPodResQ at your own risk
    http://www.ipodresq.com/index.php
    Just in case that you are at the following situation
    Your iPod warranty is expired
    You don’t want to pay any service charges
    You are prepared to buy a new one
    You can’t accept the re-sell value of your broken iPod
    Rather than leave your iPod as paper-weight or throw it away.
    You can try the following, but again, only do it as your last resort and at your own risk.
    Last Resort Level
    1. . Disconnecting the Hard Drive and battery inside the iPod – Warning !! Your iPod warranty will be waived once you open the iPod.
    In Hong Kong there are some electronic shops offering an iPod service for Sad iPod, the first thing they do is to open up the iPod’s case and disconnecting the battery and the Hard Drive from the main board of the iPod. Wait for 5-10 minutes and reconnecting them back. The reason behind which I can think of is to do a fully reset of a processor of the iPod. In case you want do it itself and you believe that you are good on fixing the electronics devices and have experience to deal with small bits of electronic parts, then you can read the following of how to open the iPod case for battery replacement (with pictures)
    http://www.kokopellimusic.us/KM_instructions.htm
    Have I tried this myself? No, I am afraid to do it myself as I am squeamish about tinkering inside electronic devices, I have few experiences that either I broke the parts (which are normally tiny or fragile) or failed to put the parts back to the main case. Therefore, I agree with suggestion to have it fixed by a Pro.
    2. Do a search on Google and some topics on this discussion forum about “Sad iPod”
    Strange error on iPod (probably death)
    http://discussions.apple.com/thread.jspa?threadID=435160&start=0&tstart=0
    Sad Face on iPod for no apparent reason
    http://discussions.apple.com/thread.jspa?threadID=336342&start=0&tstart=0
    Meeting the Sad iPod icon
    http://askpang.typepad.com/relevanthistory/2004/11/meeting_thesad.html#comment-10519524
    I am not suggesting that you should follow as well, but just read them as your reference. You are the person to make the call.

  • Can't write to NTFS partition [RESOLVED]

    I want to use an NTFS partition to contain all of my data.
    I created a directory in ~ and mounted the NTFS partition to that directory.
    I can read it but I can't write to it. 
    How do I get NTFS write support?  Do I have to manually load a kernel module or something like that?
    Last edited by Shagbag (2007-04-05 05:36:12)

    http://wiki.archlinux.org/index.php/NTFS_Write_Support

  • How to mount SATA Ntfs Partitions on Arch Linux

    Please help me mounting sata ntfs partitions.
    Here is my fdisk -l :
    [kaola@ArchHost ~]$ sudo fdisk -l
    Disk /dev/sda: 80.0 GB, 80026361856 bytes
    255 heads, 63 sectors/track, 9729 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x020e020e
    Device Boot Start End Blocks Id System
    /dev/sda1 1 371 2980026 82 Linux swap / Solaris
    /dev/sda2 * 372 2803 19535040 83 Linux
    /dev/sda3 2804 6450 29294527+ 83 Linux
    /dev/sda4 6451 6463 104422+ 83 Linux
    Disk /dev/sdb: 160.0 GB, 160041885696 bytes
    255 heads, 63 sectors/track, 19457 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0xd7a23d33
    Device Boot Start End Blocks Id System
    /dev/sdb1 2 5875 47182905 5 Extended
    /dev/sdb2 * 5876 9139 26218080 7 HPFS/NTFS
    /dev/sdb5 2 3918 31463271 7 HPFS/NTFS
    /dev/sdb6 3919 5875 15719571 7 HPFS/NTFS
    Disk /dev/sdc: 4043 MB, 4043308544 bytes
    255 heads, 63 sectors/track, 491 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x00050ebd
    Device Boot Start End Blocks Id System
    /dev/sdc1 1 491 3943926 b W95 FAT32
    As far as I know, the sata ntfs partitions are those with (sdb#).
    I tried mounting one of them but this is what it shows:
    [kaola@ArchHost ~]$ sudo mount /dev/sdb6
    mount: can't find /dev/sdb6 in /etc/fstab or /etc/mtab
    Please help me, this is very annoying compared to ubuntu which does do the job pretty well.  By the way, I'm using kde as my DE.  Dolphin sees the partitions but cant access.
    It says:
    An error occured while accessing 'Backup2 HD2', the system responded:
    org.freedesktop.Hal.Device.Volume.UnknownFailure: TODO:
    have to rethink extra options
    Reading some tutorials on ntfs-3g wiki, I've modified my fstab.  Still, I can't read the partitions...Please help me, this is my fstab:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    none /dev/pts devpts defaults 0 0
    none /dev/shm tmpfs defaults 0 0
    UUID=2167baaa-d1e0-4719-920c-0bc09fa56caa / reiserfs defaults 0 1
    UUID=3e2250a0-ac45-458c-ba40-44ddbe8af54d /boot ext2 defaults 0 1
    UUID=cbf76343-12cf-4975-9284-3360735be927 /home reiserfs defaults 0 1
    UUID=f39da452-efe4-49d0-abd4-bb5246b83b33 swap swap defaults 0 0
    /dev/cdrom /media/cdrom auto ro,user,noauto,unhide 0 0
    /dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0
    UUID=2167baaa-d1e0-4719-920c-0bc09fa56caa / reiserfs defaults 0 1
    UUID=3e2250a0-ac45-458c-ba40-44ddbe8af54d /boot ext2 defaults 0 1
    UUID=cbf76343-12cf-4975-9284-3360735be927 /home reiserfs defaults 0 1
    UUID=f39da452-efe4-49d0-abd4-bb5246b83b33 swap swap defaults 0 0
    /dev/sdb1 /mnt/ntfs1 ntfs-3g users,noauto,uid=1000,gid=100,fmask=0113,dmask=0002,locale=en_US.utf8 0 0
    /dev/sdb2 /mnt/ntfs2 ntfs-3g users,noauto,uid=1000,gid=100,fmask=0113,dmask=0002,locale=en_US.utf8 0 0
    /dev/sdb5 /mnt/ntfs3 ntfs-3g users,noauto,uid=1000,gid=100,fmask=0113,dmask=0002,locale=en_US.utf8 0 0
    /dev/sda6 /mnt/ntfs4 ntfs-3g users,noauto,uid=1000,gid=100,fmask=0113,dmask=0002,locale=en_US.utf8 0 0
    Last edited by kaola_linux (2008-10-04 14:51:24)

    AD28 wrote:
    For seamless integration similar to Ubuntu:
        Follow this wiki for ntfs-3g installation and fstab configuration.
    For basic on-demand support:
    # pacman -Sy ntfs-3g
    and mount with:
    # mount -t ntfs-3g /dev/sdbX /mnt
    Now that did the trick!!!!!
    A happy Arch Linux user here!!!!hehee
    Any idea how to automate this? I want it to be automatically mounted so that it would be easy to transfer files...Pleasssseeeeee.....Thanks

  • No auto mount of NTFS partititions

    Hi All,
    I'm a newbie Arch user, few weeks ago I successfully installed Arch x64 + KDE4 on my desktop (dual boot with Windows 7). Earlier all the NTFS partitions were auto mounted on boot but now after booting into the desktop, I get the following error in Dolphin when I try to access any NTFS partition:
    An error occured while accessing 'Disk', the system responded: org.freedesktop.UDisks.Error.PermissionDenied: Not Authorized
    Once I provide the admin password and manually mount the partitions, then I'm able to access the partitions.
    Please advise on how can I make auto-mounting of NTFS partitions work.

    Use fstab to mount internal stuff at boot. (and make sure to have ntfs-3g installed)
    Last edited by Mr.Elendig (2011-04-09 11:48:02)

  • Can't mount anything after e2fsprogs update

    I can't mount any cd/dvd, usb flash drive after e2fsprogs update. Here is what I get after inserting 8GB flash with ntfs and 512MB fat32 flash...
    It shows up in nautilus as a device but i can't mount it at all, no errors are shown...
    Sep 21 14:27:47 vostro kernel: [ 735.983176] usb 2-1: new high speed USB device using ehci_hcd and address 3
    Sep 21 14:27:47 vostro kernel: [ 736.100935] usb 2-1: configuration #1 chosen from 1 choice
    Sep 21 14:27:47 vostro kernel: [ 736.156481] Initializing USB Mass Storage driver...
    Sep 21 14:27:47 vostro kernel: [ 736.157220] scsi5 : SCSI emulation for USB Mass Storage devices
    Sep 21 14:27:47 vostro kernel: [ 736.157402] usb-storage: device found at 3
    Sep 21 14:27:47 vostro kernel: [ 736.157405] usb-storage: waiting for device to settle before scanning
    Sep 21 14:27:47 vostro kernel: [ 736.157428] usbcore: registered new interface driver usb-storage
    Sep 21 14:27:47 vostro kernel: [ 736.157432] USB Mass Storage support registered.
    Sep 21 14:27:52 vostro kernel: [ 741.158402] scsi 5:0:0:0: Direct-Access Kingston DataTraveler 2.0 1.00 PQ: 0 ANSI: 2
    Sep 21 14:27:52 vostro kernel: [ 741.158778] sd 5:0:0:0: Attached scsi generic sg2 type 0
    Sep 21 14:27:52 vostro kernel: [ 741.159467] usb-storage: device scan complete
    Sep 21 14:27:52 vostro kernel: [ 741.167628] sd 5:0:0:0: [sdb] 15695872 512-byte logical blocks: (8.03 GB/7.48 GiB)
    Sep 21 14:27:52 vostro kernel: [ 741.168872] sd 5:0:0:0: [sdb] Write Protect is off
    Sep 21 14:27:52 vostro kernel: [ 741.168881] sd 5:0:0:0: [sdb] Mode Sense: 23 00 00 00
    Sep 21 14:27:52 vostro kernel: [ 741.168886] sd 5:0:0:0: [sdb] Assuming drive cache: write through
    Sep 21 14:27:52 vostro kernel: [ 741.171113] sd 5:0:0:0: [sdb] Assuming drive cache: write through
    Sep 21 14:27:53 vostro kernel: [ 741.171123] sdb: sdb1
    Sep 21 14:27:53 vostro kernel: [ 741.386723] sd 5:0:0:0: [sdb] Assuming drive cache: write through
    Sep 21 14:27:53 vostro kernel: [ 741.386733] sd 5:0:0:0: [sdb] Attached SCSI removable disk
    Sep 21 14:28:58 vostro kernel: [ 806.838311] NTFS driver 2.1.29 [Flags: R/W MODULE].
    Sep 21 14:28:58 vostro kernel: [ 806.848322] NTFS-fs error (device sdb): read_ntfs_boot_sector(): Primary boot sector is invalid.
    Sep 21 14:28:58 vostro kernel: [ 806.848332] NTFS-fs error (device sdb): read_ntfs_boot_sector(): Mount option errors=recover not used. Aborting without trying to recover.
    Sep 21 14:28:58 vostro kernel: [ 806.848340] NTFS-fs error (device sdb): ntfs_fill_super(): Not an NTFS volume.
    Sep 21 14:33:14 vostro kernel: [ 1062.798189] usb 2-3: new high speed USB device using ehci_hcd and address 4
    Sep 21 14:33:14 vostro kernel: [ 1062.916091] usb 2-3: configuration #1 chosen from 1 choice
    Sep 21 14:33:14 vostro kernel: [ 1062.924511] scsi6 : SCSI emulation for USB Mass Storage devices
    Sep 21 14:33:14 vostro kernel: [ 1062.924766] usb-storage: device found at 4
    Sep 21 14:33:14 vostro kernel: [ 1062.924772] usb-storage: waiting for device to settle before scanning
    Sep 21 14:33:19 vostro kernel: [ 1067.925385] scsi 6:0:0:0: Direct-Access Kingston DataTraveler 2.0 1.00 PQ: 0 ANSI: 2
    Sep 21 14:33:19 vostro kernel: [ 1067.925753] sd 6:0:0:0: Attached scsi generic sg3 type 0
    Sep 21 14:33:19 vostro kernel: [ 1067.928538] usb-storage: device scan complete
    Sep 21 14:33:19 vostro kernel: [ 1067.934135] sd 6:0:0:0: [sdc] 978688 512-byte logical blocks: (501 MB/477 MiB)
    Sep 21 14:33:19 vostro kernel: [ 1067.936023] sd 6:0:0:0: [sdc] Write Protect is off
    Sep 21 14:33:19 vostro kernel: [ 1067.936028] sd 6:0:0:0: [sdc] Mode Sense: 03 00 00 00
    Sep 21 14:33:19 vostro kernel: [ 1067.936030] sd 6:0:0:0: [sdc] Assuming drive cache: write through
    Sep 21 14:33:19 vostro kernel: [ 1067.938453] sd 6:0:0:0: [sdc] Assuming drive cache: write through
    Sep 21 14:33:19 vostro kernel: [ 1067.938457] sdc: sdc1
    Sep 21 14:33:19 vostro kernel: [ 1067.942248] sd 6:0:0:0: [sdc] Assuming drive cache: write through
    Sep 21 14:33:19 vostro kernel: [ 1067.942264] sd 6:0:0:0: [sdc] Attached SCSI removable disk
    Arch x86_64, Gnome
    Linux vostro 2.6.31-DELL #1 SMP PREEMPT Thu Sep 10 09:39:12 CEST 2009 x86_64 Intel(R) Core(TM)2 Duo CPU T5670 @ 1.80GHz GenuineIntel GNU/Linux
    Last edited by combuster (2009-09-21 12:36:37)

    Ok, it's not kernel either, I've upgraded gnome to 2.28 and now it reports "Can not mount LABEL, Not authorized"
    at /etc/group
    root::0:root
    bin::1:root,bin,daemon
    daemon::2:root,bin,daemon
    sys::3:root,bin
    adm::4:root,daemon
    tty::5:
    disk::6:root
    lp::7:daemon,combuster
    mem::8:
    kmem::9:
    wheel::10:root,combuster
    ftp::11:
    mail::12:
    uucp::14:
    log::19:root
    locate::21:
    smmsp::25:
    http::33:
    games::50:
    network:x:90:
    video:x:91:combuster
    audio::92:combuster,mpd
    optical::93:combuster,hal
    floppy:x:94:hal
    storage:x:95:combuster,hal
    scanner:x:96:
    power:x:98:combuster
    nobody::99:
    users::100:combuster
    dbus:x:81:
    combuster:x:1000:
    policykit:x:102:
    hal:x:82:combuster
    avahi:x:84:
    camera:x:97:
    gdm:x:120:
    mpd:x:45:
    vboxusers:x:108:combuster
    Last edited by combuster (2009-09-22 11:17:12)

  • Can only mount certain drivers as user (permission issue)

    # /etc/fstab: static file system information.
    # <file system> <mount point> <type> <options> <dump> <pass>
    #Entry for /dev/sda3 :
    UUID=9d30da3d-1705-4d6e-8925-d54368a6ba83 / ext4 rw,relatime,noatime,discard,data=ordered 0 1
    #Entry for /dev/sda4 :
    UUID=2594-9B6A /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 2
    #Entry for /dev/sdc1 :
    UUID=18223DAB223D8F2E /media/veePortable ntfs-3g rw,user,users,sync,exec,dev,suid,noatime,nodiratime,noauto,uid=1000,gid=100,umask=000 0 0
    #Entry for /dev/sdd1 :
    UUID=249E57549E571D9C /media/veeStorage ntfs-3g rw,user,users,sync,exec,dev,suid,noatime,nodiratime,noauto,uid=1000,gid=100,umask=000 0 0
    #Entry for /dev/sda2 :
    UUID=369A97239A96DEA5 /media/veeSSD ntfs-3g rw,user,users,sync,exec,dev,suid,noatime,nodiratime,noauto,uid=1000,gid=100,umask=000 0 0
    # veeBackup /dev/sdb1 :
    UUID=d91fd6de-3a65-4a78-961b-ea53bf8e1542 /media/veeBackup ext4 rw,user,users,sync,exec,dev,suid,noatime,nodiratime,noauto,uid=1000,gid=100,umask=000 0 0
    # veeData /dev/sdb2 :
    UUID=e7d0ed28-a65c-44ea-9ce1-529c4071afe5 /media/veeData ext4 rw,user,users,sync,exec,dev,suid,noatime,nodiratime,noauto,uid=1000,gid=100,umask=000 0 0
    This is my /etc/fstab file.
    I can successfully mount using Thunar "veeStorage" and "veePortable", which are external USB drives.
    When trying to mount "veeSSD", "veeBackup" or "veeData", Thunar tells me I don't have the required permissions.
    Doing "sudo mount --all" doesn't mount them. I have to manually mount them with
    sudo mount /dev/sdb1 /media/veeBackup
    sudo mount /dev/sdb2 /media/veeData
    sudo mount /dev/sda2 /media/veeSSD
    fdisk -l : http://pastie.org/8102730
    Blkid
    /dev/sda1: LABEL="System Reserved" UUID="18F8916FF8914BBE" TYPE="ntfs"
    /dev/sda2: LABEL="veeSSD" UUID="369A97239A96DEA5" TYPE="ntfs"
    /dev/sda3: UUID="9d30da3d-1705-4d6e-8925-d54368a6ba83" TYPE="ext4"
    /dev/sda4: UUID="2594-9B6A" TYPE="vfat"
    /dev/sdb1: LABEL="veeBackup" UUID="d91fd6de-3a65-4a78-961b-ea53bf8e1542" TYPE="ext4"
    /dev/sdb2: LABEL="veeData" UUID="e7d0ed28-a65c-44ea-9ce1-529c4071afe5" TYPE="ext4"
    /dev/sdc1: LABEL="veePortable" UUID="18223DAB223D8F2E" TYPE="ntfs"
    /dev/sdd1: LABEL="veeStorage" UUID="249E57549E571D9C" TYPE="ntfs"

    Karol:
    # Cmnd alias specification
    # Defaults specification
    # Runas alias specification
    # User privilege specification
    root ALL=(ALL) ALL
    dennis ALL=(ALL) ALL
    %users ALL=(ALL) NOPASSWD: /usr/sbin/pppd
    %users ALL=(ALL) NOPASSWD: /usr/sbin/hibernate
    %users ALL=(ALL) NOPASSWD: /usr/sbin/standby
    # Uncomment to allow people in group wheel to run all commands
    %wheel ALL=(ALL) ALL
    # Same thing without a password
    %wheel ALL=(ALL) NOPASSWD: ALL
    # Samples
    # %users ALL=/sbin/mount /cdrom,/sbin/umount /cdrom
    # %users localhost=/sbin/shutdown -h now
    Mr. Elendig:
    Why not use automounting instead?
    To install Arch packages I needed an Internet connection, which required use of a Sierra Wireless card, which required chatscripts stored on another filesystem.  In my first Arch forum post ever, the one preceding this one, I learned to mount a device by creating a mountpoint in /media then invoking #mount.  After installing all packages and creating a user name, I signed on with xfce4 and plugged in the usb device again.  It didn't mount.  So I did it manually using sudo.  Since that worked I had the idea that adding the mountpoints to /etc/fstab would be useful, so I did.  When that didn't work I decided to just ask for help.
    So sure, I'm down for some automounting action.  How do I do it?

  • Can I mount my external hard drive which will be compatible with both Mac and Windows?

    Hello,
    Can I mount my external hard drive which will be compatible with both Mac and Windows? If yes, then please let me know, because I intend to use my hard drive for both Windows and Mac, without losing any file.

    Yes. By default, Mac OS X and Windows can read and write drives which are formatted as FAT32 or exFAT; NTFS drives aren't writable from Mac OS X without additional software.
    (124553)

  • One of my partition is not mounted. I can't mount it, can't repair it. I have a lot of data in this partition. I can't erase it, how can I do now? pls help me.

    one of my partition is not mounted. I can't mount it, can't repair it. I have a lot of data in this partition, I can't erase it. Please help me.

    No way around this. Your phone has to be restored using a computer running iTunes. Make an appointment at an Apple Store to have your device examined by a technician. Or contact Apple Support.

Maybe you are looking for