Change the entire filesystem


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Change the entire filesystem
# 1  
Old 10-22-2012
Change the entire filesystem

Hi everyone,

I've installed RedHat 5 enterprise into a VirtualBox, but some how i can't eve create a single file, cause appear u message like this:

Read-only filesystem.

i'm logged as root.

Any idea
# 2  
Old 10-22-2012
Change the permission mode for every file...
# 3  
Old 10-22-2012
Adhi,

The big deal it's exactly this one, i can't do that, and don't know why.
I've tried change the permissions already. No way, But thanks any way.
Smilie
# 4  
Old 10-22-2012
Did u use the command umask.??
These 2 Users Gave Thanks to Adhi For This Post:
# 5  
Old 10-22-2012
Adhi,

Sorry this is the first time i've seen this cmd, but i'll reserch it to see how does it works.

Thanks!!!
# 6  
Old 10-22-2012
umask is the admin command to give the permission mode for entire files..
These 2 Users Gave Thanks to Adhi For This Post:
# 7  
Old 10-23-2012
Problem is stated in your original post, the file system is mounted read-only, you wont be able to make any changes. You need to remount it as read-write:

Code:
mount -o remount,rw /filesystem

 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Backing up an entire HD

Are there any recommended methods for Backing up an entire HD? I want to backup my data. I do not care about the OS file. I just want my work, movies, and music. I have about 600 GB of work, movies, and music so a bit worried about fragmentation if I just copy and paste. (1 Reply)
Discussion started by: cokedude
1 Replies

2. Solaris

User with read-only to entire filesystem

Is this even possible? Its a request for external auditors to login remotely. (5 Replies)
Discussion started by: psychocandy
5 Replies

3. Shell Programming and Scripting

Parsing out the entire row

I do have a big text file with the following format with 9 columns tab delimited. I would like to parse out the entire row if any of the columns 6, 7, 8 and 9 have non-zero numbers. Following is the input file 513741 C 1053 389 389 0 6 0 269 513742 A ... (2 Replies)
Discussion started by: Kanja
2 Replies

4. AIX

Mount Filesystem in AIX Unable to read /etc/filesystem

Dear all, We are facing prolem when we are going to mount AIX filesystem, the system returned the following error 0506-307The AFopen call failed : A file or directory in the path name does not exist. But when we ls filesystems in the /etc/ directory it show -rw-r--r-- 0 root ... (2 Replies)
Discussion started by: m_raheelahmed
2 Replies

5. Solaris

Solaris Filesystem vs. Windows FileSystem

Hi guys! Could you tell me what's the difference of filesystem of Solaris to filesystem of Windows? I need to compare both. I have read some over the net but it's so much technical. Could you explain it in a more simpler term? I am new to Solaris. Hope you help me guys. Thanks! (4 Replies)
Discussion started by: arah
4 Replies

6. UNIX for Dummies Questions & Answers

hwo to find shared filesystem and local filesystem in AIX

Hi, I wanted to find out that in my database server which filesystems are shared storage and which filesystems are local. Like when I use df -k, it shows "filesystem" and "mounted on" but I want to know which one is shared and which one is local. Please tell me the commands which I can run... (2 Replies)
Discussion started by: kamranjalal
2 Replies

7. Solaris

Installing Solaris 8 + cant change filesystem size

Installing Solaris 8 on Ultra Enterprise 450. No option to increase default filesystem sizes. Tried partitioning the disk before running install, but install goes back to small root fs default. ? ... Also ... how do i image-copy this disk onto a spare that I have ( before I break the... (4 Replies)
Discussion started by: anthonyvbyrne
4 Replies

8. Solaris

Filesystem - error when extend the filesystem

Hi all, currently , my root filesystem already reach 90 ++% I already add more cylinder in the root partition as below Part Tag Flag Cylinders Size Blocks 0 root wm 67 - 5086 38.46GB (5020/0/0) 80646300 1 swap wu 1 - ... (11 Replies)
Discussion started by: SmartAntz
11 Replies

9. Solaris

Why does the # of blocks change for a file on a ZFS filesystem?

I created a zpool and zfs filesystem in OpenSolaris. I made two NFS mount points: > zpool history History for 'raidpool': 2009-01-15.17:12:48 zpool create -f raidpool raidz1 c4t1d0 c4t2d0 c4t3d0 c4t4d0 c4t5d0 2009-01-15.17:15:54 zfs create -o mountpoint=/vol01 -o sharenfs=on -o... (0 Replies)
Discussion started by: sqa777
0 Replies

10. Shell Programming and Scripting

Getting entire command from ps -ef

now, when you run ps -ef, the very last field of the output contains the command. now, most of the time, these command are cut off and one can not see the complete name of the command that kicked off the process. is there anyway to get this information? i mean, the complete command in its... (3 Replies)
Discussion started by: Terrible
3 Replies
Login or Register to Ask a Question