HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Manage the tape
Operating System - Linux
        1839830
        Members
    
    
        2189
        Online
    
    
        110156
        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
	
		
			
            
                
            Go to solution
        
            
		
		
			
            	
	
		
        
		
	
	
		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
12-30-2008 02:46 AM
12-30-2008 02:46 AM
			
				
					
					
						I have a tape drive that attached to the server , I use mt command could manage it , tar command to write data to it , could advise if I want to format the tape , or erase the data in the tape , what can i do ? thx
					
				
			
			
				
			
			
				
	
			
				
		
			
			
			
			
			
			
		
		
		
	
	
	
Solved! Go to Solution.
		2 REPLIES 2
	
	            
            
		
		
			
            
                - Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2008 04:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2008 05:10 AM
12-30-2008 05:10 AM
			
				
					
						
							Re: Manage the tape
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						To destroy the old data on the tape without putting in any meaningful new data, there are several options:
Overwrite with zero bytes:
dd if=/dev/zero of=/dev/ bs=10240
Overwrite with random bytes (slower):
dd if=/dev/urandom of=/dev/ bs=10240
Adjust the bs= (blocksize) parameter to match the preferred block size of your tape drive type.
But if you have a magnetic tape degausser device, just put the tape in/on the degausser device and switch it on. The strong magnetic field will erase the data from the entire tape all at once. This is the fastest way to erase all data from a tape.
MK  
					
				
			
			
				
		
		
	
	
	
Overwrite with zero bytes:
dd if=/dev/zero of=/dev/
Overwrite with random bytes (slower):
dd if=/dev/urandom of=/dev/
Adjust the bs= (blocksize) parameter to match the preferred block size of your tape drive type.
But if you have a magnetic tape degausser device, just put the tape in/on the degausser device and switch it on. The strong magnetic field will erase the data from the entire tape all at once. This is the fastest way to erase all data from a tape.
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
