Hi guys, ive just bought SEAGATE Expansion 18 TB and i would like to work with this USB external drive in Linux as im in Windows.
The problem is: after lunching Fedora and opening the Nautilus or Gparted (or anything else that wirks with disks) connected disk dissapair in few minutes.
Is anybody here, who can help me with connecting it pernamentelly? Its really crazy thing for me
Thx Guys.
Hello @hoodas ,
Welcome to !
I use an external Seagate BUP 4GB and it connects via usb. I leave it connected as it is where I backup to so it is always at /run/media/<username>/<volumename>, and it doesnât disappear on me. I do not boot from it though, and I donât dual boot my machine. If I need win stuff I use a VM, or my lone win10 laptop.
Hello @jakfrost ,
Thank you for advice. I hope it will help maximally.
Do you have idea, how to connect other dicts atumatically after system start?
Many years ago (like more than 12) o was playing with virtual machines to. I think, i found KVM/Quemu and it was interesting for me. I think, in that time it wasnt so perfect as it is now but ⌠im not sure if i tried it (12 years agi ive been hit by car on crosswalk, got head damadged and lost longterm memory). In that times i was using Mandriva Linux.
So thats a reason i have many many many questions lol
Sorry if Iâm going so far with explaining, but as this is a public forum I write it for beginners in general
Difference between Windows and Linux is in this case, that windows uses a drive letter for each partition while Linux is mounting it in your Filesystem with a mounting name.
In other words as @jakfrost mentioned it will automatically mount like /run/media/<username>/<volumename>
Probably you have to tell with which Desktop Environment you prefer to work? If you want to use a Gui.
If you are not scared about the terminal you can make your own moint-points as you like them.
To check the name as Linux sees your partition alias block device you can do this with
lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 931.5G 0 disk
ââsda1 8:1 0 600M 0 part /boot/efi
ââsda3 8:3 0 585.9G 0 part /mnt/fedy36
ââsda4 8:4 0 1K 0 part
ââsda5 8:5 0 1G 0 part /boot
ââsda6 8:6 0 344G 0 part /home
/
zram0 252:0 0 8G 0 disk [SWAP]
The physical drive you find in the /dev folder
ls /dev/sd*
/dev/sda /dev/sda1 /dev/sda3 /dev/sda4 /dev/sda5 /dev/sda6
sda is the drive it selves
and sda1 to sda6 are the partitions in my case.
You see that I do have a Mountpoint like /mnt/fedy36
First I had to create a folder named fedy36 in /mnt/fedy36 and afterwards I mounted it like sudo mount /dev/sda3 /mnt/fedy36
If it disappears in gparted I bet you have a problem with the power supply or the usb cable.
Wow, thank you @ilikelinux,
ill definitelly try it but definitelly thank you. Its another thing, that bothers me a little too and im looking for solution. I found one at Youtube but commands are not for new Fedora version.
Well, it looks like i have small problem with fiding disk again âŚ
Im sorry, but i guess, i need small ⌠emmm âstep by stepâ manual or ⌠may i ask for small chat help?
first from the command line run ls /dev/sd*
Then plug in the external drive and after a few seconds repeat the ls /dev/sd* command.
The device being seen and configured should also show up when you run dmesg just after connecting it.
The difference shown in the listing of the /dev/sd* devices should be the new device you just connected. If this does not show a change then the system is not seeing the drive at all. Without the system seeing and configuring a device none of the apps are able to access it.
If the drive is HDD or SSD this should be correct whether connected by USB or directly by SATA. If the device is nvme this may not show as sd* but instead may be seen as /dev/nvme*. The dmesg output should show it either way.
Whatever You do in Windows with this storage and would like to do in Linux is not clear. Itâs external USB drive. Since itâs 18 TB itâs probably âclassicâ hard drive (âspinning rustâ). How do You use it? For backups? Additional storage? If that is the case, donât keep it plugged untill You log in to Your Gnome session. Also check if USB cable is properly plugged. (I have issues with my USB scanner which are handled with a little force on cable side.) You can see a lot of info about what is going on with system and devices if You start a âjournalctlâ command in terminal. âlournalctl -fâ will keep displaying most up to time info. I dare to suggest reading âman 1 journalctlâ for more info about options.
Hello @hoodas ,
I do not see your 18TB Seagate listed. Do you plug it into the same usb port every time (not that it makes a difference to automounting) it can be a bad port, try another USB port and test again if the drive disappears. Does it plug into the wall with a wall transformer to get power? If it doesnât you may need to get an external usb powered hub to provide sufficient power/keep it from sleeping (which some of your drives show they are doing). Is it a spinning disk or an SSD?
I dont see it too. The real problem that i have in linux is, after debooting or starting my Fedora, i culd for small moment see other partitions but by clicking on it displayed problems with connecting to.
Than partitions disappeared. I cant find then iven in Terminal. My problem is little complicated and it would be amazing to get step by step instructions or ⌠the best would be to solve it with someone online
The easiest way to get that may be at the matrix chat channel for workstation found at https://chat.fedoraproject.org/#/home Be patient there since you are waiting for someone to be online, but there are usually a number of active users form the workstation SiG whenever I login . Communication at this site is very asynchronous.
Just as an aside note. I have gotten used to never being root on my system, it is far more secure and prevents (me) from inadvertently doing something to break it. Sudo has worked well for me for over a decade.
Having that device fail to be configured points to a couple of possible failure points.
usb cable
usb interface within the enclosure (these have been found numerous times)
no or inadequate power to the device enclosure (often causing symptoms similar to what you posted above)
Less frequently, but possible the following
usb port on the pc (try a different port)
drive inside the enclosure.
Occasionally it has been found that a usb3 device may not configure when plugged into a usb2 port, and vice versa. Or that a cable that otherwise seems perfectly fine may not support usb3 connections.
Hi @computersavvy,
Its little complicated and weird because usb cable is connected and it works in Windows with no problem but in the moment i restart and switch to Fedora, it doesnt work (well, respectivelly it works for like maybe 2 minutes by way, i can see device but i cant access the content).
usb port on the pc (try a different port) â i tried different ports and other stuff too. In technical way its connected directly to the mainboard.
The only thing hardware related aside from the USB port would be the power supply itself (I think the Seagate Expansion series uses an 18W wall wart). If it is fine in Windows all the time and not fine in Linux sometimes, then it will definitely be configuration related as @computersavvy suggests. I canât find any issues with that particular drive, though it does not mention linux as supported in device requirements. So you could try making a permanent mount point for it in /etc/fstab that mounts the device /dev/sdx at /desired/mount/point. But I think you would need to modify UDEV rules to prevent unintended behaviour, just not sure about that.
Reformatting may be required for use with Time Machine
This suggests the drive already has some sort of partitions with vednor software. The drive recognizes Windows or macOS and does configuration when first connected. In the past I have connected such drives to Windows or macOS and used native tools to create a partition for use with linux, leaving a small partition with the vendorâs utilities and documentation.