- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Ro,Rw permission Filesystem -linux
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-23-2008 01:14 AM
тАО07-23-2008 01:14 AM
mount -v
/dev/cciss/c0d1p3 on /sed type ext3 (ro)
i need
/dev/cciss/c0d1p3 on /sed type ext3 (RW
)readwrite
wat action i need to do
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-23-2008 01:43 AM
тАО07-23-2008 01:43 AM
SolutionMy recommendation:
- take a backup of the /sed filesystem
- umount /sed
- fsck /dev/cciss/c0d1p3
- mount /sed
If the fsck command fails, the filesystem has been seriously damaged.
The device /dev/cciss/c0d1p3 is partition 3 on logical disk 1 of SmartArray controller 0. This is a hardware RAID controller: if you have the "hpacucli" tool installed, you can view the SmartArray configuration with this command:
hpacucli ctrl all show config detail
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-23-2008 03:19 AM
тАО07-23-2008 03:19 AM
Re: Ro,Rw permission Filesystem -linux
Yes you are correct,its bcos disk problem,
We have changed the Disk .
all are sync back,
but the mount -v
/dev/cciss/c0d1p3 on /sed type ext3 (ro)
shows above
how i can change to RW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-23-2008 11:38 AM
тАО07-23-2008 11:38 AM
Re: Ro,Rw permission Filesystem -linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-24-2008 03:13 AM
тАО07-24-2008 03:13 AM
Re: Ro,Rw permission Filesystem -linux
/dev/cciss/c0d1p3 /sed ext3 defaults,rw 1 1
save the file and then execute the command
#mount -o remount /sed
then see the mount -v output