View previous topic :: View next topic |
Author |
Message |
rupeshforu3 n00b
Joined: 19 Aug 2024 Posts: 44
|
Posted: Thu Dec 05, 2024 1:42 pm Post subject: some issues related to filesystems and mounting. |
|
|
Hi I am Rupesh from India and I brought a new system with AMD Ryzen zen3 5500GT APU and Asus prime b450 motherboard. I have installed gentoo linux two months ago and it is working fine except there are some issues related to filesystem.
Two months back I tried to install Gentoo Linux from Arch Linux and so I have followed the following steps.
1) I created a directory called /mnt/gentoo
2) I created a directory /mnt/gentoo/efi
3) I downloaded stage 3 tarball and extracted it to the directory created in step 1.
4) I have installed some packages like kernel etc.,
I think that at that time I have created a new xfs file system and mounted to /mnt/gentoo but I am not sure.
After some days I have downloaded gentoo linux live iso file and copied to USB pen drive. I installed Gentoo Linux through booting into live USB. After that I installed kernel desktop environments etc.,.
At present when I boot into my Arch Linux I am able to see a lot of directories and files in the /mnt/gentoo. I can't understand whether these files and directories are related to the current gentoo linux or not.
If I delete them I think that my gentoo linux will be erased.
Is there any way in Linux to view the partition name to which the suspected file belongs to.
The above is one problem and the other is as below.
I have installed gentoo linux about two months back and installed various desktop environments like cinnamon mate etc.,.
Upto now I have updated my system three to four times successfully.
In my SSD drive I have three windows partitions and one of them is exFAT and previously in the gui file manager like nemo when I click the drive icon it was mounted into my root file system. At present when I click on drive icon I am getting error as follows
Unable to mount not authorised to perform operation.
I tried to mount the exFAT file system using mount command and succeeded.
I mean I am able to mount through command line but I can't mount directly through gui file manager.
Kindly try to suggest how to mount exFAT file system directly through gui file manager and also suggest whether I can delete safely /mnt/gentoo directory which is present in Arch Linux Operating System. _________________ Regards,
Rupesh. |
|
Back to top |
|
|
grknight Retired Dev
Joined: 20 Feb 2015 Posts: 1971
|
Posted: Thu Dec 05, 2024 1:58 pm Post subject: |
|
|
rupeshforu3 wrote: | Is there any way in Linux to view the partition name to which the suspected file belongs to. | using example above: Code: | findmnt -T /mnt/gentoo |
|
|
Back to top |
|
|
rupeshforu3 n00b
Joined: 19 Aug 2024 Posts: 44
|
Posted: Thu Dec 05, 2024 3:50 pm Post subject: |
|
|
Hi in Arch Linux I issued the command specified by you and found that those files are present in Arch Linux root partition and so I have deleted those files. I have restarted my system and booted successfully into gentoo linux.
Now the second problem is why I can't mount exFAT file system directly through gui file manager like nemo.
Can you try to suggest solution for the second problem. _________________ Regards,
Rupesh. |
|
Back to top |
|
|
pingtoo Veteran
Joined: 10 Sep 2021 Posts: 1363 Location: Richmond Hill, Canada
|
Posted: Thu Dec 05, 2024 4:11 pm Post subject: |
|
|
rupeshforu3,
I suggest you show the symptom (error messages, etc ...) and what command(s) used as part of post. Simply said something not working is unlikely get answer. at best we can only guess. |
|
Back to top |
|
|
rupeshforu3 n00b
Joined: 19 Aug 2024 Posts: 44
|
Posted: Fri Dec 06, 2024 3:11 am Post subject: |
|
|
I think that you have not read my post so you are asking that I have not provided anything.
I am explaining again.
I have an exFAT partition and I want to mount it through gui file manager like nemo or thunar.
I can't mount it through gui file manager but I am getting error as "operation not permitted".
But I am able to mount through command line with the following command.
$> mount /dev/nvmen1p19 /mnt
I am asking why I can't mount directly through gui file manager. _________________ Regards,
Rupesh. |
|
Back to top |
|
|
CaptainBlood Advocate
Joined: 24 Jan 2010 Posts: 3979
|
Posted: Fri Dec 06, 2024 6:01 am Post subject: |
|
|
rupeshforu3 wrote: | I mean I am able to mount through command line but I can't mount directly through gui file manager. | Topic has some elements that should drive you were you want.
Pcmanfm is an exermple there.
Although not tested it should work with other GUI (gnome?) file manager.
libfm based FM may be a key point.
it has been tedious to get working but rock stable here for over a decade.
Thks 4 ur attention, interest & support. _________________ USE="-* ..." in /etc/portage/make.conf here, i.e. a countermeasure to portage implicit braces, belt & diaper paradigm
LT: "I've been doing a passable imitation of the Fontana di Trevi, except my medium is mucus. Sooo much mucus. " |
|
Back to top |
|
|
|