Mount a Drive with Normal User Access

How do I do this? Even better, can I mount it automatically. I know this has something to do with /etc/fstab
What should I append to /dev /sda2 /mnt/mac to make it mount automatically and allow the normal user access?
It's where I store my music library.

duke11235 wrote:How do I do this? Even better, can I mount it automatically. I know this has something to do with /etc/fstab
What should I append to /dev /sda2 /mnt/mac to make it mount automatically and allow the normal user access?
It's where I store my music library.
Every question you asked is answered in the Wiki - please read it and then try and implement it yourself. If it doesn't work, then come back with a description of what you tried, what errors you got and any other material you have come across.
This is help-vampirism.
Closing.

Similar Messages

  • Pse help! I boot my computer with apple + s and I can't return to normal user access

    I need your helpy I boot my computer with (apple + s) and now I can't return to normal user access again because on the sceen I don't see my session

    Thank you for answer but it's not possible to write anything because I get an invite to put a password (without my name) and an invite for Guest. The problem is I cant put the right password because my keyboard is azerty et in my password content the euro symbol (€) and (&). So I think there is the problem. I also think if I can return in normal boot (I mean with my own session) everythings will OK for me. Can you help me? Sorry for my english my mother language is french so I have some little difficulties to translate

  • HT6114 My Mac Book Pro had a split drive with Windows Microsoft Access on it and it was removed when Mavericks installed.  I need this so how can I go back to the old system?

    My Mac Book Pro had a split drive with Windows Microsoft Access on it and it was removed when Mavericks installed.  I need this so how can I go back to the old system?

    Restore from the backup you had prior to installing Mavericks.
    However, the upgrade should not have altered your partition scheme. Did your erase and format the drive prior to upgrading?

  • Error in SetDefaultReport with normal users

    I have to change default report for the invoices. I try to use the ReportLayoutsService.SetDefaultReport method but i only have sucess if the user that I'm using at the moment is one Super User. If the user is not SU I have the following error: Internal Error (-10) Occurred.
    My code is:
    Try
                                Dim oCmpSrv As SAPbobsCOM.CompanyService
                                Dim oReportLayoutService As SAPbobsCOM.ReportLayoutsService
                                Dim oReportParam As SAPbobsCOM.DefaultReportParams
                                oCmpSrv = oCompany.GetCompanyService
                                oReportLayoutService = oCmpSrv.GetBusinessService(SAPbobsCOM.ServiceTypes.ReportLayoutsService)
                                oReportParam = oReportLayoutService.GetDataInterface(SAPbobsCOM.ReportLayoutsServiceDataInterfaces.rlsdiDefaultReportParams)
                                oReportParam.CardCode = "-1" 'For all BPs
                                oReportParam.ReportCode = oDocCode
                                oReportParam.LayoutCode = oDocLayOut
                                oReportParam.UserID = oUserID
                                oReportLayoutService.SetDefaultReport(oReportParam)
                            Catch ex As Exception
                                MessageBox.Show(ex.Message)
                            End Try
    I already try to use:
    oReportParam.UserID = 1
    Trying make the change with user manager but i have the same error.
    How can I this work with normal Users. That no have authorization to change the layout.
    Best Regards for all.

    Olá Vitor,
    O problema é que se não conseguir instanciar auxCompany também não vou conseguir alterar o layout de impressão. Acho que a solução aqui é perceber porque é que falha quando está a instanciar auxCompany. Será por causa de outros utilizadores estarem a fazer o mesmo? Visto que estamos a falar de uma empresa com 7 filiais, o numero de documentos criados é muito elevado
    Mesmo tendo vários utilizadores a trabalhar ao mesmo tempo a instanciação de auxCompany não devia funcionar correctamente?
    Será por não estar a livertar correctamente o objecto no final da operação?
    auxCompany.Disconnect()
    auxCompany = Nothing
    Também coloquei uma validação para o caso de auxCompany já estar conectado na base de dados.
    If auxCompany.Connected = True Then
                                                Try
                                                    Dim oCmpSrv As SAPbobsCOM.CompanyService
                                                    Dim oReportLayoutService As SAPbobsCOM.ReportLayoutsService
                                                    Dim oReportParam As SAPbobsCOM.DefaultReportParams
                                                    oCmpSrv = auxCompany.GetCompanyService
                                                    oReportLayoutService = oCmpSrv.GetBusinessService(SAPbobsCOM.ServiceTypes.ReportLayoutsService)
                                                    oReportParam = oReportLayoutService.GetDataInterface(SAPbobsCOM.ReportLayoutsServiceDataInterfaces.rlsdiDefaultReportParams)
                                                    oReportParam.CardCode = "-1"
                                                    oReportParam.ReportCode = oDocCode
                                                    oReportParam.LayoutCode = oDocLayOut
                                                    oReportParam.UserID = oUserID
                                                    oReportLayoutService.SetDefaultReport(oReportParam)
                                                Catch ex As Exception
                                                    MsgBox(ex.ToString())
                                                End Try
    End If
    Será esta validação que está a causar-me problemas?
    Pelo que viste do meu código, achas que estou a abordar o assunto da forma correcta?
    Muito Obrigado,
    Cumprimentos,
    Luis Duarte

  • Preoblem with Browse facility in Terminal Server with Normal User Login!!!

    Hii All,
           I am facing a problem with my addon in which I am using browsing facility.
           But the Browse facility is working properly  in Terminal Server with Administrator Login, but not working in Terminal Server with Normal User Login.
           So how it can be solved?
    Thanks & Regards,
    Nabanita
    Edited by: ghosh.nabanita on Aug 9, 2011 12:47 PM
    Edited by: ghosh.nabanita on Aug 9, 2011 1:46 PM

    Hi,
    You have to check group polices if browsing is enabled.
    Check this thread:
    http://social.technet.microsoft.com/Forums/en-US/winserverGP/thread/336377db-e0cb-4c8e-b7c7-01b7c11c0e27/

  • Mounting USB drive as regular user (with ntfs-3g)

    Hello. First of all, I not asking to do the homework for me, rather is someone can help me understand why I can't get this work.
    I spent the last night trying to figure how mount an USB drive as a regular user, using ntfs-3g. I read the related wiki entries and researched quite a lot in the forums. I came up with this:
    fstab:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    devpts /dev/pts devpts defaults 0 0
    shm /dev/shm tmpfs nodev,nosuid 0 0
    #/dev/cdrom /media/cd auto ro,user,noauto,unhide 0 0
    #/dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0
    #/dev/fd0 /media/fl auto user,noauto 0 0
    /dev/sda1 / ext3 defaults,noatime 0 1
    /dev/sda2 /home ext3 defaults,noatime 0 2
    /dev/sda3 swap swap defaults 0 0
    /dev/sdb1 /mnt/usb ntfs-3g noauto,uid=0,gid=0,noatime,umask=000, 0 0
    I created a ntfsuser group, added my user to that group and trim permissions to the ntfd-3g executable (link in this post). That allows me mount the partition as root and read/write as regular user. It works, so (i think) not big deal here.
    However if I add user to the mount options the following error shows up:
    Mount is denied because setuid and setgid root ntfs-3g is insecure with the
    external FUSE library. Either remove the setuid/setgid bit from the binary
    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
    What bugs me the most is I don't understand why I can't mount as regular user when the user option is set in the fstab. Shouldn't that allow regular users to mount and unmount? Is not like that I'm mounting and dismounting USB drives every 5', but I would like to get this done because I know it can be done
    Sorry for asking such trivial question, but I sense that I'm missing something really stupid and I just can't figure what it is

    Beware of the double post! (+1)
    Ok, I decided I'd get this to work, although the method and the implications it could have might not seem pretty to some. There are certain conditions for a user to mount any ntfs volume with ntfs-3g, I will name them here:
    1. ntfs-3g with integrated fuse support. You'll get this by:
        1A. Removing ntfs-3g and fuse from your system if you have them installed as separate packages, so do this as root:
    pacman -Rn ntfs-3g
    pacman -Rn fuse
    Now you can install the new package.
        1B. Getting a modified version of the PKGBUILD found in that AUR link previously mentioned by me, here's mine:
    # Maintainer: Gula <gulanito.archlinux.org>
    # Slightly modified by anderfs
    # Don't forget to setuid-root for the ntfs-3g binary after you install this
    pkgname=ntfs-3g-fuse-internal
    pkgver=2010.5.16
    pkgrel=1
    pkgdesc="Stable read and write NTFS driver (whit internal fuse suport)"
    url="http://www.tuxera.com"
    arch=('i686' 'x86_64')
    license=('GPL2')
    depends=('glibc')
    conflicts=('ntfs-3g')
    makedepends=('pkgconfig')
    options=('!libtool')
    source=(http://www.tuxera.com/opensource/ntfs-3g-${pkgver}.tgz
    http://aur.archlinux.org/packages/ntfs-3g-fuse-internal/ntfs-3g-fuse-internal/25-ntfs-config-write-policy.fdi)
    sha1sums=('895da556ad974743841f743c49b734132b2a7cbc'
    '200029f2999a2c284fd30ae25734abf6459c3501')
    build() {
    cd "${srcdir}/ntfs-3g-${pkgver}"
    ac_cv_path_LDCONFIG=/bin/true ./configure --prefix=/usr \
    --with-fuse=internal --disable-static || return 1
    make || return 1
    package() {
    cd "${srcdir}/ntfs-3g-${pkgver}"
    make DESTDIR="${pkgdir}" install || return 1
    ln -s /bin/ntfs-3g "${pkgdir}/sbin/mount.ntfs" || return 1
    install -m755 -d "${pkgdir}/usr/share/hal/fdi/policy/10osvendor"
    install -m644 "${srcdir}/25-ntfs-config-write-policy.fdi" "${pkgdir}/usr/share/hal/fdi/policy/10osvendor/" || return 1
    Save this as PKGBUILD, preferrably in an empty directory so it doesn't clutter things up when you build it.
        1C. Now go to the directory where you saved it and do this as a regular user:
    makepkg PKGBUILD
    After that's done, you'll get a package called ntfs-3g-fuse-internal-2010.5.16-1-i686.pkg.tar.xz, or something similar.
        1D. Install that package as root:
    pacman -U ntfs-3g-fuse-internal-2010.5.16-1-i686.pkg.tar.xz
    If all went well you now have ntfs-3g compiled with integrated fuse support.
    2. The ntfs-3g version must be higher than 1.2506, this is already covered, the package installed from AUR matches this requirement.
    3. The ntfs-3g binary must be set to setuid-root, to accomplish this you shall do the following as root:
    chown root $(which ntfs-3g)
    chmod 4755 $(which ntfs-3g)
    I used 4750 instad of 4755, I guess that last bit can be a matter of personal taste as long as it isn't something obnoxious like "7".
    4. The user must have the right access to the volume. Okay, this is the ugly part, volumes are owned by root and managed by the disk group with permissions brw-rw----, this means you have to add any users you want mounting this volume to the disk group.
        4A. So, do this as root:
    gpasswd -a [user] disk
    Where [user] is obviously the name of whichever user you're adding to the disk group, do this for any user you want mounting this volume.
        Any users currently logged in will have to log out and back in for these change to take effect, this most likely includes you.
        4B. Now that you logged back in, try this:
    groups
    One of the groups listed should be disk, if it's not there you didn't completely log out of all open sessions.
    5. The user must have the right permissions/access to the mount point. For a user to be able to mount something to a mount point, that user needs to have read permission (pretty self-explanatory), write permission (so the user can make any changes to the sub-structure of the mount point), and execute permission (so the user can change-dir to that mount point) to it. Mount points can be anywhere, so this really depends where you're mounting.
    In my case, I'm mounting these volumes on certain directories under /mnt/, for example /mnt/example. If you're mounting stuff there, you might as well take advantage of the fact your "mounting user" is already in the group disk, and do the following as root:
    chgrp disk /mnt/example
    chmod 774 /mnt/example
    Now users in the disk group will be able to manage these mount points.
    6. Mount it. That's it, you should now be able to mount ntfs volumes as an "unpriveleged enough" user. Here's an example of what you'd have to put in /etc/fstab:
    UUID=XXXXYYYYXXXXYYYY /mnt/example ntfs-3g noauto,noatime,user,uid=0,gid=6,fmask=137,dmask=027,rw 0 0
    uid=0 means root will be the owner of this mount-point and anything in it after it's mounted. This is due to the fact that even though users might own their mountpoints and have rwx permissions on them, you might still not want them to write to the mounted ntfs volumes. Remove this if you want them to be able to write to the volume.
    gid=6 means this will be managed by the disk group in my system. Perhaps the disk group has a different id in your system, run "id root" to find out, as root usually is part of this group.
    fmask = 137 means the owner (root) can do anything with files in this volume except executing files. Group members (disk) can only read files here, not create or execute them. And other users can't do anything in this volume.
    dmask = 027 means the owner can do anything with directories (execute here is needed to chdir), users can't write directories but they can read or execute in them (once again, needed by 'cd'), and finally other users still don't have any access.
    You can use whichever fmask and dmask makes sense to you, or use an umask instead.
    Last edited by anderfs (2010-07-15 11:34:48)

  • Normal users accessing mounted NTFS disks? (Music related)

    I havent yet fully converted to linux, so all my music and other stuff is on NTFS partitions.
    My NTFS partitions are listed in fstab with the "defaults" options, only root have access to them now, however I want to play my music as a normal user.
    How do I enable normal users, or preferably only one user, to access these partitions?
    semi-newbie  :?

    _Gandalf_ wrote:
    I usualy mount with both suggestion above, actually i need full read acess to all users logged in the machine so i do
    umask=022,uid=1000,gid=102
    BTW u don't need to read /etc/passwd to know ur uid/gid, instead use the command
    id
    the id command was handy, thanks

  • Single User Mode - mount external drive and copy user files to there

    I have an iBook G4 running (I think) Tiger (although it may be Panther). AHT reports a bad HD and it will not boot from that drive. Mounting it via Target Disk to another Mac won't permit me to even see beyond the root directory; just a spinning sunburst at the bottom of the Finder window.
    If I boot into single-user mode, I can "ls" and "cd" to see the files and folders in the home folder. Assuming the HD is named "Macintosh HD" and I have a USB-connected hard drive named "Backup", what are the commands I need to use in single-user mode in order to mount "Backup" and copy the user's home folder (there's only one on this drive) over to "Backup"?
    As I indicated above, I'm not absolutely sure whether this iBook is running Panther or Tiger.
    Thanks in advance for any assistance!

    I'm in the middle of copying things.
    I did a chmod -R ug+w (IIRC) to the 300GB volume and this made it writable.
    I then CD'd to the Pictures folder on the Macintosh HD.
    I then did a cp *.jpg /Volumes/300GB/ and found that it managed to copy all of the jpegs that were sitting loose in the Pictures folder. Some of the photos were corrupted but I expected this as the drive is reported to have a hardware issue by AHT.
    I'm now in the process of copying the iPhoto Library using the cp -r command. Some files are being reported as bad and can't be copied but, again, I'm expecting this.
    Whatever I can get from this drive will be a bonus. I'll mention that I used Drive Genius to duplicate the HD to a disk image and, while this was done successfully, it resulted in a "no filesystem" error when I attempted to mount it. However, I -did- ask for it to be mounted anyway and then used DiskWarrior on it (even though it didn't appear in the Finder). It took a few hours for DiskWarrior to come up with a "preview" of the disk (as the filesystem was thoroughly hosed). The User folder was nowhere to be found and every file that was displayed was corrupt. That's why I'm trying this "out of the GUI" process.
    I'll thank everyone who made suggestions; they all pointed me in the proper direction.

  • Mounting a drive with hdiutil

    when I try to mount a drive using hdiutil it keeps asking for my admin password.
    Say I type
    hdiutil mount /dev/disk2s2
    in terminal, and I have to enter the password twice! Is this normal? can it be avoided?

    Is disk2s2 a disk image?
    What happens with diskutil mount /dev/disk2s2?
    or, more simply:
    diskutil mount disk2s2?

  • Mounting external drives with UID in Openbox?

    I've just changed my system from gnome to openbox as my main WM.
    In Gnome, my external drives were mounted as i connected them, with the UID.
    Now, in OpenBox with every filemanager (pcmanfm2, thunar + thunar  volman installed, nautilus) i tried, they are just being named
    "disk [insert number]" again. how do i change this behaviour? which terminal outputs do you need?
    Last edited by gpunkt (2010-05-30 11:11:55)

    I don't quite understand what behavior you got with Gnome. Is that the filemanager "names" the drives with their UUID?
    For me, the filemanager shows the drives with their label names.

  • Can't login with normal user via XDM

    Hi everyone,
    I have installed XFCE with XDM. The problem is, that when xdm loads, when I enter my normal user name and password the screen blinks and drops me back to xdm. When I enter root with password everything is fine (but I don't want to use root obviously).
    I have copypasted .xinitrc and .xsession from root to home/jonas/. Here are the contents of
    .xinitrc: http://pastebin.com/n2u4qfLD
    rc.conf: http://pastebin.com/2NLKEXyw
    inittab: http://pastebin.com/6Sbf76ff
    What am I missing? Thank you in advance

    weltio wrote:last advice was to downgrade gdm but it sounds very unlikely due to the fact that xdm makes similar problems
    I got the same problem with xdm, while gdm works fine. I'm still interested in seeing what's the xdm issue, though.

  • Domain access issue with limited user access

    Hi all,
    I have to deploy a flex site (without the flex data services,
    unless essential) that acesses xml data from servlets that arent
    neccessarily under the same domain, and some will be physically
    located on different servers.
    I am using the cross-domain policy file, and this works fine
    provided the server is logged in with Administrative privlidges.
    However if it is logged in under a domain (with some limited
    access) I can no longer access the required data. This data is
    still available if I access it direct by typing the location into
    the browser address bar. So there is definately something stopping
    me from accessing the data within flex.
    If anyone has encountered similar problems and come up with
    solutions (which does not involve forwarding data using additional
    servlets) then your tips and advice would be much appreciated.
    Thanks!

    It was issue due to some configurations in 'External Facing Extension Service' inside configuraton-content management-global service.

  • Mounting external drives in single-user mode?

    Sigh. What were the odds of the HD on my month-old MacBook Pro and the HD on my somewhat older one (which was filling in for the moment as a backup) failing on the same night? Pretty low, I'm guessing, but that's what has happened. The Genius Bar has confirmed that the new drive is completely toast, and Apple is replacing it now, but of course they can't salvage the data. As for the old drive, while it won't boot and isn't visible to other machines in target disk mode, I am able to mount it in single-user mode and even view text files. What I can't seem to do is mount my external FireWire/USB2 drive so that I can try actually copying the files off.
    I've re-read the man page for "mount" in hopes of discovering the correct incantation, but so far it has eluded me. I've been trying things like "/sbin/mount -w /dev/disk1 /Volumes" and "/sbin/mount -w /dev/disk1 /Volumes/rescue", which return "Permission denied" and "No such file or directory" respectively...not sure that's the right device, but finding an acceptable mount point seems to be an issue regardless. Hoping someone can point me in the right direction, and thanks for reading.

    Thanks, macbig...no joy yet, but definitely a helpful link.
    I've confirmed via System Profiler on laptop #3 that my external USB drive is formatted as MS-DOS FAT32, so mount_msdos seems like the right utility to use. (The drive shows up there as /dev/disk1s1.) Meanwhile, "ls /dev/disk*" on the problem machine returns the following:
    /dev/disk0 /dev/disk0s1 /dev/disk0s2 /dev/disk1 /dev/disk1s1 /dev/disk1s2 /dev/disk1s3 /dev/disk2 /dev/disk2s1
    I've created /Volumes/rescue as a mount point and tried most of those devices with "/sbin/mount_msdos [device] /Volumes/rescue", with the following results:
    /dev/disk1:
    mount_msdos: Unsupported sector size (0)
    /dev/disk1s1:
    mount_msdos: Unsupported sector size (1)
    /dev/disk1s2:
    mount_msdos: /dev/disk1s2: Bad file descriptor
    /dev/disk1s3:
    mount_msdos: Unsupported sector size (0)
    /dev/disk2:
    mount_msdos: Unsupported sector size (64543)
    /dev/disk2s1:
    kextload: cannot resolve dependencies for kernel extension /System/Library/Extensions/msdosfs.kext
    error loading extension /System/Library/Extensions/msdosfs.kext
    mount_msdos: msdos filesystem is not available
    Based on this, I'm guessing that disk2s1 is the device I want. Unfortunately, when I try to poke around in /System/Library/Extensions, I'm getting I/O errors...gah. I have a bad feeling about this.

  • Will Lightroom help with multi user access to library in OSX 10.9?

    I just bought my first Apple gear. iMac and iPads for family. I downloaded some photos to the iMac via iPhoto and tried to allow other users to share the library. This caused major headaches. Prompts to repair permissions constantly appeared, even after permissions were changed. After a visit to the Apple store for a One to One session, it seems that the OS cannot provide this simple functionality (in windows I simply changed folder permissions and it all worked, access granted).
    In OSX 10.9 I have to create a disk image, move the library there and add tweaks to auto mount the disk image volume on startup;
    I just bought my first Apple gear. iMac and iPads for family. Downloaded some photos to the iMac via iPhoto and tried to allow other users to share the library. This caused major headaches. Prompts to repair permissions constantly appeared, even after permissions were changed. After a visit to the Apple store for a One to One session, it seems that the OS cannot provide this simple functionality;
    http://support.apple.com/kb/HT1198
    I have a NAS for backups, so buying another external HD I don't need is a waste of money. Surely there must be a simpler way for all users of our iMac to have access to the photo library. I thought it would be a simple folder permission issue.
    Would using Lightroom instead of iPhoto to download and organize my photos and videos solve the problem or is the problem due to the way OS 10.9 works? Would Lightroom provide the same quick sharing functionality with links to Facebook and local email apps etc? Thanks.

    Thanks all for the input. I now have a partitioned external HD. One partition for my iPhoto library and one for Time Machine. All users can now view the photos without being prompted for permission repairs every time iPhoto is launched (amongst other errors, my head is still spinning) . I will backup the photos on the external HD to my NAS.
    I have no photos stored on my iMac's HDD, because it just doesn't work. Allowing access to the library when stored on the iMac's HD across multiple users was a headache that a senior Apple phone support tech struggled with for almost 2 hours (using remote access to view my system), and still the solution fell short. The man was very patient and friendly. He was also knowledgable. Everything he directed me to do made sense. We went around in circles setting permissions for almost 2 hours. It didn't quite work. Still had users being denied access.
    Seems crazy, but having no photos stored on my brand new iMac is the best solution I can come up with. Glad I didn't spring for the SSD.

  • Cloning hard drive with multiple users.

    I'm trying to clone my hard drive using disk utility ready to upgrade to Snow Leopard and increase memory at the same time. I've formatted the new drive selecting one GUID Partition and Mac Extended Journalled format. The cloning keeps failing at up to 18GB out of 111GB total. I logged in as administrator and saw that many files in other users' accounts are marked with a little red - sign so I can't access them. Is this the cause of the failure? I have tried selecting file sharing and allowing administrator access to all users' files but it didn't get rid of the - signs. Any ideas, please?

    Is disk utility really no good? Does that explain it?!
    In that case I'd better get ccc or superduper later but right now i only have 500MB space left on my mac so I can't add anything more. I've had a look at what I've achieved so far and the copying stopped in the middle of an old xerox printer plugin in the library after 1 hour of slow but good work. I finished copying the library by drag and drop and it all looks the same as the original. That leaves previous systems, systems and users. Can I just keep going by dragging and dropping?
    Right now my problem is that I tried to copy previous systems and after nearly 2 hours it is still 'preparing to copy' and i can't stop it, it doesn't respond.

Maybe you are looking for

  • Error message when trying to create a unique name

    Why do I keep getting an Error message when trying to create a unique name for a location on your site. I am simply looking to use your free 2GB space to store some pics and vids but keep getting an error message.

  • Calling Subroutine of a Function Module

    Hi friends, I need to call a routine which exists in a function module from anopther function module. The routine is in a include program (ie type I). is there any way....

  • NTSC or PAL default on startup

    I am using v3.1 FME on a Windows 7 x64 Home Premium desktop with a Diamond VC500 video capture card.  Whenever I start the computer and run FME, it will by default select the PAL video mode.  Once I go through the toolbox and switch it to NTSC, it wi

  • Data fetch from table without Refresh and without using tab key.

    hi Friends, I have a problem i want to extract data from table without Refresh into text field without using Tab key. when i'll enter any value in a text field then corressponding value should come in to corressponding textfield without using Tab Key

  • How to referesh the table control?

    Hi all, How to refresh the table control in dialog programming with the command REFRESG CONTROL provided already ? Rgds, Madhuri