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....
- 11-18-2010 #1Just 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.
- 11-18-2010 #2
Mount it read only.
see
Code:man mount
You must always face the curtain with a bow.
- 11-18-2010 #3Just 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.


Reply With Quote