LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-15-2008, 08:39 AM   #1
lelawadee
LQ Newbie
 
Registered: Aug 2008
Posts: 1

Rep: Reputation: 0
Seagate Freagent and Maxtor onetouch 4 mini


Hi everyone,

I'm a beginner of linux OS because of my project (using Ubuntu). currently I have 2 portable harddisks, which are Seagate Freagent and Maxtor onetouch 4 mini. Today I brought Maxtor to save file from the lab but I can't safe or write any file into Maxtor as well as editing the existed file in maxtor. I can only read file from the harddisk.

and also that I can't "safely remove" the harddisk from PC...

Is there any solution for these problems?
 
Old 08-15-2008, 02:08 PM   #2
lacohen
LQ Newbie
 
Registered: Aug 2005
Distribution: CentOS, Fedora
Posts: 1

Rep: Reputation: 0
I'm no guru, so take this with a grain of salt.
1 - You can read but not write. This sounds like it's an NTFS file system, and I believe this is a problem that hasn't been fully solved yet (or at least when I tried it.) You would need to reformat the drive as Linux, but then you wouldn't be able to move it back to a Windows system.

2 - There's another possible issue. Newer Seagate drives (and Seagate owns Maxtor) are all SATA (serial). I had a lot of problems with Seagate a while back, while working with Fedora 7 - the drive would work for a while and then 'hang'. My understanding was that Linux in general didn't have good drivers yet, but then others told me that that was nonsense, that it was just a Fedora problem. I didn't pursue it any farther but switch to an IDE drive. Later I started using a laptop with an internal serial drive and CentOS, which apparently is almost identical to Redhat. It has worked perfectly so far. At any rate this might or might not cause a problem.
 
Old 08-15-2008, 02:36 PM   #3
short_handle
LQ Newbie
 
Registered: Jun 2005
Distribution: Kubuntu
Posts: 7

Rep: Reputation: 0
There are many possibilities, including the NTFS issue already mentioned. From what you've written, I'm guessing you have used the drive previously with Windows and may have enabled some of the One Touch Mini's security options.

If the drive is not being mounted as writeable, the "safely remove" option is not applicable. If you could open a terminal window and run the command
Code:
mount
and then post the output, that might offer a clue.
 
Old 08-15-2008, 04:31 PM   #4
mostlyharmless
Senior Member
 
Registered: Jan 2008
Distribution: Arch/Manjaro, might try Slackware again
Posts: 1,851
Blog Entries: 14

Rep: Reputation: 284Reputation: 284Reputation: 284
Have a Maxtor OneTouch myself, though a II not a IV. Doubt the NTFS thing is a problem, but the thought about the security is a good one. I wouldn't worry tooo much about the "safely remove" thing, usually it isn't a problem. You can always shutdown/reboot if you have to... One other thing, are you using the firewire or usb connection, and have you tried a different external connector? Sometimes Windows gets flaky with its USB connections and sometimes the drive enclosures get flaky with their connectors.
 
Old 08-16-2008, 04:56 AM   #5
richardash1981
LQ Newbie
 
Registered: Aug 2006
Posts: 25
Blog Entries: 1

Rep: Reputation: 18
Whether NTFS disks work under Linux seems to mostly depend on which distribution you have. If it's Redhat, redhat-derived (like Centos and Fedora) or some other commercial distribution, then they won't ship NTFS support because it's reverse engineered and they are paranoid about US law.

Most other distros will ship the in-kernel NTFS drivers, which support reading files but not writing them. These will be listed in the output of mount as type "ntfs".

Some of the more up to date distros will ship the ntfs-3g drivers, which support writing as well as reading. You will often have to explicitly tell mount to use ntfs-3g rather than ntfs however, because the default is mostly still to mount using the ntfs driver. You can do this with mount -t ntfs-3g .....

Nothing will get mounted (= made accessible to the system) automatically unless your system has automatic mounting enabled, so you may well need to (re)mount the drive by hand.

I doubt very much that SATA is an issue at all. For a start, it is impossible to tell apart a SATA drive in a USB enclosure and an IDE drive in a USB enclosure from the computer's point of view because they are both USB storage devices. An internal SATA drive on a SATA controller would need appropriate kernel drivers, but there are plenty of those available in the current kernel.
 
Old 08-22-2008, 05:15 AM   #6
dsnaike
LQ Newbie
 
Registered: Dec 2006
Location: Charlotte,NC
Distribution: Kubuntu 22.04 Linux Mint 20.3, Xubuntu 20.04
Posts: 8

Rep: Reputation: 0
Maxtor onetouch 4 mini

I use the same drive set the os to mount drive when plugged in and change drive permissions so you have read write permission. Or you can work with the drive as root. Drive format is probably fat32 so any os can use it. Goggle onetouch 4 mini drive permissions in linux and you will get all the info you need.
 
Old 09-18-2008, 08:50 AM   #7
Transylmania
LQ Newbie
 
Registered: Sep 2007
Location: Norfolk, VA, USA
Distribution: Kubuntu Hardy
Posts: 4

Rep: Reputation: 0
I have had this problem before, I'm dual booting Win XP and Kubuntu Hardy. I need the Windows XP for a few reasons only(e.g. watching the olympics, few software that doesn't have a Linux version, etc), although I'm using it sparingly.

I have two external HD-s, a Seagate and a LaCie for backup solution. Both are formatted as ext2 partitions which is fine for Ubuntu. In XP I'm using Total Commander to access my Linux drives with the ext2fs plugin installed, which can read the ext2 partitions.

Whenever I need to work on something in Win XP, I copy files from the ext2 to the NTFS partition, edit it, save it, then reboot the computer to Kubuntu and copy the updated files from the NTFS to the ext2 partition again. (In Ubuntu Krusader works fine as a file manager, I installed it since I was used with Total Commander)

Hope this helps, although if you are using Win XP often, it might be cumbersome.

Cheers,
Transylmania

-------------
"Today is the tomorrow you've been afraid yesterday"
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Maxtor OneTouch II External - Lost+Found and Locked me out?! Plastech Linux - Newbie 18 09-11-2008 07:41 PM
Maxtor OneTouch 4 Mini tpreitzel Bluewhite64 1 06-14-2008 06:30 AM
Maxtor Onetouch II: symlink points to wrong target Robert S Linux - Hardware 2 12-23-2007 03:26 PM
Maxtor OneTouch quikphysik Linux - Hardware 4 01-18-2007 02:05 PM
Maxtor Onetouch III Mounting Problems mr805newbie Mandriva 2 12-11-2006 11:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 09:35 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration