Friday, April 26, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 4313  / 1 Year ago, mon, may 22, 2023, 5:47:19

I have an external drive that apparently won't automount anymore. If I didn't want to restart the machine. Is there a way to automount the drive.



It shows up under /dev/sdb1 if I do:



fstab -l


More From » drive

 Answers
7

I wouldn't call it "automounting" but you can manually mount the drive. try making a directory for it to mount to:



    sudo mkdir /media/name_of_drive


Then mount it with



    sudo mount /dev/sdb1 /media/name_of_drive

[#32088] Monday, May 22, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
strhen

Total Points: 27
Total Questions: 111
Total Answers: 103

Location: Angola
Member since Tue, Apr 25, 2023
1 Year ago
;