Results 1 to 4 of 4

Thread: Solaris delete file no free space

  1. #1
    Join Date
    Jan 2009
    Posts
    44

    Solaris delete file no free space

    Hello good morning

    I have a sun Solaris server,lately i discovered that my server lacks free space,so am wondering to control how many space is free on a tape and how I can delete a single file on a tape.

    any thoughts
    helps is really appreciated...

  2. #2
    Join Date
    Feb 2008
    Posts
    2,635

    Re: Solaris delete file no free space

    /dev/rmt/* are the actual devices.
    The asterisk mean different for example "n" = no rewind.
    mt -f /dev/rmt/0 status brings the status of the first tape drive

    To read the contents of a tape
    tar tvf /dev/rmt/0

    To write to tape
    tar cvf /dev/rmt/0 /dir/to/backup

    To extract the contents of the tape
    tar xvf /dev/rmt/0

  3. #3
    Join Date
    May 2008
    Posts
    2,945

    Re: Solaris delete file no free space

    Inode which results even if you delete the files from a filesystem, inodes do get cleared, they can still hold that address space.
    may be you can run sync command 3 times.
    on the other hand check fuser -cu <filesystem name>
    it can bring you the users accessing the filesystem.

  4. #4
    Join Date
    Jan 2006
    Posts
    3,792

    Re: Solaris delete file no free space

    Delete and free space means the presence of some sort of file system to collate sectors,tapes don't bother with since they seek so slowly... Instead they'd be used as one big file,which keeps an archive. but if your tape's one of them from the obviously no data better go ahead with the program that have made the tape data, not the tape itself.

Similar Threads

  1. Replies: 5
    Last Post: 30-01-2012, 05:42 PM
  2. Not enough memory space on solaris 10
    By Yesenia in forum Operating Systems
    Replies: 6
    Last Post: 18-07-2010, 06:06 AM
  3. How to Delete Duplicate Files on Windows XP To Free Space
    By Mastermind in forum Tips & Tweaks
    Replies: 2
    Last Post: 11-09-2009, 10:05 AM
  4. No Free space problem on solaris cannot delete file
    By OSzilla in forum Operating Systems
    Replies: 3
    Last Post: 20-08-2009, 05:14 PM
  5. (ask) Solaris 10 Free Ebooks
    By doenkthaxxx in forum Operating Systems
    Replies: 2
    Last Post: 31-05-2009, 10:05 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,397,946.12835 seconds with 16 queries