Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Mount USB SSD

  • 22-02-2003 6:22pm
    #1
    Registered Users, Registered Users 2 Posts: 604 ✭✭✭


    Am running Redhat 8.0 and want to use one of these USB pen drive things, it has 128 megs of memory on it. i plug it in and the light flashes and all its just i dont know the proper mount command for it. i either mount the wrong thing or else get "kernal does not support File system"
    I think im just using the wrong command as im new to this linux lark.
    Any ideas ?


Comments

  • Registered Users, Registered Users 2 Posts: 1,862 ✭✭✭flamegrill


    If you know the device name and the kernel picks it up, check dmesg for that, then mount /dev/usb0x (or what ever device it is) -t vfat /mnt/pen - make sure the mount point exists.

    Paul


  • Registered Users, Registered Users 2 Posts: 521 ✭✭✭Ronin


    When u connect up the pen drive check /etc/fstab and /etc/fstab.REVOKE. tail -f /var/log/messages will also show you which device you'll most likely want to try mounting..

    use /sbin/lsmod to check to make sure its being picked up correctly.

    /dev/sda1 should be mountable, with /mnt/memstick being most likely were your pen drive mounts itself.

    HTH's

    Ro.


Advertisement