Mounting RAID on /Users

My Mac had one 640 GB drive and everything resided there.
I've added three drives in a RAID 5 configuration.
How would I go about mounting the RAID at /Users instead of /Volumes.
For now, I've transfered the contents of /Users to the RAID and replaced the /Users directory with a symbolic link to /Volumes/RAID5.
That seems to work too although I still have the RAID showing up on the desktop.
Does either method have drawbacks?
Any suggestions or opinions are appreciated.
BTW... When transferring /Users/* to the new array, I used
"tar cf - /Users/(username) | (cd /Volumes/RAID5 && tar xbf -)"
That worked for the smaller directories, but would consistently crash the system on a big (~400 GB) user.
I had to do that account in smaller chunks.
Seems like I hit some sort of limit whether it be size or directory "depth".
Whatever the reason, it shouldn't drop the dreaded gray curtain on my screen.

Thanks so much, Camelot!
It didn't work at first, but it helped guide me to Google the right info.
I filled in the blanks with info I found here:
http://www.macosxhints.com/article.php?story=20080531040605723
In case others should come across this posting, here's what I did:
disktuil info /Volumes/RAID5
(to get the UUID)
vifs
then append:
UUID=63E14BC4-25D1-3140-B146-64B4CC4E7C28 /Users hfs rw 1 0
(Note: The lines ends with "hfs rw 1 0" instead of "hfs,rw")
vi /Library/Preferences/SystemConfiguration/autodiskmount.plist
(this was a new file)
and include the following:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AutomountDisksWithoutUserLogin</key>
<true/>
</dict>
</plist>
If autodiskmount.plist already has some settings, make certain the AutomountDisksWithoutUserLogin key is <true/>
In my particular case, I had to rm my /Users symbolic link and mkdir /Users again.
Finally, restart.
Thanks again!

Similar Messages

  • How to share an autofs mounted drive between users?

    Hi all,
    I've spent a frustrating (albeit informative) couple of days trying to share my ITunes library between two users on the same MacBook Pro. I've managed to share the iTunes library files themselves by placing the iTune.xml in the /Users/Shared folder and creating aliases in each user's /Users/username/Music folder. However, it's getting the iTunes library to recognise the remote media location thats the problem. All the iTunes media files are on a Synology DiskStation NAS which I am trying to mount in such a way that it can be seen the same way - regardless of which user is logged in.
    Firstly, I tried mounting the DiskStation/itunes folder and placing a link to the mount in each user's Login Items, but that never seems to give me a persistent mount.
    Secondly, I tried creating an /etc/auto_afp file to specify the mount location and using the /etc/auto_master file to mount the Diskstation/itunes folder to /Users/Shared/itunes.  This works great - but only for the first user to log in. When I look at the permissions for the mounted share that this creates I see that it is owned by 'User1'. When User2 logs in they cant access the share due to a lack of permissions, so when they start up the shared iTunes it complains that it cant see any of the media files!
    Does anyone know  a way to create a mount using autofs that can be mounted by multiple users and give all of them the permission to read/write to it?

    Niel's instructions don't cover you 100%.  You want to keep things on a different drive and there won't be a "shared" folder there. That's only on your main drive.  You also have to migrate media and/or your library to a different drive using a special process or you will end up breaking all your music links.
    You need to clearly state what you want to share.  You can share just media or you can share your whole library structure.  Sharing only media is safest but if you share a common media pool you will all have to keep each other appraised of additions (and deletions, because those too will affect everybody) from the pool.  You have to be pretty trusting and coordinated on this.  Alternatively you can make it so others can copy your media but you will each have your own copy of the file so if somebody else wants to change the name on a track it doesn't do it to the copy you use too.  Of course this takes up the most space but is the safest.  Which migration procedure to do will depend upon your answers to this section.
    Finally, I hope you have a backup plan implemented on this.  Nobody will be happy when that external drive fails and it all disappears.

  • Failed to mount database "General Users". Error: An Active Manager operation failed

    Failed to mount database "General Users". Error: An Active Manager operation failed. Error: The database action failed. Error: Database 'General Users' on server 'EX02' cannot be mounted due to a previous error: At '12/3/2014
    3:52:17 PM' the Exchange store database 'General Users' copy on this server appears to be inconsistent with the active database copy or is corrupted. For more details about the failure, consult the Event log on the server for other storage and "ExchangeStoreDb"
    events. A successful failover restored service. If you have addressed the underlying problem, or if you have decided to attempt to mount the database despite this error, the mount operation may be attempted by using the '-Force' parameter of the Mount-Database
    cmdlet. [Database: General Users, Server: EX02.domain.com]
    Md. Ramin Hossain

    Hi,
    From your description, it is recommended to suspend the failed database copy at first using the cmdlet below.
    Suspend-MailboxDatabaseCopy -Identity "xxx"
    And then reseed the database with a new copy using Update-MailboxDatabaseCopy -Identity "xxx" -DeleteExistingFiles cmdlet.
    What's more, here is a helpful thread for your reference.
    Update-MailboxDatabaseCopy
    http://technet.microsoft.com/en-us/library/dd335201(v=exchg.150).aspx
    Hope this can be helpful to you.
    Best regards,
    Amy Wang
    TechNet Community Support

  • [SOLVED] How to make pendrive be available to mount by nonroot user?

    Hello,
    So I'm 2 days old arch linux user. I've managed to install everything I wanted so fat without much problem (basic tools, xmonad), so far I like it. It's fun.
    Since arch doesn't automatically mounts pendrives like I'm used to in Ubuntu so I decided to be able to mount as normal user and added:
    /dev/sdb /media/pendrive vfat defaults,user 0 1
    Everything worked fine until I installed dosfstools (so as to have mkfs.vfat). After that my system wouldn't start without pendrive in USB slot. (Probably because dosfsck couldn't check it). So I tried changing that fstab line to:
    /dev/sdb /media/pendrive vfat rw,suid,dev,exec,noauto,user,async 0 1
    (Same as defaults but with noauto instead auto).
    It didn't work. So I have commented the fail entry. Is there any solution to my problem (mounting as non-root user)?
    Last edited by gregorias (2011-09-09 17:56:58)

    This is what I have in my fstab:
    $ grep TOMLAD /etc/fstab
    /dev/disk/by-label/TOMLAD /media/TOMLAD auto rw,user,noauto,async 0 0
    The mount point has the following permissions:
    $ ls -l /media/ | grep TOMLAD
    drwxrwx--- 2 root storage 4.0K May 25 19:56 TOMLAD/
    That is, it is owned by root, but anyone in the group 'storage' has rwx access. Any user in the storage group can now just type:
    $ mount /media/TOMLAD
    Simple. I actually have a whole bunch of mount points so I can mount any external disks whenever.
    Auto means that it will auto mount the device during boot. If the OS doesn't find it then it won't boot because there must be a problem. Remember, this was invented for servers were the storage doesn't just disappear.
    Also, it's a good idea to give your pendrive a name so that you can refer to it by name instead of /dev/sdb since this changes as you plug in more devices.
    Last edited by BaconPie (2011-09-08 17:49:22)

  • Mount cifs as user

    Hi,
    I'm trying to mount cifs as normal user using mount.cifs via fstab
    Here is my fstab entry:
    //server/zawart    /home/zawart/media    cifs    credentials=/etc/conf.d
    /zawart.cifs,uid=1000,forceuid,gid=100,rw,perm=0600,noexec,nosuid,user,iocharset=utf8,directio,noauto    0    0
    Here is what I get when I type mount ~/media as user zawart with uid 1000.
    This mount.cifs program has been built with the ability to run as a setuid root program disabled.
    So I read the man 8 mount.cifs and there is a note
    'This command may be used only by root, unless installed setuid, in which case the noeexec and nosuid mount flags are enabled.
    I set it chmod a+s /sbin/mount.cifs and now it still doesn't mount anything but shows different message:
    This mount.cifs program has been built with the ability to run as a setuid root program disabled.
    mount.cifs has not been well audited for security holes. Therefore the Samba team does not recommend installing it as a setuid root program.
    Mounting it as root works but not as normal user, if you could help please leave a post here
    Last edited by zawart (2010-06-04 16:13:35)

    this is a security restriction with mount commands, so that only root can mount volumes. by default mount.cifs does not come with setuid enabled, you can however compile it yourself from sources and enable setuid for it,

  • TS1541 volume won't mount for main user-intel imac with mountain lion-what to do?

    After logging in to admin user, grey screen with spinning arrow
    Can login to Guest User but that is just set up for Safari only
    Tried starting in Safe Boot, zapped the PRAM, removed all peripherals, rebooted with installation disk and used Disk Utility - disk greyed out and says not mounted
    How can that be?
    this is an Intel-based iMac purchased last summer, recently installed Mountain Lion

    I have the same problem. Installed Mountain Lion, got the spinning orb with no escape so I powered down. Upon re-boot I have the dreaded "?" Tried restarting several times to no avial.
    In desperation, I inserted the 10.5 (Leopard) disk to install the original system version that came with my iMac. Now the install disk cannot find or mount my hard drive. I'm stuck.
    Anyone??

  • Network Drives mounting for all users on one machine

    I have a diskless netboot image that I've made specifically to capture the local drive and run system image Utility. I'm trying to "perfect" this image, and I would like to have 2 network shares be mounted automatically when any network user signs in. one to write the DMG to and the other being the NetBootSP0 folder. I'm thinking the way to do this would be a script, but I don't know how to make it, how to set it up to run when any account signs in.
    thanks!

    I would also love to be able to do this.
    I have my iTunes library in iTunes on a virtual machine on an SMB PC mount. If I bring up iTunes on the MAC to sync my iPods then it will fail unless I manually connect to the SMB mount.
    Is there any way to automount an SMB volume at login time?

  • Stop camera from mounting with 2 users logged in

    My wife and I share a computer and we are usually both logged in using Switch User in gnome. She takes all the pictures in the family, but when she plugs in the camera it won't let her do anything with it, it says it is busy. Switch back to my desktop and there it is. Is there a way to keep my account from mounting it so that she can use the camera? I don't like to log out of mine, I run ps3 media server on it, and we watch a lot of movies with it on the Playstation so logging out is kind of a pain because it stops this.

    Is it any one user or just Main that works correctly. If it is just Main, is there anything in the other users' login items that may be causing it to not sleep?
    You can try looking in the Console for messages about sleep. Type sleep into the search field and see if anything is preventing sleep.

  • Can't write to some mounted partition from user

    fstab:
    /dev/sdb1 /home/vu/11 ext3 rw,user 0 1
    cat /proc/mounts
    rootfs / rootfs rw 0 0
    proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
    /sys /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
    /dev /dev devtmpfs rw,nosuid,relatime,size=1030692k,nr_inodes=218496,mode=755 0 0
    /run /run tmpfs rw,nosuid,nodev,relatime,mode=755 0 0
    /dev/sda2 / ext3 rw,relatime,user_xattr,acl,barrier=1,nodelalloc,data=ordered 0 0
    devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
    shm /dev/shm tmpfs rw,nosuid,nodev,relatime 0 0
    tmpfs /tmp tmpfs rw,nosuid,nodev,relatime 0 0
    /dev/sda1 /home ext4 rw,relatime,user_xattr,acl,barrier=1,data=ordered 0 0
    /dev/sda3 /var ext3 rw,relatime,user_xattr,acl,barrier=1,nodelalloc,data=ordered 0 0
    /dev/sda6 /boot ext3 rw,relatime,user_xattr,acl,barrier=1,nodelalloc,data=ordered 0 0
    /dev/sdb1 /home/vu/11 ext3 rw,nosuid,nodev,noexec,relatime,user_xattr,barrier=1,nodelalloc,data=ordered 0 0
    So i cant write anything to sdb6. Only if i am root. Can't understand
    *sorry, sdb1
    Last edited by Vufer (2012-03-15 20:20:59)

    aking9 wrote:
    did you mount it as root?
    ls -l /home/vu/
    please
    -rw-r--r-- 1 vu users 446237 марта 8 22:30 0_38006_c0959088_XXXL.jpe
    -rw-r--r-- 1 vu users 343769 марта 10 19:46 0_e8973_5d9e2d29_XXXL.jpe
    drwxr-xr-x 4 root root 4096 марта 15 22:44 11
    drwxr-xr-x 3 vu users 4096 марта 9 09:04 core
    drwxr-xr-x 2 vu users 4096 марта 5 22:41 Desktop
    drwxr-xr-x 6 vu users 4096 марта 8 00:15 Видео
    drwxr-xr-x 7 vu adbusers 4096 марта 14 22:31 Документы
    drwxr-xr-x 9 vu adbusers 4096 марта 13 21:16 Загрузки
    drwxrwxr-x 11 vu adbusers 4096 марта 12 16:54 Книги
    drwxr-xr-x 17 vu adbusers 4096 янв. 20 23:41 Музыка

  • Unable to mount RAID external hard drives since upgrading to OS X 10.7.4...

    Hi. Since upgrading to Mac OS X 10.7.4 I am unable to mount any of my G-Tech Raid hard drives. Does anyone know of a solution or if Apple are aware of this issue?

    I would suggest that you ask G-Tech if new firmware is required for 10.7.4.
    Allan

  • Xsan client stopped mounting raid

    Good Morning Community, I have xsan 2.2 and os 10.7.5
    two of my clients stopped mounting the raid. they authenticate to the mdc but will not mount. erro on client says check fiber connections. i have switched computer with working connection and problem follows machine. xsan is working with all other machines only two. MDC system log shows
    error mounting volume...operation coundn't be completed (SANTractionErrorDomain  error 100007.) (100007)
    any ideas? All help is greatly appreciated
    thank you

    Have you checked DNS and can the client receive a kerberose ticket? I know these don't sound relavant to a XSAN but after doing this for 8 years I can assure you it is.

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

  • XSAN Some mount RAID others can't

    I have setup an XRAID with XSAN. It was a fight, but I won up to this point.
    All of the Macs can see the LUNs, but when I click on the Mount button, about half of them will mount the drive and use it just fine. The others come back with No Access Not Mounted - I check the logs and see the message
    ERROR: mountvolumenamed(StorageArea01) cannot mount volume, file system does not know about it.
    I have check the RAID and the WWP are in and setup for the proper LUNs. I can't find anything from Apple except reboot the client and try try again. Well, that isn't working.
    All of the clients have the same OS and software versions.
    TIA

            Well it may not be necessary to uprgade anything to the router if you have a successful connection from one computer but not others. Since I can't see your network, have you checked that all computers are configured properly in the correct workgroup? Though this may be a simple problem, it is often overlooked. Since some computers can connect but others can't ensure that ports 4500 and 500 are configured on the firewall so that traffic can flow through on the VPN. It seems as though XP had a similar error.
    Another solution may be to change your VPN settings to allocate ip addresses within range. Though these are simple solutions to an otherwise complicated problem, without knowing what you have tried it is a way to start.

  • Won't mount RAID

    We have a G5 running 10.4.3 and a 4.1 TB xserve RAID system setup. I have created 2 arrays (1-7, 8-14) and updated the firmware to ver. 1.5.
    So RAID admin says everything is working, green lights across the board, G5 sees our Xserve RAID but I get an error that states the volume maybe unreadable and I am asked to initialize, ignore or eject.
    How can I make this work? Why does it not mount the volume? Any ideas? New to the whole RAID thing.
    G5   Mac OS X (10.4.3)  

    Have you ever formatted the RAID?
    The first time you plug in the RAID there is no file system on it. You need to format it (initiailize) it to put HFS+ on the system so it can read it (or you can put RAID).
    Select Initialize, and Disk Utility should fire up. Select if you want a pair of volumes, or a single (RAID 0) stripe across both.

  • Mounting RAID crashes G5 host in Leopard - HELP???

    When I launch RAID admin from my Quad, after all lights come on green, no red (so things look OK), just before the drives should mount, I get the grey death screen that scrolls down and my Quad freezes with the restart instructions??? I have always used this computer with the X RAID, so I am confused? (I have tried multiple times to mount, so this is repeatable)
    I did upgrade to a new system drive and Leopard recently and this is the first time I have tried to mount the RAID since. Also the machine it is on a different network, so I trashed the old machine from admin (1.5.1) and added it as a new RAID, sees it no problem. Is there an issue with Leopard and the Xraid? or the PCI-e fiber card, which I have in slot #3 - 8x slot? I have graphics in slot #4-16x from factory and I have two free 4x slots. Can anybody give me some insight?
    THANKS!

    mwphotography,
    I haven't said anything so far because I don't have any specific help to offer you. But to cause the grey-screen crash requires something at kernel or driver depth to have gone wrong. If I was forced to guess I would think that there is a problem with the driver or kernel communication surrounding your fibre-channel card. Digging through the logs might or might not shine some light on the source of the problem but that still wouldn't point a clear way forward. I hate to say it, but if you upgraded the system I think the solution is to re-install from scratch. I think you have some remnant of something from the old system gumming up the works. Uninstalling individual kexts or drivers is not really an option so I don't see another one.
    I went away from this theory when you mentioned the problems with the 10.4 machine but since that turned out to be a red herring I'm back to this. You can try reseating the card and swapping the cable and all that but since fibre devices aren't easy to come by testing it is not so much an option.
    Just my $.02 at a hardware problem I'm trying to diagnose remotely,
    =Tod

Maybe you are looking for