Fedora :: How To Remove Write-protection
Aug 27, 2011
I have an external hard drive that is actually a 2.5" HDD from a laptop, in a hard drive enclosure. Now I have an issue, because the hard drive had linux Ubuntu installed on it, the hard drive is write protected. So I cant copy any files. I need to copy about 12GB of pictures from it, to my current comp, so I can format it. Does anyone know how I can remove the write protection so I can copy or delete files?
View 14 Replies
ADVERTISEMENT
May 15, 2010
I'm trying to create a bootable HFS+ partition. I've succeeded in creating the HFS+ partition in Windows using Mac Drive 8, but need to set the partition to "Active" to be able to install an OS on it. The issue lies that when I try to set it to active in windows disk management it tells me that the media has been write protected by Mac Drive. I want to either set the partition as active (or at least disable write protection to allow me to set it as active in windows) or find another means of creating an HFS+ partition, which I know gparted claims to do but I can't manage to enable it. I'm currently running Windows 7 but I have Ubuntu 9.04 Live CD to use if necessary.
View 2 Replies
View Related
Oct 5, 2010
I have couple of USB modules. They are full of unwanted Windows files.I want to remove everything and format it.The message is it is write protected. The command fdisk -l gives the following:
Disk /dev/sdc: 2008 MB, 2008416256 bytes
57 heads, 56 sectors/track, 1228 cylinders
Units = cylinders of 3192 * 512 = 1634304 bytes
[code]...
View 5 Replies
View Related
Oct 16, 2010
By using this tutorial I've create PenDrive USB with LiveCD. I would like to modify it a bit. Unfortunately when I'm mounting it I receive fallowing message:
Code:
linux-n7at:/home/starach # mount /dev/sdb1 /mnt
mount: warning: /mnt seems to be mounted read-only.
How can I turn it off so I could modify my pendrive contents.
View 6 Replies
View Related
Nov 7, 2010
I have a USB stick with a mechanical write protection (a small switch that disables writing on the stick). I have installed Ubuntu 10.04.1 on this device usung the startup drive creator. If the switch is in the position that allows writing, Ubuntu boots as expected. But if I switch to write protection, I only see a blinking cursur. Because it is a live system on the stick I expected that it should work as well, because nothing should be written to the stick. Does anyone have an idea why it behaves like this and how I can change it?
View 9 Replies
View Related
Mar 29, 2011
The lock on the card broke off and I tried using tape in that groove, but is too thick for my camcorder. I navigated /media > Context Menu > Properties > Permissions tab > File access, and chose Read and write, but this didn't allow my camcorder to record with the card. Unless there's a way to unlock it with software, I'll try switching the insides with the casing of another. I just want to know what is the best type of SD card or Mini SD adpter to do the trick, i.e. what has the best lock.
View 1 Replies
View Related
Oct 17, 2010
I am helping a friend switch to Ubuntu Linux 10.10. She used Windows Vista to copy her own DVD's using DVD43 [URL] to remove copy protection and 1Click DVD Copy to burn them. She would like to do the same on Ubuntu. Can some one recommend alternative software for Linux that can do the same thing as what she did on Windows?
View 2 Replies
View Related
Nov 5, 2010
I used to release my work in a series or short movies using Adobe Premiere Pro CS4, and do not know what is the alternate application that could do the same good job with the same quality? Also which application I can use to remove DVDs restrictions? I used to use DVD Decrypter to remove all protection to work on it later on.
View 5 Replies
View Related
Jul 1, 2011
I've been attempting to back up my collection of DVDs to an external hard drive using Brasero. I've successfully ripped many of the DVDs to ISO with Brasero, but am now wondering if it'd be possible to burn these back to other discs if I bought them in the future. In other words, does Brasero leave copy protection in place and just bypass it when ripping to ISO, or does Brasero remove copy protection all together leaving me with an decrypted ISO?
View 10 Replies
View Related
Oct 22, 2010
How would i write a command that can find all the objects under the etc directory that have group write permission enabled and have not been accessed in the last X days. This is what i got from internet souce but i m not able to modify it according to my distribution. find /etc -perm -0070 -a -mtime +X ! -type l?print Here is the exact statement from link i m referring to.
[Code]..
View 3 Replies
View Related
Nov 17, 2009
Ive installed Gaussian '03 on fedora Core 10, but I'm unable to run it. It aborts and i get the following error
Code:
Erroneous write during file extend. write -1 instead of 4096
Probably out of disk space.
Write error in NtrExt1
View 3 Replies
View Related
Feb 10, 2010
remove a line starting with specific word with grep. Here is what I found
grep -v '^cc$' data.txt
Here I remove all lines with on 'cc' in that line. But I want the result write back to data.txt
I try several ways
grep -v '^cc$' data.txt > output.txt # works but to another file
echo `grep -v '^cc$' data.txt` > data.txt # didn't work, all carets gone, become one line
grep -v '^cc$' data.txt > data.txt # data.txt is empty after running this
How can I save the result of grep to the input file?
View 4 Replies
View Related
May 4, 2010
I was running '# ls -l' in '/' directory and I noticed all directories in '/' have the following permeation 'drwxr-xr-x' [except root's home which is 'drwx------' (after I change it from 'drwxr-xr-x' )]
I don't want all the user (except root) to be able to read and execute (in) any directory, I just want every user to be abel to read/write/execute only in his/her home directory.
my question is, is it ok to change file and directory permeation of the following directories in '/' from 'drwxr-xr-x' to 'drwxr-x---' or 'drwx------' recursively?
/bin
/boot
/dev
/etc
[Code]....
-I and the other users use the pc for internet, open office and email mainly.
-It does not run server(s) like smb/cif or NFS.
-There are 5 usernames (created by me, non of them are superusers) in th pc, only one user is required to login at any one time.
View 3 Replies
View Related
Jun 28, 2011
To remove pendrive when I click the 'safely remove' tab instead of getting removed from the desktop it reappears again. This problem is there in fedora 14
View 4 Replies
View Related
Jul 30, 2010
When I ls -l /etc/passwd, -rw-r--r-- 1 root root /etc/passwd When I login as myself, and rm /etc/passwd, it asks: rm: remove write-protected file '/etc/passwd'? If I say yes, will it actually delete the passwd file?
View 1 Replies
View Related
Dec 15, 2010
Anyone else seeing this? I do 'safely remove' to remove USB flash drive. disappears. Five seconds (or less) later, it reappears. The second time I do 'safely remove', it stays gone.
View 1 Replies
View Related
Nov 14, 2010
Being used to the pc i have always used resource draining virus protection programs. now that i have switched to ubuntu 10.10 i wanna kno is there rly any need for virus protection on my linux?
View 9 Replies
View Related
Oct 27, 2010
I'm setting up a fileserver for a client which will host their client invoices. They're looking for a system whereby invoices can be converted from RTF to PDF with copy protection (no right click / copy-paste). In addition to this I'm thinking of using a one-way hash to verify document integrity.
Are there any command-line utilities for Linux which allows adding this kind of copy protection / DRM to pdf documents?
View 5 Replies
View Related
Mar 5, 2011
I'm using Debian 6 to host a website (with apache2) and a game server. But because of attacks to my server, my hosting company have now set it offline.
These are the two logs that they provided (I replaced all IPs):
Direction IN
Internal ***.***.***.***
[code]....
View 4 Replies
View Related
Apr 19, 2011
How can I use password protection with the tar command in Linux? I'm new to Linux so please explain to me with simple usage.
View 2 Replies
View Related
Jan 3, 2010
What is the best protection program against viruses and how they can be revealed on the device
View 6 Replies
View Related
Jul 3, 2010
Is there an app for Ubuntu, or can you show me how to write a PHP, Perl, or Python script, that lets me record a webcam screenshot every 15 minutes and upload it to my Dropbox account (or FTP location)? Of course, if I'm using the webcam for something else, I'd need a way to have the script automatically detect it's in use, or to let me disable it, unless it can still run while I'm using the webcam for something else.
Basically I want to use this for help in tracking down thieves who might steal my laptop and try to fire it up. Somehow I'd like to snag the IP address and a webcam shot every 15 minutes, with about 2 days storage. Need color and 800x600 too.
View 2 Replies
View Related
Apr 2, 2011
I was wondering how to crack WEP WiFis.I have a WEP connection and was wondering how easy it would be for others to use my internet. I have Ubuntu 10.04 Lucid Lynx. If anybody could me a link to a tutorial, it would be great. I googled it up and currently have aircrack-ng installed and am installing SWScanner.What other tools/dependencies do I need?
View 6 Replies
View Related
Apr 16, 2010
I'd like to burn DVD (my pictures and some data) with a possible strong protection mechanismus, to prevent of DVD media copying and not pictures data copying. Which program can I use under Linux?
View 10 Replies
View Related
Jul 18, 2011
I know Slackware probably doesn't require too much protection from viruses or spyware, but I'm wondering if there's anything I can do to help protect it (other than Common Sense).
I ask this for 2 reasons:
1. I'm Paranoid
2. Every now and then I mistype a website I go to and it takes me to a completely different website which frightens me because of my paranoia.
So is there anything I can do to help protect Slackware, and in the rare case I get a virus is there a way to remove it directly?
Is it also possible to use Slackware (currently Master drive) to remove a virus on Windows (slave drive)?
View 14 Replies
View Related
Mar 10, 2010
I'm using FSC Lifebook S series, to be more specific S7210. I know from specs and from Win that it contains onboard accelerometer, in Win Vista it works perfectly, with FSC supplied "Motion sensor utility" it protects hard disk from damage during sudden shakes of notebook.
The question is - i couldn't anyhow find any note in Ubuntu that it is recognized and is used as it should be. So I'm wondering is it done automatically or it is not used at all? If it is working is there any way to check some status of it, or if it isn't how to get it to protect hdd?
View 1 Replies
View Related
Apr 20, 2011
In order to save power,I want to leave the default(blank) screensaver active,in case I forget to close my monitor when the computer is running.However,the screensaver is,by default,password protected and I would like to disable this annoying feature(which is,anyway,useless for me).If I go to System>Preferences>Screensaver and uncheck "Lock screen when scrensaver is active",will this remove password protection from the screensaver?
View 2 Replies
View Related
Jan 9, 2010
Does rootkit copy protection pose a problem in Linux? I own only one CD with rootkit (XCP), and was wondering if I should avoid playing it on this Linux system. (I know Sony offered to take back the CDs and exchange them for rootkit-free copies, but I never cared to go to the trouble.) (It's not particularly important, because all I have to do is play this CD in my DVD player.)
View 1 Replies
View Related
Aug 7, 2011
I have an acer aspire one running linpus
Generally I'm very happy with it apart from not being able to run some of the software I use but I do like the linux system.
Now, though, I find that it is progressively holding me back as more and more things I want to do require a change that involves the password protected access and I don't know it.
I tried 000000 and 111111 I don't know if anybody knows another default password. It maybe I did change it but I have no idea what to.
View 14 Replies
View Related
Feb 24, 2011
I work in a relatively small organisation of about 30 people (but with a complex network) and we've been looking to move our firewall to Microsoft's Threat Protection Manager on a mostly Windows network. I've been thinking we should have an IDS/IPS inside the firewall and I've been thinking about Snort in NIDS mode but have some basic questions:
1. Can anyone recommend a good web GUI for Snort?
2. Is it advisable to run both on the same machine? (Both from a POV of security and resources.)
3. Would Snort add any real benifit to using TPM?
View 2 Replies
View Related