->     
>             On Sat, Aug 2, 2008 at 8:53 PM, Hemchand
<hemchandra_413@ yahoo..co. in> wrote:
> 
> > Guys,
> > 
> > Silly reply !!!!!!!!!!!!
> 
> > Mount the Hardware on linux and use rm command for deleting a
file.Is this
> 
> > work for you ?
> 
> 
> 
> Hemchand, a tape is a character device. It cannot be mounted. You
> 
> cannot use regular operations like cp, rm, mv on character devices.
> 
> Example, if your tape drive is /dev/st0, the following commands are
> 
> invalid:
> 
> 
> 
> cp some_file.txt /dev/st0
> 
> rm -f /dev/st0/some_ file.txt
> 
> 
> 
> Hope you get the idea.
> 
> 
> 
> To manipulate tape drives, you need to understand the mt command.
> 
> 
> 
> Regards,
> 
> NMK.
> Hi Nadeem,
> Thanks man.A lot to study... :-(.I know Technology is so vast.
> 
> Hemchand
> 

Hi,
    Tapes operate in sequential mode. You can either read them
sequentially in full or append more data. It's not possible to remove
a file 

Thanks & Regards
Prashant Karmankar



Reply via email to