Re: frustrated new user to ubuntu
It's not there -- that means it's not mounted.
Linux is not fond of spaces in system file names. Why don't you rename the mount point something less tricky, like SEAGATE40, then edit /etc/fstab to change it there, and then issue
and then try the
again.
Originally posted by karlyguy
Linux is not fond of spaces in system file names. Why don't you rename the mount point something less tricky, like SEAGATE40, then edit /etc/fstab to change it there, and then issue
Code:
sudo mount -a
Code:
mount -l
Comment