having working external hard disk which is accesble in macOS and windows ( might be NTFS but not sure ) and used to be mounted in windows and mac but when tried in ubuntu ; it gives error
lsblk
show /sda/sda1
is the address ; here is part of output
created a directory ~/external
we when write
> sudo mount /dev/sda/sda1 ~/external/
mount: /home/user/external: special device /dev/sda/sda1 does not exist (a path prefix is not a directory). dmesg(1) may have more information after failed mount system call
/dev/sda/sda1
is NOT a device so fix that please The image also tells you it is/dev/sda1
.Also please drop the
~
.from command line. But do alter $USER to the actual directory when using
/etc/fstab
.It is more useful to mount in
/media
is this is external storage or to a personal mountpoint in/
(I use/discworld
mysql). I keep my personal directories there too (ie. Desktop, Documents, etc). Makes it portable.