HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - Linux
 - >
 - Acces denied for 1TB USB Disk in RHEL4
 
Operating System - Linux
        1840213
        Members
    
    
        3342
        Online
    
    
        110162
        Solutions
    
Forums
        Categories
Company
Local Language
                
                  
                  back
                
        
                
        
                
        
                
        
        
        
                
        
                
        
        
        
                
        
              
              Forums
Discussions
Forums
- Data Protection and Retention
 - Entry Storage Systems
 - Legacy
 - Midrange and Enterprise Storage
 - Storage Networking
 - HPE Nimble Storage
 
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
                
                  
                  back
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
            
                
            
                
            
                
            
                
            
            
                
            
                
            
            
                
            
                
              
            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
Blogs
        Information
        Community
Resources
Community Language
        Language
        Forums
Blogs
Topic Options
			
				
					
	
			
		
	- 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
 
08-15-2010 09:24 PM
08-15-2010 09:24 PM
			
				
					
						
							Acces denied for 1TB USB Disk in RHEL4
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hi Good morning Friends,
I am using HP Workstation xw8400 Rhel4 Installed on it. I have connected 1TB USB hard disk. And made the single ext3 partion and mounted on a perticular folder. But when i copy a folder a file it get copy but after few minutes or hour when i copy a folder or file it gives the error as.
cp: cannot create regular file `/magma1tb': Read-only file system
As i have tried with chmod -R 777 /magma1tb
And chmod 777 /magma1tb
Any solution for this
Thanks in advance
Rohit
Regards
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
I am using HP Workstation xw8400 Rhel4 Installed on it. I have connected 1TB USB hard disk. And made the single ext3 partion and mounted on a perticular folder. But when i copy a folder a file it get copy but after few minutes or hour when i copy a folder or file it gives the error as.
cp: cannot create regular file `/magma1tb': Read-only file system
As i have tried with chmod -R 777 /magma1tb
And chmod 777 /magma1tb
Any solution for this
Thanks in advance
Rohit
Regards
		1 REPLY 1
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
08-16-2010 02:39 AM
08-16-2010 02:39 AM
			
				
					
						
							Re: Acces denied for 1TB USB Disk in RHEL4
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						"Read-only file system" is not related to file/directory permissions nor chmod at all.
With default settings, RHEL switches a filesystem into read-only mode when it detects a hardware error.
You can verify the read-only mode using this command:
grep ro, /proc/mounts
You may try to switch the filesystem back to read-write mode with this command:
mount -o remount,rw /magma1tb
but if the system has detected filesystem errors, the command may be rejected.
In that case, you must unmount the filesystem, run a filesystem check on it, and then mount it again. (replace /dev/sdX1 with the real device name of the ext3 partition on your USB disk)
umount /magma1tb
fsck -C 0 /dev/sdX1
mount /dec/sdX1 /magma1tb
Also check the USB cable connections: a loose connector may cause random errors.
MK
		
		
	
	
	
With default settings, RHEL switches a filesystem into read-only mode when it detects a hardware error.
You can verify the read-only mode using this command:
grep ro, /proc/mounts
You may try to switch the filesystem back to read-write mode with this command:
mount -o remount,rw /magma1tb
but if the system has detected filesystem errors, the command may be rejected.
In that case, you must unmount the filesystem, run a filesystem check on it, and then mount it again. (replace /dev/sdX1 with the real device name of the ext3 partition on your USB disk)
umount /magma1tb
fsck -C 0 /dev/sdX1
mount /dec/sdX1 /magma1tb
Also check the USB cable connections: a loose connector may cause random errors.
MK
	MK
			
			
				
			
			
			
			
			
			
		The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
		
	
	
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP