Announcement

Collapse
No announcement yet.

no such file or dir...

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    no such file or dir...

    my code is:
    sudo mount -t vfat /dev/by-uuid/<insert uuid here> /mnt

    ok, my UUID is 759F-9B93 and /dev/sdd
    so I put:
    ta@WaterC:/$ sudo mount -t vfat /dev/by-uuid/<759F-9B93> /mnt
    and error is
    bash: 759F-9B93: No such file or directory

    help me out here, pls
    Last edited by tafi; Oct 26, 2014, 02:37 AM.
    See here 1st.https://www.kubuntuforums.net/showth...Qs-amp-Answers

    #2
    sudo mount -t vfat /dev/by-uuid/759F-9B93 /mnt

    Don't include the <>
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      ok , thanks, it worked. and sorry.
      the space after vfat was too much also
      Last edited by tafi; Oct 25, 2014, 10:54 AM.
      See here 1st.https://www.kubuntuforums.net/showth...Qs-amp-Answers

      Comment


        #4


        No problem.
        Using Kubuntu Linux since March 23, 2007
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment

        Working...
        X