I've tried mounting a USB floppy drive manually from the console, but I can't write to the disk unless I have root privileges. I tried sudo chmod 777 /mnt/sdd, but it doesn't set the permissions.
When I use mnttool, I can access the drive, no problem. ls -l /mnt/sdd shows that it is in 777 mode (drwxrwxrwx).
What does mnttool do to mount drives, and how can I do it manually so I don't have to start X up every time I need to access a floppy disk? I would like understand the difference and learn what is going on.
Thanks in advance.