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
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
Comment