How to mount a CD-ROM as write protected Read only

Hello,
I have a Mac OS X Snow Leopard version.
What I want to do is the following:
1. Burn a .cdr image onto CD-R
2. Go To Terminal and Locate the optical medium drive
I forgot what the command is.
3. As the CD-R is recognized as a CD-ROM or in UDF format, I want to
perform the following command using hdiutil.
4. Have it mounted as write protected and read only from the optical medium drive.
5. The next step is to use the same commands, save it as a bash file scripting file, and have it burned onto another CD-R or DVD-R.
If anybody can understand what I'm talking about, please help me do so.
Thanks for your responses in advance.
JohnDB3975

I am trying to be as clear as I can since I have a communication impediment.
Should I use the hdiutil or the mount command in order to perform that task?
JohnDB3975

Similar Messages

  • How can we make the ms-word data as read-only using java code?

    How can we make the ms-word data as read-only using java code?

    MVSK wrote:
    By using java code i opened a file in ms-word. But the data i want to display as read-only. that means should not change it.I don't think you can do that. Display pdf documents instead.

  • I go to File get info sharing and it says I have custom info, me read and write, staff read only and everyone read only and I don't know how to change the setti

    I am attempting to download an update for Firefox - when attempting to open it tells me to go to File/getinfo and when I look at sharing and Permissions there are three entries, me, staff and everyone - me is Read/write, the others are read only and there is a note that says I have suxtom access but still cannot drag to applications -
    how do I unlock this process

    Hello mbennjr, if you have problem with update or permissions firefox the better way is to '''download and install the new version'''.
    1. Download a copy of the latest firefox from http://www.mozilla.org/en-US/firefox/all.html
    2. '''Trash''' the current Firefox application to do a clean install.
    3. Install the version that you have downloaded.
    Do not select to remove your personal data, your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox#Mac Firefox Profile Folder], so you won't lose your bookmarks or other personal data.
    see also: [https://support.mozilla.org/en-US/kb/install-firefox-mac?redirectlocale=en-US&redirectslug=Installing+Firefox+on+Mac#os=mac&browser=fx24 Installing Firefox on Mac]
    thank you

  • How to combine both DAQ AI signal, write and read file in single VI

    Hi
     I am the new user of LabVIEW version 7.1 for testing automation application. I have to measure 33 signals ( mostly analog like temp, pressure, etc...) from NI USB 6210 DAQ system and write in master file for future verfication.From real data or from master file back up have to write  one more file if only the signal reaches steady state , which will used for analysis and same signals to be read from this file parallely & make a waveform and/or table display format.
    Pl. help me to shortout this problem 
    note: I have plan to ugrade labVIEW version 2011 shortly, so let me know doing parrel acquistion write and read file for data analysis in same VI in version 7.1...... 

    Parallel operations in LabVIEW are very simple.  Just code it in parallel and it will work.
    Try taking a look at some of the examples in the NI Example Finder (Help > Find Examples).  There you will find example for writing to and reading from files, as well as data acquistion in parallel with other operations.
    You might need a producer/consumer architecture is you are acquiring data very quickly.
    Chris
    Certified LabVIEW Architect
    Certified TestStand Architect

  • How do I enable Firefox (3.0.19) to open office documents as read-write vs. read-only?

    When opeing any office type document (open office for example) from a webpage/collab folder it always opens as read-only. Is there a setting or attribute to change the behavior to open it as read-write?
    I have read-write privileges to the (tmp) directory/folder it saves it to.

    Researching further, I've found you can change this behavior very similar to Thunderbird.
    1) Open a new tab
    2) Type "about:config" in the url window
    3) Confirm the security warning
    4) Search for "browser.helperApps.deleteTempFileOnExit" and if you find it, double click it and set the value to False.
    5) If you don't find it, right click into the main area, choose "New" > "Boolean", add "browser.helperApps.deleteTempFileOnExit" as name and choose "False" as value.
    As cor-el highlighted if you make edits and don't 'save as' to an appropriate location you risk losing your edits! So beware.
    The reason opening as read-write is valuable to me is; I'm in a lot meetings reviewing information (from a central source) in spreadsheets etc... and it's very convenient to be able to change column widths, apply a different 'sort', do a 'data pilot' etc... only for use while I'm in the meeting without having to save the file. My company has tight restrictions on disk space so not having to save the file and then remember to delete it is a big win for me.

  • How do I change Mac time machine default from "read only" to write?

    I have successfully backed up my hard drive to an external on Time Machiine.  Problem:  the copied files are read only.  I want to be able to change that default to write.  Where would I do this?  Thanks.

    Eric:
    Thanks so much!  Actually, after I posted this question, I figured it out after much trial and error, plenty of both, and it does work.  But your answer confirms for me the path I took.

  • How to make sub sites in SharePoint 2010 as Read Only

    Hello,
    We have a requirement to make sub site as read only in SharePoint 2010 programmatically.
    How we can achieve it using Server Object Model ?
    Thanks,
    Hatim

    Hi,
    You can write a WinForm program, and use
    SPSecurableObject.BreakRoleInheritance method to achieve your requirement.
    More information for your reference:
    http://fangdahai.blogspot.com/2012/09/how-to-set-sub-site-in-read-only-mode.html
    https://social.msdn.microsoft.com/Forums/en-US/1f836da6-88ea-4d88-9e43-3383d139ca01/what-is-the-idea-of-stop-inheriting-permission-from-parent-site?forum=sharepointdevelopment
    Best Regards
    Dennis Guo
    TechNet Community Support

  • To write files read only

    how can I change a file read only into write ?

    In Finder, do a Get info on it, see if it's Locked, then check the Rights & Priviledges at the bottom...

  • JDev 10.1.2: How to update an attribute which is rendered as read-only

    Hello guys, I hope someone can help me with this, I think it should be something easy to do:
    I have a UIX page which renders an input form to update a record, in this input form I want to display (as read-only) the user id which is performing the update, but I want the record to be updated with the user id. I have the user id available from another binding.
    If I put the input box as editable the attribute is updated, but If I set it read-only it isn't.
    Do you know how can I do this?
    Thank you.

    Ok... I solved it, though I don't think this is the right way.
    SOLUTION:
    I inserted a formValue into the UIX page like this:
    <formValue model="${bindings.AttributeToUpdate}"
    value="${bindings.TheValue}"
    name="VB_AttributeToUpdate" />The formValue name is very important and must start with VB_ followed by the name of the attribute to update. I figured out this by looking at the generated html code when I inserted the "AttributeToUpdate" as an editable inputtext, it uses the VB_ prefix and was the only way to get the attribute updated.
    Thanks anyway, and if someone knows of another way to do this I'd like to know it.
    Bye.
    Mensaje editado por:
    Fer Domin

  • UIX: How to add linked view table columns to the Read-only table

    Hi
    I have two tables
    T1: ID, STAFF_ID, NOTE
    T2: STAFF_ID, USERNAME
    I have created corresponding entity objects (E1, E2), views (V1, V2), association A(E1->E2 as *..1 using STAFF_ID) and viewlink VL(V1->V2 as *..1 using association A).
    My model in AppModule looks like
    V1
    ----V2 via VL
    Now I have single UIX page in which I drop V1 as Read-only table. The table displays columns correctly: ID, STAFF_ID, NOTE
    What I want is to add a column STAFF_ID from the V2 into this table. I have tried to drop it into the table but when the page is run it does not display anything in that column. It has to do something with binding.
    I have done similar test with dropping V1 as read-only FORM and then added STAFF_ID from V2 as messageTextInput and everything is rendered correctly.
    Anyone knows how to do the same thing but with table?

    Yes that is true but I would like to give another example where this may not apply.
    Say I have 3 tables
    CLIENT(INDIVIDUAL_ID,...)
    ADDRESS(ADDRESS_ID,...)
    ADDRESS_HISTORY(ADDRESS_ID, INDIVIDUAL_ID,BEST_ADDRESS)
    where ADDRESS_HISTORY is intersection table in CLIENT to ADDRESS many to many relationship.
    Suppose I have VO2 that consists of ADDRESS and ADDRESS_HISTORY entities (corresponding association exists) and user needs to add new address for the selected customer in VO1 (made from CLIENT entity). There are several issues here:
    1) An input form made out of VO2 must contain an entry for BEST_ADDRESS flag but since it will be read-only, seems that this approach may not work. However, I found a post re:Updating view objects with multiple entities that provides workaround this.
    2) In that case assume that I use DBSequence to automatically add ADDRESS_ID when user inputs new record in this input form. I am using DB Trigger on ADDRESS table and have selected ADDRESS_ID in ADDRESS entity as DBSequence. Now observe that VO2 would contain another ADDRESS_ID from ADDRESS_HISTORY entity which has to be automatically populated with the same value. How?
    In a nutshell my question relates to the problem how to automatically populate intersection table when new record is added to the detail. But the trick is that some attributes of the intersection table must be inserted by the user in the form..
    Please advise

  • How to edit files in Microsoft office that are read only?

    So I copies all of my documents using migration assistant. Now when I go to edit a file in Word or Excel, it won't let me save the document under the same name, it says I opened it in read only. How can I correct this?

    Cieritaqt wrote:
    So I copies all of my documents using migration assistant.
    was it transfered from a pc?

  • How and Where to change ESS payslip property as READ only Mode

    Hi,
      We are SAP ECC5.0 and using EP6 for ESS payslip. We have a problem
    launching ESS payslip for those employees who have Acrobat Editor and
    Reader installed. One can actually change the payslip information via
    Acrobat Editor when click onto PRINT button.
    However, for those without Acrobat Editor installed in the PC, we do
    not have such problem. Please advise how to resolve this.
    Was told to change ESS payslip property as READ only Mode. Unable to find this in the configuration setting.
    Thanks.

    You may further look at the following help link:
    http://help.sap.com/saphelp_nw04/helpdata/en/97/ccfc3f0ac2c642e10000000a1550b0/frameset.htm
    If it helps, pl do reward.
    Thanks
    Narasimha

  • Making sql server database read -write from read only

    hey guys
    i attached adventure works in sql server 2008 and it showing as read only ,
    so please guide me to make it read write or remove read only tag from database
    thanks in advance
    sujeet software devloper kolkata

    Hi,
    Is there an error message while you attach (Or restore) the database if so please provide it.
    If no Right click on your database choose properties -> go to options -> scroll to end then change read only option to false
    I hope this is helpful.
    Elmozamil Elamir
    MyBlog
    Please Mark it as Answered if it answered your question
    OR mark it as Helpful if it help you to solve your problem
    Elmozamil Elamir Hamid
    http://elmozamil.blogspot.com

  • How long should it take to make a Tablespace READ-ONLY

    Hi,
    We have a Tablespace which occupies 300MBs
    It is taking in excess of 30mins to make it Read Only.
    What would cause this delay?
    We are on 9.2.0.4
    Thanks

    Ask yourself the following questions
    Is any user assigned the target tablespace for their default or temporary tablespace?
    How many transactions are currently running against objects in the target tablespace?
    How many dirty buffers exist for objects that are assigned to the target tablespace?
    The answer to each of the above questions should be none in which case the tablespace alteration should take only a few seconds.
    HTH -- Mark D Powell --

  • How do you lock a doc so it is read only?

    Hi,
    When I use to have a PC, I could lock at doc as read only. I see no version of this in pages and no vids onling showing how. any ideas?
    Yes, I know how to lock the dock so it can't even be opened without a password, but as you read above you see tha I am speaking of something completly different.
    Current version of pages.
    Thanks in advance..

    If this still works in Mavericks ...
    Use Get Info on the file, and go to the Sharing & Permissions section.

Maybe you are looking for

  • I have the ipad2 wifi. and have downloaded some games, do i need to stay connected to a wifi hot spot to play them?

    do i need to stay connected to wi-fi to play games i've downloaded, i went to the skating rink and was looking forward to pass my time playing game apps i downloaded but couldnt play them because of no hotspot??

  • Problem after upgrade to BI7.0

    The values which were zeros in the workbook in 3.x version is now showing as blank in the BI7.0. The query uses calculated key figures and structures to report the required figures. I tried looking at the properties of this key figure and everything

  • Moving from Entourage to Mac Mail

    Hey All, I'm moving all of my mail accounts over to mac mail so that when the time comes that I have my iPhone (few months hopefully) all my mail will go to the mac mail app, and thus to my phone as well. First is there a way I can move all of my mes

  • TextArea command line

    Hello, I'm making a program that has a command line interface. I am trying to make this work in a TextArea, however this is not an easy task as it is for a TextField. I can not get the TextArea to get the command on the cursor line. The program shoul

  • 9720 locking up

    My 9720 keeps locking up for no reason. No pattern to it. Put it down for 2 mins - locks up. Another time it stays on for hours. When it locks up the only way to get it going is to keep hitting any key or a succession of random keys. Hopeless. It als