Friday, April 19, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 385  / 3 Years ago, thu, june 3, 2021, 3:31:58

Trying to repair the usual broken Ubuntu I try chrooting following directions from this page However when I arrive to the mounting step where I need to mount the existing Extended broken Linux partition I can't because don't know the type and there are many. I tried ext, ext2, ext3, ext4 ... none work. the type is also not optional if I leave it empty I get mount: you must specify the filesystem type



What is the type of choice to mount an existing Linux 11.10 partition?


More From » 11.10

 Answers
4

Assuming you set this up using more-or-less defaults, you should use the command:



mount -t ext4 /dev/sda4 /mnt


Note the -t ext4 part. Change /mnt to the mount point you decided upon.


[#35069] Saturday, June 5, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
herriail

Total Points: 11
Total Questions: 122
Total Answers: 118

Location: Peru
Member since Tue, Mar 16, 2021
3 Years ago
herriail questions
Tue, May 18, 21, 02:11, 3 Years ago
Sun, Dec 12, 21, 06:06, 2 Years ago
Wed, May 24, 23, 01:42, 12 Months ago
Sun, Jan 29, 23, 00:48, 1 Year ago
;