Re: Reformat USB stick with a CD ISO9660 FS

2008-06-14 Thread Owen Townend
On 14/06/2008, Bevin Watson <[EMAIL PROTECTED]> wrote: > I've given up on trying to remove the "cd" component. > On reflection, the fact that it shows up as two separate devices (scd > and sdd) implies that it is something in the hardware. > I've also had a go with MS Vista and XP with the same

Re: chown/chmod and NTFS-3G

2008-06-14 Thread Liam Higgins
Thanks Dan, I understand now. I might pass those options through fstab. The best thing for me to do is to format the the drive to EXT3 I have found a couple of programs that allow you to access EXT3 partitions within Windows XP (check out the link below). I understand that Windows XP understand

Re: chown/chmod and NTFS-3G

2008-06-14 Thread Daniel Mons
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Liam Higgins wrote: > Hello Everyone. > I'm trying to chown a user to be the owner of a directory mounted on an > NTFS volume. The command completes successfully but when I go back to > check if the change was successful the owner and group are still

chown/chmod and NTFS-3G

2008-06-14 Thread Liam Higgins
Hello Everyone. I'm trying to chown a user to be the owner of a directory mounted on an NTFS volume. The command completes successfully but when I go back to check if the change was successful the owner and group are still root with rwxrwxrwx set. Is this a limitation on ntfs-g volumes ? Or is

Re: Reformat USB stick with a CD ISO9660 FS

2008-06-14 Thread Bevin Watson
On Thu, 2008-06-12 at 22:25 +1000, Daniel Mons wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Bevin Watson wrote: > > delete the files from it. It seems the simplest thing is to just > > reformat the whole device. However, I'm getting a little out of my > > league thinking about pa

Re: Reformat USB stick with a CD ISO9660 FS

2008-06-14 Thread Norm
have a look here http://www.u3.com/uninstall/ I've used it a few times to remove the bootable CD partition Norm Bevin Watson wrote: > I've given up on trying to remove the "cd" component. > On reflection, the fact that it shows up as two separate devices (scd > and sdd) implies that it is some

Re: Reformat USB stick with a CD ISO9660 FS

2008-06-14 Thread Bevin Watson
I've given up on trying to remove the "cd" component. On reflection, the fact that it shows up as two separate devices (scd and sdd) implies that it is something in the hardware. I've also had a go with MS Vista and XP with the same result. I think I'll just happily take the 500Mb and teach my son

Re: Reformat USB stick with a CD ISO9660 FS

2008-06-14 Thread Daniel Mons
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Owen Townend wrote: > This is overkill here, there is no inherant security or other risk in > leaving the data unscrubbed. This should be sufficient: > sudo dd if=/dev/zero of=/dev/sdd bs=512 count=1 Agreed. And it's a heck of a lot quicker. > The