iamwhatiseem
Diamond Member
What was I saying about techies forgetting they were noobs once........Ahh...yep... sudo is needed for pretty much anything to do with the system.There something funny about trying to do this after just waking up and just starting on my first cup of coffee........ I disconnected the wrong drive and tried to boot up........hmm...Comes back, "Can't find in fstab".Looking through the log file here, when I added a new external drive for our Linux File server I typed this.....
sudo mount -t ntfs /dev/sda/mnt/2
Now yours will not be NTFS of course, but ext4
Unhook the drive and type fdisk -l
That will show you a list of your drives.
Now hook the drive back up
And type fdisk -l
You should now see a new entry at the bottom.
If you don't then something is wrong, either physically or otherwise with the disk.
Looking online, this looks like the best walk through ---> Add new harddisk to linux system
You didn't tell me I had to log in as a super user........... First feedback was "cannot open /dev /loop 0 (thru 12) with sba1 tucked in the middle (same message).
With SU it shows me all the sectors, logical/physical and I/O.
Now to plug it back in.![]()
Linux is awesome, but it is literal to a fault. You would think it would error with "this command must be made using superuser, would you like to?"... not just generic "No can do"