Find the answer to your Linux question:
Results 1 to 3 of 3
Hi, I have a USB stick of 8GB with two partition. Can I make one partition write protected? How? Thanks for your help in advance....
  1. #1
    Just Joined!
    Join Date
    Nov 2010
    Posts
    9

    Make a USB partition write protected

    Hi,

    I have a USB stick of 8GB with two partition. Can I make one partition write protected? How?

    Thanks for your help in advance.

  2. #2
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,102
    Mount it read only.

    see
    Code:
    man mount
    You must always face the curtain with a bow.

  3. #3
    Just Joined!
    Join Date
    Oct 2006
    Location
    France
    Posts
    18
    I am not sure if you can write protect a partition but you can write protect the folder that refer to that partition... In Linux "every-thing-is-a-folder" !
    To achieve that, you might learn about mount (as said Irithori),
    also chmod and chown if you feel like knowing about these commands.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...