Quote:
|
Originally Posted by pfeigl I'm sorry but I'm just not in the mood to write all that down. But I can tell you that from what I see is that the machine definitely sees a 4GB stick on /dev/sdf1. Interestingly, when I umounted that drive, it said it was not mounted. |
Ehm... you are the one requesting help. These diagnosis are part of helping you. That's the Bad News. The Good News is that you can just copy&paste from the terminal to the browser while posting. I sure wouldn't have felt like retyping all that either. I let my computer do that
Quote:
|
Originally Posted by devils casper Have you tried to mount /dev/sdaf1 using mount command? What error message does it throw? |
Probably (as root) mount: can't find /dev/sdf1 in /etc/fstab or /etc/mtab
And as user: mount: can't find /dev/sdf1 in /etc/fstab or /etc/mtab
Don't you think
I'm thinking there just needs to be an entry in fstab. But before that try this command: (as root)
Code:
mkdir /mnt/usb ; mount /dev/sdf1 /mnt/usb ; ls /mnt/usb
---
Quote:
|
Originally Posted by pfeigl But I can tell you that from what I see is that the machine definitely sees a 4GB stick on /dev/sdf1. Interestingly, when I umounted that drive, it said it was not mounted. |
fdisk doesn't need the device to be mounted in order to see it. It sees unmounted devices as well. From your other post I can see that your USB stick wasn't mounted, but did indeed get recognized.
I still can't explain the error message you received. But if the previous command worked, then that may not matter. You'll need to edit fstab so you can mount your usb as regular user.