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

Similar Messages

  • 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.

  • Udiskie mounts ntfs partition with permissions 700

    External usb hard drive with two partitions, one is ext3 other is ntfs.
    When I plug it in, udiskie nicely mounts both partitions, but the ext3 one is readable by other users (755), the ntfs one is not (700). Can I change this behaviour somehow, so that others (like mpd) can see the ntfs partition as well?

    Upstream's answer:
    There is currently no way to pass extra arguments from udiskie.
    Implementation plan on this would be to add a config file with mount options for each filesystem type.
    https://bitbucket.org/byronclark/udiski … rnal-drive
    Question: can fstab help in such situation?

  • "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 Windows Partition in OSX After Upgrading to 10.5 and BC 2.0

    I just installed Leopard today, using the upgrade option (as opposed to a clean install). I was happy to see that I could boot into Windows still, and installed all of the Boot Camp 2.0 drivers while booted into Vista. However, I can no longer mount my Windows partition in OSX. While using Tiger, I did use MacFuse and ntfs-3g to get read-write support, but in Leopard, I can't even read. When I try to mount the Windows volume in Disk Utility, I get an error stating that it cannot be mounted. I also do not have the option to perform "First Aid" or "Repair" on the volume.
    I realize that the latest version of ntfs-3g isn't proven to work with Leopard, but I would at least like read access in OSX. Is it possible that some settings were left over from my Tiger configuration that would not allow Leopard to mount the partition? Any ideas?
    Thank you.

    Ok. I'm in the club with the same problem...
    Strange things:
    * For the first days after Leopard's install, my BootCamp disk0s3 partition (I'll name it "BillGates") was mounted correctly. Then, after a few days (but BEFORE upgrading to 10.5.1), it disappeared.
    * If I launch DiskUtility "BillGates" is shown, but (in the right device navigation bar) it's named "-n BillGates". If I click the Erase menu, it's named "-nBillGates" (without the space between "-n" and "BillGates"). If I launch SystemProfiler it's named "-n BillGates", but the mount point is "/Volumes/billgates". Can't understand where this "-n" thing is coming from!
    * If I try to mount "-n BillGates" from DiskUtility it doesn't work and the log says "Mount of -n BillGates failed".
    * In the FSTAB there were no instructions: it was empty.
    Now, I tried the MacFUSE-solution: no results (meaning BillGates was not mounted on startup).
    I tried the modify-the-FSTAB-solution: no results (with "BillGates", "-n BillGates" nor "-nBillGates".
    I tried the chkdsk-solution: all tests were ok, but nothing happened.
    The only trick that worked was mounting the partition with Terminal's commands (thanks rtracy!!). It made appear "BillGates" on the desktop (without the "-n thing", that is still present in DiskUtility).
    Problem is at the first reboot, the Boot Camp partition disappears again. Any ideas for a permanent fix?!
    Giangiacomo.
    ADDENDUM: I've tried to move a file from desktop to an unlocked folder in BillGates and System did not copy them. "The item could not be moved because "BillGates" cannot be modified" !!!!!!!!
    Message was edited by: Giangiacomo Castelfranchi1

  • Mount NTFS Partition

    Hej!
    How can I mount a NTFS partition under Solaris 10?
    thx

    NTFS = New Tecnology File System is completly different from the FAT32.
    FAT and FAT32 is from the old DOS Systems. DOS was removed as a OS on Windows NT. Support for DOS remains in NT as a NTVDM. NT Virtual Dos Machine that runs as a Subprocess on top of the NT. kernel.
    There exists a driver for the NTFS somwhere on internet, I tried it a copule of years ago on a Solaris8. The driver was then a readonly driver. I have lost the driver now, but info about it should be possible to find on internet with google or similar.
    This applys to localy mounting a NTFS.
    When mounting over the network, its different. The filesystem on the network does not use FAT or NTFS.
    Insted it uses NETBios (MSB). Samba has a client for this, if I remember correct.
    But it would be better install a NFS Server software on the Windows OS.

  • How to setup ivman to auto-mount ntfs partition using ntfs-3g

    Hi,
    I use ivman/pmount to auto-mount removable devices,
    but for ntfs partitions, it mounts by type "ntfs" which can not support "write"!
    But I can not figure out how to config ivman to do that,
    can someone help me, please?
    BR,
    bsdson.tw

    Hi,
    I use ivman/pmount to auto-mount removable devices,
    but for ntfs partitions, it mounts by type "ntfs" which can not support "write"!
    But I can not figure out how to config ivman to do that,
    can someone help me, please?
    BR,
    bsdson.tw

  • Cannot mount NTFS partition!!!!!!!!

    People I'm new to this ARCH world. I want to mount my XP partition(NTFS). I tried
    #ntfsmount /dev/sda1 /mnt
    But some errors are thrown on de console
    fuse: unknown option "USER = root"
    fuse_new failed
    umounting /dev/sda1 ()
    Now how can i resolve this problem to mount my ntfs partition in rw mode.

    What is not working?  Is it not r/w?
    EDIT:  Look into the possible use of   ........mount -o remount,rw /dev/sdxx..... in /etc/rc.local.......
    Not sure of the exact command but the idea is to make it r/w on every boot-up via rc.local.
    Hopefully, other users can correct any discrepancy I have introduced.
    Last edited by lilsirecho (2008-01-09 17:21:00)

  • Problem accessing mounted ntfs partitions

    Hi,
    I have problems accessing ntfs partitions as a non root user. The user trying to acces the partition is in usergroup wheel and has sudo acces.
    /etc/fstab looks like this:
    /dev/sda5 /media/winC ntfs defaults 0 2
    /dev/sdb1 /media/winD ntfs defaults 0 2
    It does not matter where I mount them (e.g. /home/user/media/winC), if i try cd-ing into the directory, it tells me:
    cd /medi/winC
    -bash: cd: /media/winC: Permission denied
    When i try the following, it tells me:
    sudo cd /medi/winC
    sudo: cd: command not found
    which I find a bit strange, but ok.
    Any pointers what I am doing wrong? cd-ing as root works, but i would like to acces it as a normal user too. Using the following options did not work for me:
    rw,suid,dev,exec,auto,users,async
    mount -l tells me the following when using the options stated above:
    /dev/sda5 on /media/winC type ntfs (ro,nosuid,nodev,noexec,relatime,uid=0,gid=0,fmask=0177,dmask=077,nls=utf8,errors=continue,mtf_zone_multiplier=1)
    Thanks for any pointers!

    Trilby wrote:
    You should use ntfs-3g instead of ntfs.  I'm not sure if that will solve this problem, though it might, but it will prevent others.
    As for "sudo cp" failing, that is not odd at all: `cd` is not a program, it is a shell builtin - there is no `cd` binary for sudo to execute.
    Thanks for the explanation. I will try ntfs-3g as soon as I manage to connect to the internet again.

  • Can't mount internal partitions whithout root password

    I've been making the transition to systemd as the required updates. After last pacman -Syu, when polkit was updated, I could no longer access the CD/DVD, USB devices and the not listed in /etc/fstab internal partitions, due to permissions errors.
    I have tried searching the forums and found this topic: https://bbs.archlinux.org/viewtopic.php?pid=1185531.
    As suggested there I've added init=/usr/lib/systemd/systemd to the kernel parameters in grub2 and then I can access the CD/DVD and USB devices but to access the internal partitions root password is required.
    Searching the forums again I found this https://bbs.archlinux.org/viewtopic.php?id=152057 and follow the sugestion by creating the file /etc/polkit-1/rules.d/10-mount-system.rules. This doesn't work for me. So I created rc-local.service, as recommended in the same topic. Still doesn't work.
    Came back to search foruns and found this: https://bbs.archlinux.org/viewtopic.php?pid=1189842. I've replaced the old /etc/polkit-1/rules.d/10-mount-system.rules by 10-udisks2.rules with the follow content:
    // See the polkit(8) man page for more information
    // about configuring polkit.
    // Allow udisks2 to mount devices without authentication
    // for users in the "storage" group.
    polkit.addRule(function(action, subject) {
        if ((action.id == "org.freedesktop.udisks.filesystem-mount-system" ||
             action.id == "org.freedesktop.udisks.filesystem-mount") &&
        subject.isInGroup("storage")) {
            return polkit.Result.YES;
    Still doesn't work
    And replace by:
    polkit.addRule(function(action, subject) {
        if ((action.id == "org.freedesktop.udisks.filesystem-mount-system-internal") && subject.isInGroup("storage")) {
            return polkit.Result.YES;
    This is the output of loginctl session-status $XDG_SESSION_ID
    1 - vovo (1000)
               Since: Mon, 2012-11-12 10:05:03 BRST; 7min ago
              Leader: 319 (kdm)
                Seat: seat0; vc7
             Display: :0
             Service: kde-np; type x11; class user
               State: active
              CGroup: name=systemd:/user/vovo/1
                      ├  319 -:0
                      ├  321 /bin/sh /usr/bin/startkde
                      ├  332 /usr/bin/dbus-launch --sh-syntax --exit-with-session
                      ├  333 /usr/bin/dbus-daemon --fork --print-pid 4 --print-address 6 --se...
                      ├  356 /usr/bin/gpg-agent -s --daemon --pinentry-program /usr/bin/pinen...
                      ├  359 /usr/bin/ssh-agent -s
                      ├  373 /usr/lib/kde4/libexec/start_kdeinit +kcminit_startup
                      ├  374 kdeinit4: kdeinit4 Running...
                      ├  379 kdeinit4: klauncher [kdeinit] --fd=9
                      ├  383 kdeinit4: kded4 [kdeinit]
                      ├  397 kdeinit4: kglobalaccel [kdeinit]
                      ├  399 /usr/bin/kactivitymanagerd
                      ├  425 kwrapper4 ksmserver
                      ├  426 kdeinit4: ksmserver [kdeinit]
                      ├  465 kwin -session 108d976f6e000134271139000000007290000_1352721857_3...
                      ├  492 /usr/bin/knotify4
                      ├  507 kdeinit4: plasma-desktop [kdeinit]
                      ├  525 ksysguardd
                      ├  530 /usr/bin/kuiserver
                      ├  549 /usr/bin/akonadi_control
                      ├  551 akonadiserver
                      ├  554 /usr/bin/mysqld --defaults-file=/home/vovo/.local/share/akonadi/...
                      ├  585 /usr/bin/kwrited
                      ├  586 kdeinit4: nepomukserver [kdeinit]
                      ├  590 /usr/bin/nepomukservicestub nepomukstorage
                      ├  594 kdeinit4: krunner [kdeinit]
                      ├  607 /usr/bin/akonadi_agent_launcher akonadi_akonotes_resource akonad...
                      ├  608 /usr/bin/akonadi_archivemail_agent --identifier akonadi_archivem...
                      ├  609 /usr/bin/akonadi_agent_launcher akonadi_contacts_resource akonad...
                      ├  610 /usr/bin/akonadi_agent_launcher akonadi_ical_resource akonadi_ic...
                      ├  611 /usr/bin/akonadi_agent_launcher akonadi_maildir_resource akonadi...
                      ├  612 /usr/bin/akonadi_maildispatcher_agent --identifier akonadi_maild...
                      ├  613 /usr/bin/akonadi_mailfilter_agent --identifier akonadi_mailfilte...
                      ├  614 /usr/bin/akonadi_nepomuk_feeder --identifier akonadi_nepomuk_fee...
                      ├  650 /usr/bin/nepomukcontroller -session 108d976f6e000134271139900000...
                      ├  653 kdeinit4: kmix [kdeinit] -session 108d976f6e000134271140000000
                      ├  674 /usr/bin/virtuoso-t +foreground +configfile /tmp/virtuoso_LhX590...
                      ├  685 /opt/dropbox/dropbox
                      ├  691 /usr/lib/kde4/libexec/polkit-kde-authentication-agent-1
                      ├  692 /usr/bin/korgac --icon korgac
                      ├  693 python2 /usr/bin/printer-applet
                      ├  700 kdeinit4: klipper [kdeinit]
                      ├  747 /usr/lib/GConf/gconfd-2
                      ├  775 /usr/bin/nepomukservicestub nepomukqueryservice
                      ├  776 /usr/bin/nepomukservicestub nepomukfileindexer
                      ├  777 /usr/bin/nepomukservicestub nepomukbackupsync
                      ├  778 /usr/bin/nepomukservicestub nepomukfilewatch
                      ├  867 /opt/google/chrome/chrome
                      ├  872 /opt/google/chrome/chrome
                      ├  876 /opt/google/chrome/chrome-sandbox /opt/google/chrome/chrome --ty...
                      ├  877 /opt/google/chrome/chrome --type=zygote
                      ├  880 /opt/google/chrome/nacl_helper_bootstrap /opt/google/chrome/nacl...
                      ├  911 /opt/google/chrome/chrome --type=renderer --lang=pt-BR --force-f...
                      ├  917 /opt/google/chrome/chrome --type=renderer --lang=pt-BR --force-f...
                      ├  993 /opt/google/chrome/chrome --type=gpu-process --channel=867.5.144...
                      ├ 1008 /opt/google/chrome/chrome --type=renderer --lang=pt-BR --force-f...
                      ├ 1034 kdeinit4: kwrite [kdeinit] /home/vovo/temp/Forum erros.txt
                      ├ 1100 /opt/google/chrome/chrome --type=renderer --lang=pt-BR --force-f...
                      ├ 1180 /opt/google/chrome/chrome --type=renderer --lang=pt-BR --force-f...
                      ├ 1298 /opt/google/chrome/chrome --type=renderer --lang=pt-BR --force-f...
                      ├ 1321 kdeinit4: konsole [kdeinit]
                      ├ 1323 /bin/bash
                      ├ 1328 loginctl session-status 1
                      └ 1329 [less]
    I'm tired and discouraged. Can anyone, please, to point a solution?
    Last edited by vovotux (2012-11-12 13:31:31)

    Hi everybody,
    I had tried:
    loginctl show-session $XDG_SESSION_ID
    Active=yes
    State=active
    To mount crypted partition, other authorizations are needed. But actualy, I only just try to mount decrypted partiton (root has "luksopen" the crypted partition to /dev/mapper, and I try to mount /dev/mapper/DECRYPTED partition). The "mount" command tell me only root can do that.
    May be I have to add other autorizations anyway?
    I had change my rule file:
    polkit.addRule(function(action, subject) {
            if (action.id="org.freedesktop.udisks2.filesystem-mount-system" && subject.isInGroup("storage")) {
                    return polkit.Result.YES;
    and check by
    journalctl -b -u polkit
    Nov 17 09:21:53 PCFixe polkitd[387]: Reloading rules
    Nov 17 09:21:53 PCFixe polkitd[387]: Collecting garbage unconditionally...
    Nov 17 09:21:53 PCFixe polkitd[387]: Loading rules from directory /etc/polkit-1/rules.d
    Nov 17 09:21:53 PCFixe polkitd[387]: Loading rules from directory /usr/share/polkit-1/rules.d
    Nov 17 09:21:53 PCFixe polkitd[387]: Finished loading, compiling and executing 2 rules
    So all seems ok.
    But:
    $ mount /dev/sda3 ./test/
    mount: seul le superutilisateur peut exécuter cette commande (--> only root can execute this command)
    /dev/sda3 is crypted, so with root I "luksOpen" it on /dev/mapper/DECRYPTED
    cryptsetup luksOpen --allow-discards /dev/sda3 DECRYPTED
    Saisissez la phrase secrète pour /dev/sda3 :
    I try to mount it with my user
    $ mount /dev/mapper/DECRYPTED ./test/
    mount: seul le superutilisateur peut exécuter cette commande (--> only root can execute this command)
    An idea: may be /dev/mapper devices are not considered as "filesystem-mount-system" ??
    Thanks for your help, I appreciate it.
    Best regards.
    Alain

  • Can't mount ntfs from linux

    Dear Sirs,
    I have install linux Redhat5.3 release 2.6.18-128.el5PAE.i am trying to mount some of the drive of windows 7 on my linux system.
    Someone can help me with the rpm for the same.

    [linux.softpedia.com/get/System/.../ntfs-3g-15028.shtml] linux.softpedia.com/get/System/.../ntfs-3g-15028.shtml
    or
    [www.tuxera.com/community/ntfs-3g-download|www.tuxera.com/community/ntfs-3g-download] www.tuxera.com/community/ntfs-3g-download|www.tuxera.com/community/ntfs-3g-download
    Use ntfs-3g package to mount ntfs drives into linux.
    use following command at shell prompt
    $ mount -t /dev/sda1 /mnt/drive_win7
    Please find your drive such as sda1 or sda2 or anything from fdisk command and press p to print and press q to quit.
    Also, if you want to mount every time you login into linux system.
    Then you have to change /etc/inittab file.
    Google it out. Easy commands out there for newbies like me and you there.
    Regards,
    Dave.
    Edited by: 897450 on Dec 19, 2011 3:15 AM

  • How can I erase NTFS partition on my Mac

    When I tried to install Windows XP on my Macmini BootCamp created NTFS partition. You know it was a bad idea because XP killed MacOS
    So I installed MacOS again and now I want to erase NTFS partition but Disk Utility can't do this
    Help!
    Mac mini   Mac OS X (10.4.6)  

    Hi Warder, Welcome to Apple Discussions.
    Disk Utility cannot unpartition a drive without erasing the entire drive. There are some utilities that can unpartition on the fly DriveGenius is one. (I'm not sure if it is Universal yet) Prosoft is a trusted software vendor but I would still do this "at your own risk".
    -mj
    [email protected]

  • Mounting ntfs partitions at boot up read only and starting X at boot

    Hi,
    I want to mount my windos partition at boot so I can build a library in amarok without having to copy all of my music to my linux partition. However I only want to mount read only, as I don't want to risk messing the partition up. I followed the instructions on the wiki here:
    http://wiki.archlinux.org/index.php/NTFS_Write_Support
    And added a line in /etc/fstab "/dev/sda1 /mnt/sda1 ntfs-3g uid=1000,gid=100,fmask=0333,dmask=0333,locale=en_PH.utf8 0 0" without quotations, but the partition was not mounted so I removed the line and now am back to my original /etc/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
    /dev/cdrom /mnt/cd iso9660 ro,user,noauto,unhide 0 0
    /dev/dvd /mnt/dvd udf ro,user,noauto,unhide 0 0
    /dev/fd0 /mnt/fl vfat user,noauto 0 0
    /dev/sda2 swap swap defaults 0 0
    /dev/sda3 / ext3 defaults 0 1
    I thought that I should change the numbers to 0 3 or something but I don't have a clue what they are for, could anyone offer any advice on how I should proceed?
    Also X refuses to load at boot, I have to log in as root and run /etc/rc.d/kdm start. I have put kdm in /etc/rc.d and I changed my /etc/inittab default runlevel from 3 to 5. I tried also changing the login manager from xdm to kdm in the same file but nothing ahs made a difference. Anyone have any ideas?
    Thanks in advance,
    Calef13

    Thanks a lot for the speedy replies, this is a great community here btw, very helpful. You were right mixtr, I got away with just
    "/dev/sda1/ /mnt/sda1 ntfs-3g user,ro,auto 0 0"
    And adding kdm to the deamons line solved my problem. I was trying to add it to the rc.d file rather than the rc.conf
    I had my doubts at first but I really like the fact that arch doesn't hold your hand and leaves everything up to you, I have already learned loads about the config files for linux among many other things and have come ot appreciate the lack of abstraction in arch. I really prefer this to previous OSes, but wish I had installed kdemod as the 'vanilla' kde from the repositories installs pretty much everything imaginable, but my system still runs very quickly.
    Calef13

  • Can't Mount Second Partition on External Hard Drive

    I have a 1 TB Seagate External HD that I have two partitions on...a 700 GB one for Time Machine and 300 GB for my personal files (called Nick's External). I was initially having trouble with it and transferred the files from the Nick's External partition to a Western Digital external. I then reformatted the Seagate one into two partitions (Mac OS Extended) and transferred everything back. After attempting a time machine backup and it seizing up, I attempted to eject both partitions. It wasn't done correctly, and now when I plug in the external I can see the drive in Disk Utility and see the first Time Machine partition, but the second partition only comes up as the disk identifier (disk2s3). It cannot be repaired.
    I've tried running Disk Warrior but it only sees the first partition (Time Machine) and not the partition I actually have files on (Nick's External). I am also unable to mount the second partition, either through Disk Utility or Terminal.
    Any ideas would be greatly appreciated!!

    Brad Cook wrote:
    Disk Utility stopped reparing "Time Machine." Disk Utility can't repair this disk. Back up as many of your files as possible, reformat the disk, and restore your backed-up files.
    Does this mean the drive itself is failing?
    Possibly, but not necessarily.  The File System on the disk was so badly corrupted that Disk Utility couldn't fix it.  That might indicate a problem with the drive.  It's not unusual for consumer-quality (ie, inexpensive) drives to fail after 2-3 years, although many will run for several years.  It's a bit of a crapshoot.
    Before this problem happened, both partitions dropped off the Finder and the light on the drive went off.
    Whatever caused that is another good possibility -- if a drive is improperly disconnected, OSX can't "close it out" properly, and that can cause damage to the file system.  Sometimes Disk Utility can fix it, sometimes it can't.  And sometimes heavy-duty 3rd-party disk repair apps like DiskWarrior can fix things Disk Utility can't.
    A power dip or spike could have caused it, or an overheated electronic component, etc.  If it has it's own power supply, be sure it's on a good (ie, not cheap) surge protector or U.P.S. system.
    Otherwise, keep an eye on it.  If you don't have "secondary" backups, this would be an excellent time to get another drive for that purpose.  See #27 in Time Machine - Frequently Asked Questions for some suggestions.
    Bottom line:  personally, I'd not trust my only backups to that drive.
    (But then, I'd never trust my backups to any single drive, no matter how new or high-quality.)

  • Can't mount NTFS drives on 10.5.8

    I was given a 1TB WD external drive today that won't mount on my MBP. When I plug it in, I get a window that says, "The disk you inserted could not be read by this computer."
    Under Disk Utility, I can see the drive icon and gather the info under "Format: Windows NT file system (Tuxera NTFS)" When I click to manually mount it says "Mount Failed".
    I downloaded trial software from Tuxera and another from a company called Paragon. Both are system preferences that are supposed to allow the ability to write to those drives. I was hoping it would just let me read, but no such luck.
    I was able to read it on a Windows machine at my neighbors so I know that the drive works.
    I'd appreciate any suggestions. Thanks in advance.

    Bonsai3 wrote:
    What should I format drive #2 as so that it will work on my Mac as well as his PC?
    NTFS will be fine. you might want to uninstall the other NTFS apps currently on your Mac and install the _*NTFS 3G*_ driver instead.
    alternatively, you could format the drive for Mac and install MacDrive or [_*HFS+ for Windows*_|http://www.paragon-software.com/home/hfs-windows> on his PC - @ your expense, of course

Maybe you are looking for

  • BIGINT in scientific notation

    Hi, New here and new to CF8. I'm using MySQL 5.0.51b with the latest JDBC connector and am getting unsigned BIGINT columns larger than 10^12 back in scientific notation instead of a whole number. Here's an example: <cfquery name="get_bigint" datasour

  • REPLICATING BLOBS in 8.1.7.3

    Replicating with multi-master sites. The VarChars, Numbers, and Date datatypes are coping from Master site to snapshots, but BLOBs are not. Is there any special functionality (RPCs and loops) that I need to be using to get these blobs into the snapsh

  • Hardware Requirement for Oracle Retail central office

    Hi, We are going with Oracle retail with following modules 1) Oracle retail central office (ORCO) 2)back office (ORBO) 3) pos (POINT OF SERVICE) 4) Sim (store inventory management) Before i discuss with implementation team for hardware , i need advic

  • Best way to automate visio diagram on sharepoint

    Hello, I've created a visio diagram from sql data and published on sharepoint as .vdw file. Its an orgchart diagram. The orgchart shapes are updated based on the values from the sql table data. But when new rows are added to table or rows are removed

  • How to convert a .swf file into an .fla file?

    I am very new to this and need some help. I have been given a couple .swf files and I need to make edits on them. Is it possible to open these or will I need to completely remake them? I have tried in Flash Professional: File> Import> Import to stage