Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
22 views

Read-only file system VPS SSH error

I have a VPS and today I noticed apache was not running, I got in SSH, the httpd status says: [root@adrimail ~]# service httpd status httpd dead but pid file exists Tried to restart it and I get ...
4
votes
1answer
33 views

Samba share with guest access and authenticated users for write access

I'm trying to get a shared folder to work. Everyone should have read access (preferably not even a password prompt should pop up when connecting with Windows), but a few selected users should be able ...
1
vote
1answer
65 views

Unable to delete a folder? Read Only Attribute locked?

We have a Windows 2008 R2 with Oracle11g and I need to uninstall the server and to reinstall again. I was following this Oracle Uninstall guide here: ...
0
votes
1answer
156 views

VirtualBox: vboxsf filesystem wrongly detected as readonly?

I have VirtualBox (Windows XP host) running a CentOS 6.0 virtual machine, with one shared folder. Here is the list of mounted devices: [root@localhost ~]# mount -l ... www on /media/sf_www type ...
2
votes
0answers
64 views

LTO3 tape readonly on a LTO3 tape driver (write lock unlocked)

I've installed on win2003 a tape drive (IBM 25R0012) with the latest drivers available The tape is functioning correctly (according to the "Device Manager"), however when I insert a new tape (i use ...
1
vote
2answers
316 views

Server Frequently gets Read-Only File System

This server has RAID-1 configured. It get readonly file system everyday. if i reboot it, it gets back with a read-write file system. but after a short while, readonly again... Any idea please? ...
3
votes
2answers
236 views

Can ESXi (4.1) mount a VMFS datastore alongside a read-only snapshot of it?

I have a ESXi (4.1) server talking with a Windows Server 2008 R2 storage server, which presents some volumes as iSCSI targets using Microsoft's iSCSI software target; ESXi uses them as its datastores. ...
0
votes
1answer
128 views

Remount read-only device as read-write on xen guest

I have a xen guest machine running ubuntu 10.04 with a disk device marked as read only. Now if while the xen guest is running I mark the device as read-write how can I tell the guest it can now write ...
5
votes
5answers
523 views

Read Only Domain Controller for standalone/off-site testing location

In a bit of a pinch: a client needs to test an Active Directory enabled CRM system that consists of a SQL 2008 Server and a Windows 2008 Standard Server (the application server). As far as I know, ...
1
vote
1answer
249 views

Why Are Excel 2010 Files Locked By Logged-Off Or Account-Disabled Users

I manage IT for a medium sized company that shares a lot of Excel 2010 files between users at various times of the day. We're using a Terminal Server environment (S2008R2). Sometimes, a user will ...
0
votes
0answers
30 views

Windows 7 running on read only system drive?

This link talks about making a partition read only. What would I need to do to make Windows 7 successfully run from a read only drive?
0
votes
1answer
118 views

File in mapped network folder changes to read-only while editing

... the title is not strictly correct. I can "save-as" over the top of the same file via the UNC path. Yes, that's weird. Trying to save-as over the top of that again via the mapped path triggers a ...
0
votes
1answer
623 views

tune2fs: No such device or address while trying to open /dev/sda1?

My hard disk is going to bad: Apr 3 20:26:48 207 kernel: aacraid: Host adapter abort request (0,0,0,0) Apr 3 20:26:48 207 kernel: aacraid: Host adapter reset request. SCSI hang ? Apr 3 20:26:58 ...
0
votes
1answer
75 views

Read-Only files causing problems on SBS Server 2008

I've manually migrated (Copy & Paste) a fairly large folder (~100GB) from an old Small Business Server 2003, to a new folder on SBS 2008 server. The folder is a 'shared' area, with full access ...
0
votes
1answer
200 views

MSSQL db_datareader to All databases

I have 100 databases in MSSQL 2008 Server. I need to create a read only user to read all these databases. Is there a server wide role: db_datareader I can assigned the user to, so that I don't need to ...
0
votes
2answers
100 views

filesystem on shared host mounted read-only

Lately on a shared host, the filesystem containing my home folder was mounted read-only for 45 minutes to 1 hour. The technical support did not know about the outage, evaded direct questions. After a ...
3
votes
2answers
2k views

How do I create a read only MySQL user for backup purposes with mysqldump?

I'm using the automysqlbackup script to dump my mysql databases, but I want to have a read-only user to do this with so that I'm not storing my root database password in a plaintext file. I've ...
0
votes
2answers
1k views

mount: cannot remount block device /dev/sda5 read-write, is write-protected

So, this is it. Everything is working as usual except the disk is read only and dont want to change back. ^_^! thanks. root@NODE02:/tmp# df . Filesystem 1K-blocks Used Available Use% ...
1
vote
2answers
159 views

HD will go into readonly mode

I'm running into a problem with some disks on an Ubuntu system. They keep going into readonly mode. We have systems running in 5 different ski resorts and this problem has now occurred in 3 of them. ...
1
vote
1answer
356 views

Problem modifying read-only files on Samba NAS

I have files on a Samba server in the local company network and accessing them from a Windows Vista machine. Usually, if I want to delete a directory containing read-only files, Windows simply deletes ...
2
votes
3answers
842 views

SVN: How to setup a read-only branch in Subversion?

As lead web developer for my employer's organization, I'm responsible for configuring and maintaining an SVN repository for each of our web applications. Each has several archived versions and at ...
0
votes
1answer
693 views

Filesystem is read-write but acts like read-only… remounting fixed it?

CentOS 5.5 I just came across an instance where my /storage directory was supposedly a read-only file system. I get the error: mkdir: cannot create directory `test': Read-only file system df: ...
0
votes
1answer
196 views

Running exchange in read-only mode

After a move to new servers, an old exchange 5.5 server must be switched to read-only operation mode. I have tried putting limits in "message delivery->properties->Defaults" sending message size : ...
2
votes
4answers
315 views

Running Linux on a read only disk - possible?

I'm wondering if it is possible to run a Linux server from a read only disk, specifically CentOS 5.4. Our system has a number of Linux machines each with their own disk with it's OS installed. ...
3
votes
1answer
497 views

Harddrive issue “read-only”

I'm having an issue where when i mount my partition a few hours later it becomes read-only. Currently i run: fuser -m -k /dev/sdb1 umount /dev/sdb1 fsck -y /dev/sdb1 mount /dev/sdb1 That allows me ...
2
votes
2answers
401 views

Read only bind-mount?

I use mount -o bind to mount directories inside chroots, which works really well. The problem is that I'd like some of these bind-mounted directories to be read only in chroot. Is it possible? If not ...
4
votes
6answers
9k views

How do you re-mount an ext3 fs readwrite after it gets mounted readonly from a disk error?

Its a relatively common problem when something goes wrong in a SAN for ext3 to detect the disk write errors and remount the filesystem read-only. Thats all well and good, only when the SAN is fixed ...
1
vote
5answers
181 views

Image Management System with Different Levels of Access

I work in the graphics department for a real estate brokerage, and we deal with a lot of photos. Agents take the photos, upload them to me, I touch up and standardize the photos, then I add them to ...
1
vote
1answer
125 views

Delegate “Read” Ability to GPO's

Is there a way to allow a non-administrator to "read" (as in browse and look at the settings) of domain gpo's? I see in GPMC there is an option to allow delegation of "Read Group Policy Results ...
1
vote
2answers
400 views

Is it safe to make the wwwroot folder writeable?

I am trying to use IIS7 web server. I found out that I cannot edit (or create) files in this directory. The reason for that is that this directory has read-only permissions. I could change this ...
8
votes
1answer
79 views

Does the Read-Only configuration of a DC apply only to Active Directory?

Firstly, I'm not sure how friendly the users of this site are to students but my question seems to be well suited. I am configuring a domain with multiple Windows Server 2008 machines and am curious ...
1
vote
2answers
2k views

USB Drive becomes read-only after a while

Our backup "solution" includes hooking up a USB drive to the backup server, and running a custom script that rsyncs the data on to the USB drive. However, after a while, the drive becomes read-only. ...
1
vote
2answers
394 views

Deny Stored Procedure Data Modification by User Security

I want an easy way to make a read-only user on my database. The user should have permission to execute stored procedures only if they don't modify data. I don't want to figure out which stored ...
2
votes
4answers
1k views

Windows XP - removing write protection for usb drives

I have a laptop who used to belong to my company and when I plug in a usb memory drive, I cannot write any files to it. This is because company policy did not allow writing to usb drives without a ...
1
vote
1answer
362 views

MySQL “Table 'X' is read only”

I'm currently trying to migrate a bunch of databases from one server to another (both servers are running the exact same versions of mysql). Every night I do a backup using mysqlhotcopy. I've copied ...
1
vote
1answer
562 views

Crate a new, read-only user in postgres

I would like to create a new user in an existing postgresql database on an Ubuntu machine. I want to grant this user a read-only access to all the tables. How do I do it? Do I need to create a new ...