Gentoo Archives: gentoo-user

From: Michael Kintzios <michaelkintzios@××××××××.uk>
To: gentoo-user@l.g.o
Subject: [gentoo-user] How to shred without deleting /dev/*
Date: Mon, 29 Aug 2005 12:10:08
Message-Id: 181871780128798@lycos-europe.com
1 Hi All,
2
3 I was blanking a floppy but when I ran:
4 ====================
5 $ shred -u -v /dev/fd0
6 ====================
7 /dev/fd0 was dully deleted after the shred operation finished. Rebooting the machine relaunched udev which recreated fd0 (is there another way to avoid having to reboot)?
8
9 On the second floppy I thought of avoiding unwittingly deleting the fd0 node so I tried:
10 ====================
11 $ shred -u -v /dev/fd0/
12 shred: /dev/fd0/: Not a directory
13 ====================
14 Or:
15 ====================
16 $ shred -u -v /dev/fd0/
17 shred: /dev/fd0/*: Not a directory
18 ====================
19
20 Is there a way of shredding a complete floppy (not just a file at a time) without removing the /dev/fd0 node?
21 --
22 Regards,
23 Mick
24
25 Lycos email has now 300 Megabytes of free storage... Get it now at mail.lycos.co.uk

Replies

Subject Author
Re: [gentoo-user] How to shred without deleting /dev/* Renat Golubchyk <ragermany@×××.net>
Re: [gentoo-user] How to shred without deleting /dev/* Jason Cooper <gentoo@××××××××××.net>
Re: [gentoo-user] How to shred without deleting /dev/* Chris Cox <yeahsowhat@×××××.com>