Results 1 to 6 of 6

Thread: sfill NTFS

  1. #1
    Join Date
    May 2007
    Beans
    205
    Distro
    Ubuntu

    sfill NTFS

    Hello,

    Does anyone know of sfill can be used on a NTFS file system?

    Thanks for your help!

  2. #2
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: sfill NTFS

    You'd probably be better off just using DBAN if you are wiping a whole drive, or something like shred if you are wiping files.
    Last edited by CharlesA; July 16th, 2010 at 12:44 AM.
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  3. #3
    Join Date
    Aug 2006
    Beans
    304
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: sfill NTFS

    shred can also wipe drives. In linux everything is a file.
    Mystic-Boa - RSS Feed Downloader (https://launchpad.net/mystic-boa)
    Linux Documentation (http://www.google.com/notebook/publi...zTSwoQtNGpob4i)

  4. #4
    Join Date
    May 2007
    Beans
    205
    Distro
    Ubuntu

    Re: sfill NTFS

    I am just looking to overwrite free space. I have my data on NTFS so it can be shared with windows.

  5. #5
    Join Date
    Jan 2009
    Beans
    16

    Re: sfill NTFS

    You must first mount your windows partition. Then open a terminal.

    In the terminal, I typed in

    watch -n 5 df -hm


    From the terminal, I copied my windows partition.
    which looked something like this.

    /media/06106DD0106DdhF1
    After copying the location of my windows partition. I opened a second terminal. In the second terminal, I typed in...

    sudo sfill
    After typing in sudo sfill.

    I then added
    /media/06106DD0106DdhF1
    Immediately after sudo sfill. In my case it read like this..

    sudo sfill /media/06106DD0106Dh6F1

    For those unsure which partition is their windows partition

    type " watch -n 5 df -hm " into a terminal before mounting the windows partition.

    Take note of what appears in the terminal. Then press ctrl-c with the terminal active to exit cleanly. Do not close the terminal....

    Now, Mount your windows partition......

    Go back to the terminal......

    Then type into the terminal " watch -n 5 df -hm " . The new partition should now show up.

    If you would like to see the progress of sfill


    Open a second terminal. type the command
    watch -n 5 df -hm
    It shows you sfill's progress It updates every 5 seconds.

    Sfill can take many hours.
    Last edited by drsmooth; February 18th, 2012 at 08:01 AM. Reason: Tested succesfully

  6. #6
    Join Date
    Jan 2008
    Location
    Manchester UK
    Beans
    13,573
    Distro
    Ubuntu

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
  •