[Novalug] cleanup of memory stick

Jon LaBadie novalugml@jgcomp.com
Sun Oct 14 13:47:26 EDT 2012


On Sun, Oct 14, 2012 at 01:42:32PM -0400, Nino R. Pereira wrote:
> In a riff off your suggestions, I did:
> 
> pereira@steve:~$ sudo umount /media/B826-3C5D/
> [sudo] password for pereira:
> 
> but when I tried to re-mount, I got
> pereira@steve:~$ sudo mount rw /media/B826-3C5D/
> mount: mount point /media/B826-3C5D/ does not exist
> 
The automatic mounters will create the directories they
need.  But you can manually mount them elsewhere.  /mnt
is frequently used for that.

  $ sudo umount /media/B826-3C5D
  $ mount /dev/sdc1 /mnt

I got the device name from your earlier posted mount cmd.

Jon
-- 
Jon H. LaBadie                  novalugml@jgcomp.com
 11226 South Shore Rd		(703) 787-0688 (H)
 Reston, VA  20190		(609) 477-8330 (C)



More information about the Novalug mailing list