Want to run Ubuntu 5.10 on T42. A couple quick questions.
-
mybellyisempty
- Junior Member

- Posts: 432
- Joined: Thu Jul 07, 2005 7:34 pm
- Location: Springfield, Illinois
Want to run Ubuntu 5.10 on T42. A couple quick questions.
Not so much installation related (as I don't have the system yet...waiting on RDH to get it shipped out to me).
Issues are:
1. This is a deal breaker, and will determine whether I run Ubuntu as my host OS, or as a VMWare emulated OS: I -MUST- have NTFS read/write capability with external hdds.
2. Does anyone know if VMWare images made in the Windows will work in Linux as well? I plan on running VMWare on my system regardless, but if I can run Ubuntu as the host OS (dependent on #1 above), I can eliminate the need for a spare hdd. Otherwise, I'll be stuck running the VMWare ubuntu, which doesn't teach me as much!
3. When new versions of the distros come out, what do you guys do? Reinstall everything? Upgrade?
Issues are:
1. This is a deal breaker, and will determine whether I run Ubuntu as my host OS, or as a VMWare emulated OS: I -MUST- have NTFS read/write capability with external hdds.
2. Does anyone know if VMWare images made in the Windows will work in Linux as well? I plan on running VMWare on my system regardless, but if I can run Ubuntu as the host OS (dependent on #1 above), I can eliminate the need for a spare hdd. Otherwise, I'll be stuck running the VMWare ubuntu, which doesn't teach me as much!
3. When new versions of the distros come out, what do you guys do? Reinstall everything? Upgrade?
DS1100(work-built): i7 2700K; 16GB; 64GB SSD & 2x 500GB 7200; 970; U2410
Thinkpad Yoga 260: i5 6200u; 16GB; 256GB SSD; 12.5" 1080p
NUC: I5-4250; 12GB; 256GB SSD & 1TB 5400
Thinkpad Yoga 260: i5 6200u; 16GB; 256GB SSD; 12.5" 1080p
NUC: I5-4250; 12GB; 256GB SSD & 1TB 5400
-
christopher_wolf
- Special Member
- Posts: 5741
- Joined: Sat Oct 08, 2005 1:24 pm
- Location: UC Berkeley, California
- Contact:
Thus far, I haven't seen a clear way to do read *and* write of NTFS partitions in Ubuntu. You can do it, but it may not always be totally reliable. Some distros have support for read/write ops to NTFS partitions. The new 2.6 kernels have limited write support. I wouldn't, however, do a write operation on an NTFS system from Linux since that can seriously mess things up. On just a plain disk with an NTFS partition, it works fine; I think the only problem with the NTFS partitioned system disks is that, somehow and somewhere, an extra journaling layer gets put on it. This is actually a pretty neat trick, see
http://www.neowin.net/forum/index.php?showtopic=120290
You can get third party drivers for doing that as well.
http://www.ntfs-linux.com/
I don't know about the Ubuntu VMware images being made in Windows and how well they work under Linux
When new versions of the distro come out you get an update alert and you download a new kernel image; upon reboot, everything is updated and the new kernel is functional. Carfeful, however, as it changes the menu.lst for the GRUB bootloader; if you have anything special for that, you will have to edit it in GRUB or go in and change it back.
HTH
http://www.neowin.net/forum/index.php?showtopic=120290
You can get third party drivers for doing that as well.
http://www.ntfs-linux.com/
I don't know about the Ubuntu VMware images being made in Windows and how well they work under Linux
When new versions of the distro come out you get an update alert and you download a new kernel image; upon reboot, everything is updated and the new kernel is functional. Carfeful, however, as it changes the menu.lst for the GRUB bootloader; if you have anything special for that, you will have to edit it in GRUB or go in and change it back.
HTH
IBM ThinkPad T43 Model 2668-72U 14.1" SXGA+ 1GB |IBM 701c
~o/
I met someone who looks a lot like you.
She does the things you do.
But she is an IBM.
/~o ---ELO from "Yours Truly 2059"
~o/
I met someone who looks a lot like you.
She does the things you do.
But she is an IBM.
/~o ---ELO from "Yours Truly 2059"
-
mybellyisempty
- Junior Member

- Posts: 432
- Joined: Thu Jul 07, 2005 7:34 pm
- Location: Springfield, Illinois
already got hte answer on Linux VMWare and PC VMWare. They're compatible.
So the only matter now is the NTFS...I'll look at your link.
I don't have anything -VITAL- on the external enclosure...I just want to be able to write to it w/o problem.
So the only matter now is the NTFS...I'll look at your link.
I don't have anything -VITAL- on the external enclosure...I just want to be able to write to it w/o problem.
DS1100(work-built): i7 2700K; 16GB; 64GB SSD & 2x 500GB 7200; 970; U2410
Thinkpad Yoga 260: i5 6200u; 16GB; 256GB SSD; 12.5" 1080p
NUC: I5-4250; 12GB; 256GB SSD & 1TB 5400
Thinkpad Yoga 260: i5 6200u; 16GB; 256GB SSD; 12.5" 1080p
NUC: I5-4250; 12GB; 256GB SSD & 1TB 5400
are you sure that the external isn't FAT32? most are, from my experience.
If it really is ntfs, you're kinda stuck. The current methods are quite buggy, and cause corruption every once in a while.
if you have any method of switching them over to fat32, that's your best bet.
If it really is ntfs, you're kinda stuck. The current methods are quite buggy, and cause corruption every once in a while.
if you have any method of switching them over to fat32, that's your best bet.
--<<(({{[[Ben Plaut]]}}))>>--
If the only tool you have is a hammer,
Every problem begins to look like a nail
If the only tool you have is a hammer,
Every problem begins to look like a nail
-
smugiri
- Senior Member

- Posts: 774
- Joined: Tue Nov 23, 2004 4:29 pm
- Location: Mississauga, ON
- Contact:
Paragon for Linux will give you complete read write access to NTFS volumes. It is not open source and you have to buy it.
Steve
-
revolutionary_one
- Sophomore Member
- Posts: 217
- Joined: Sun Apr 24, 2005 9:13 pm
- Location: Dallas, Texas
NTFS is a joke. I tend to just use fat32 for all my "shared media" and use custom scripts ive written to encrypt files that are sensitive.
Otherwise, I tend to put most of my stuff on a local server and remote servers when I need to using various protocols which makes things SUPER easy. That's an easy solution for ya. Stick the usb drive on a second box and use Samba,SSH, or FTP to manage the content.
Otherwise, I tend to put most of my stuff on a local server and remote servers when I need to using various protocols which makes things SUPER easy. That's an easy solution for ya. Stick the usb drive on a second box and use Samba,SSH, or FTP to manage the content.
T42 2378FVU -- PM 735 1.7Ghz, 768MB RAM, 40GB 5400rpm HDD, 14.1 SXGA+(1400x1050) TFT LCD, 64MB ATI Radeon 9600, 24x24x24x/8x CD-RW/DVD, Intel 802.11b/g, Modem(CDC), Gigabit Lan, 6 cell Li-Ion battery, WinXP Pro | UbuntuLinux (Dapper Drake)
-
yossarian
- Freshman Member
- Posts: 119
- Joined: Mon Sep 12, 2005 11:48 pm
- Location: Auckland, New Zealand
1. You can use 'captive-ntfs' to read/write ntfs safely. You MUST have access to the windows ntfs driver, because captive like ndiswrapper is a wrapper on top to make it run.
3. When new distro version comes out you can 'dist-update' using apt-get or do clean reinstall. The drawback of a dist-upgrade is you may get a lot of orphaned packages that may need to be axed manually.
3. When new distro version comes out you can 'dist-update' using apt-get or do clean reinstall. The drawback of a dist-upgrade is you may get a lot of orphaned packages that may need to be axed manually.
-
mybellyisempty
- Junior Member

- Posts: 432
- Joined: Thu Jul 07, 2005 7:34 pm
- Location: Springfield, Illinois
The only FAT32 storage I have are my pen drives.
my hdds (80gb and 200gb) are NTFS. I'm not moving them to FAT32.
I'll try the captive NTFS. I've got 2 more Windows systems, and a dozen VMWare setups I can pull the ntfs.sys off of.
my hdds (80gb and 200gb) are NTFS. I'm not moving them to FAT32.
I'll try the captive NTFS. I've got 2 more Windows systems, and a dozen VMWare setups I can pull the ntfs.sys off of.
DS1100(work-built): i7 2700K; 16GB; 64GB SSD & 2x 500GB 7200; 970; U2410
Thinkpad Yoga 260: i5 6200u; 16GB; 256GB SSD; 12.5" 1080p
NUC: I5-4250; 12GB; 256GB SSD & 1TB 5400
Thinkpad Yoga 260: i5 6200u; 16GB; 256GB SSD; 12.5" 1080p
NUC: I5-4250; 12GB; 256GB SSD & 1TB 5400
-
- Similar Topics
- Replies
- Views
- Last post
-
-
770X Aftermarket Battery? (*And quick PIII linux question)
by Choram » Wed Jan 04, 2017 6:52 am » in ThinkPad Legacy Hardware - 1 Replies
- 928 Views
-
Last post by Dekks
Thu Jan 05, 2017 12:43 am
-
-
-
Fewllo T450s: Quick way to help me
by Gregor » Wed Feb 15, 2017 8:58 am » in ThinkPad T430/T530 and later Series - 1 Replies
- 467 Views
-
Last post by dave67
Mon Jun 19, 2017 10:46 pm
-
-
-
How can I find out if I can run Win10 or Win 7 on this T60?
by Muse » Sat Jan 07, 2017 10:29 am » in ThinkPad T6x Series - 15 Replies
- 2239 Views
-
Last post by sebileis2017
Thu Mar 09, 2017 11:24 am
-
-
-
Oldest Thinkpad you'd run Windows 7 on?
by Whitieiii » Sat Jan 21, 2017 4:40 pm » in GENERAL ThinkPad News/Comments & Questions - 26 Replies
- 1529 Views
-
Last post by kfzhu1229
Tue Jan 31, 2017 1:54 pm
-
Who is online
Users browsing this forum: No registered users and 1 guest



