Results 1 to 7 of 7

Thread: invalid mout option

  1. #1
    Join Date
    Feb 2013
    Beans
    3

    invalid mout option

    very lost on ancient distro. i got a Fiesty Fawn distro given to me, knowing nothing i ran... i cant mout my usb flash drive i have tried everythng i can understand. about a million posts read videos watch and still nowhere.
    help!
    cody@cody-laptop:~$ mkdir /mnt/sda1
    mkdir: cannot create directory `/mnt/sda1': File exists
    cody@cody-laptop:~$ mount/dev/sda1/mnt/sda1
    bash: mount/dev/sda1/mnt/sda1: No such file or directory
    cody@cody-laptop:~$ /etc/fstab
    bash: /etc/fstab: Permission denied
    cody@cody-laptop:~$ sudo-/etc/fstab
    bash: sudo-/etc/fstab: No such file or directory
    cody@cody-laptop:~$ mount/dev/sda1/mnt/sda1
    bash: mount/dev/sda1/mnt/sda1: No such file or directory
    cody@cody-laptop:~$ sudo mkdir /mnt/sda1
    Password:
    mkdir: cannot create directory `/mnt/sda1': File exists
    cody@cody-laptop:~$ mount/dev/sda1/mnt/sda1
    bash: mount/dev/sda1/mnt/sda1: No such file or directory
    cody@cody-laptop:~$
    cody@cody-laptop:~$
    cody@cody-laptop:~$ HELP HELP

  2. #2
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,614
    Distro
    Ubuntu

    Re: invalid mout option

    Try this:

    first :
    Code:
    sudo mkdir /mnt/sillyname
    second:
    Code:
    sudo chown me:me /mnt/sillyname
    third:
    Code:
    sudo mount /dev/sdaX /mnt/sillyname
    see if that helps.

    Change the X in the mount to whatever number the drive is.
    Change the name to whatever floats your boat.
    And change the permissions and ownership to whatever pleases you.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  3. #3
    Join Date
    Jan 2008
    Location
    UK
    Beans
    1,783
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: invalid mout option

    If the USB stick is of large capacity it may be formatted to exFAT by default. You will need extra packages to support this. Google:
    Ubuntu exfat
    for a ton of guides.

    Mark
    Keep Ubuntu free! Donate any amount you like – just use the PayPal donation address donations@ubuntu.com

  4. #4
    Join Date
    Feb 2013
    Beans
    3

    Re: invalid mout option

    it is formated in vfat

  5. #5
    Join Date
    Jan 2008
    Location
    UK
    Beans
    1,783
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: invalid mout option

    The vfat driver is used in linux to read and write FAT32 and FAT16 partitions. What capacity is the USB stick?
    Keep Ubuntu free! Donate any amount you like – just use the PayPal donation address donations@ubuntu.com

  6. #6
    Join Date
    Feb 2013
    Beans
    3

    Re: invalid mout option

    it a usb reader, i have 3 micro sd cards im trying to use 4,8,16gb and non work. the 4gig is a live disk for fiesty

  7. #7
    Join Date
    Feb 2013
    Beans
    Hidden!

    Re: invalid mout option

    From your output it looks like the space key on your keyboard doesn't work reliably . Try what deadflowr suggests above. And don't forget spaces between commands and their parameters.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •