Re: mounting a drive on F37

2023-03-30 Thread Samuel Sieb
On 3/30/23 07:34, Ranjan Maitra wrote: Thanks, I used it as 0 0 and used the UUID. So after editing the /etc/fstab, I have to do, per the file itself: sudo systemctl daemon-reload Do I need to do anything else to mount the drive? Either "mount -a" which mounts everything not already mounted

Re: mounting a drive on F37

2023-03-30 Thread Ranjan Maitra
On Thu Mar30'23 04:23:30PM, Peter Boy wrote: > From: Peter Boy > Date: Thu, 30 Mar 2023 16:23:30 +0200 > To: Community support for Fedora users > Reply-To: Community support for Fedora users > Subject: Re: mounting a drive on F37 > > > > > Am 30.03.

Re: mounting a drive on F37

2023-03-30 Thread Peter Boy
> Am 30.03.2023 um 16:02 schrieb Ranjan Maitra : > > >> And to make it permanent >> >> […]$ sudo vi /etc/fstab >> >> and add at the end >> either >> /dev/sdb1 /mnt xfs defaults0 0 >> or >> /dev/sdb1 /mnt ext4 defaults0 0 >> > > lsblk now yield

Re: mounting a drive on F37

2023-03-30 Thread Ranjan Maitra
Thanks very much! On Thu Mar30'23 03:42:50PM, Peter Boy wrote: > From: Peter Boy > Date: Thu, 30 Mar 2023 15:42:50 +0200 > > Then you might have a BIOS Raid, where the BIOS provides some of the code > instead of the Linux driver. Before you update to F38 and/or F39, you should > study the rel

Re: mounting a drive on F37

2023-03-30 Thread Peter Boy
> Am 30.03.2023 um 15:11 schrieb Ranjan Maitra : > > Thanks, very much, to all! > > To answer the questions: > >> From: Peter Boy >> Date: Thu, 30 Mar 2023 08:03:25 +0200 >> >>> I have three additional drives, two of which are hardware (for historical >>> reasons) RAIDed, and have /home >>

Re: mounting a drive on F37

2023-03-30 Thread Ranjan Maitra
Thanks, very much, to all! To answer the questions: > From: Peter Boy > Date: Thu, 30 Mar 2023 08:03:25 +0200 > > > I have three additional drives, two of which are hardware (for historical > > reasons) RAIDed, and have /home > > As it looks, sda and sdc are software raid. If you had a hardwa

Re: mounting a drive on F37

2023-03-29 Thread Joe Zeff
On 03/30/2023 12:00 AM, Samuel Sieb wrote: If it doesn't have a partition, then you can't put a label.  If it had a partition, there would be a UUID. So use gparted to partition and format it, and give it a label because it's easier to type a label into fstab than a UUID.

Re: mounting a drive on F37

2023-03-29 Thread Peter Boy
> Am 30.03.2023 um 06:45 schrieb Ranjan Maitra : > > Hi, > > I am trying to modify my /etc/fstab to mount a drive (where I want to place a > backup). From looking at the current setup created by anaconda, it looks like > I have to setup using UUID or LABEL (however these seem to be blank, see

Re: mounting a drive on F37

2023-03-29 Thread Samuel Sieb
On 3/29/23 22:45, Joe Zeff wrote: On 03/29/2023 10:45 PM, Ranjan Maitra wrote: So, how do I mount this drive onto my /etc/fstab? Sorry if things are not clear, but I am happy to clarify further and provide more information. Use gparted to give it a label. If it doesn't have a partition, the

Re: mounting a drive on F37

2023-03-29 Thread Joe Zeff
On 03/29/2023 10:45 PM, Ranjan Maitra wrote: So, how do I mount this drive onto my /etc/fstab? Sorry if things are not clear, but I am happy to clarify further and provide more information. Use gparted to give it a label. ___ users mailing list -- us

Re: mounting a drive on F37

2023-03-29 Thread Samuel Sieb
On 3/29/23 21:45, Ranjan Maitra wrote: I am trying to modify my /etc/fstab to mount a drive (where I want to place a backup). From looking at the current setup created by anaconda, it looks like I have to setup using UUID or LABEL (however these seem to be blank, see below). First, my setup.

mounting a drive on F37

2023-03-29 Thread Ranjan Maitra
Hi, I am trying to modify my /etc/fstab to mount a drive (where I want to place a backup). From looking at the current setup created by anaconda, it looks like I have to setup using UUID or LABEL (however these seem to be blank, see below). First, my setup. I have one SSD that has / and all th