I said I'd try under W98. It wanted a USB-driver, and failed.
So I've got a CD of Kongoni: slackware derivative, [like slakx, because
slackware if perhaps the most OPEN distribution], who's knl is just a
few months older than my slackware-13.
Kogi auto-mounts all partitions at boot-time.
It had a big delay near <*udev*>.
Here's some logs that I pasted to the problematic sda1, under kogi,
and which I can now READ-only under slackware-13:----
Fri Nov 9 21:51:20 SAST 2012
==============================
==> booted kogoni ==
aufs on / type aufs (rw,si=cc3b8a23,nowarn_perm)
/proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
tmpfs on /dev/shm type tmpfs (rw)
/dev/hdb on /mnt/hdb type iso9660 (ro,noatime)
/dev/hdc1 on /mnt/hdc1 type vfat (rw,noatime,quiet,umask=0,check=s,shortname=mixed)
/dev/hdc2 on /mnt/hdc2 type vfat (rw,noatime,quiet,umask=0,check=s,shortname=mixed)
/dev/hdc3 on /mnt/hdc3 type ext2 (rw,noatime)
/dev/hdc5 on /mnt/hdc5 type ext2 (rw,noatime)
/dev/hdc6 on /mnt/hdc6 type ext2 (rw,noatime)
/dev/hdc7 on /mnt/hdc7 type ext2 (rw,noatime)
/dev/hdc11 on /mnt/hdc11 type ext2 (rw,noatime)
/dev/hdc12 on /mnt/hdc12 type ext2 (rw,noatime)
/dev/hdc14 on /mnt/hdc14 type ext3 (rw,noatime)
/dev/hdc15 on /mnt/hdc15 type ext2 (rw,noatime)
/dev/hdc16 on /mnt/hdc16 type reiserfs (rw,noatime)
/dev/hdc17 on /mnt/hdc17 type ext3 (rw,noatime)
/dev/hdc53 on /mnt/hdc53 type ext3 (rw,noatime)
/dev/hdc54 on /mnt/hdc54 type ext3 (rw,noatime)
/dev/hdc55 on /mnt/hdc55 type vfat (rw,noatime,quiet,umask=0,check=s,shortname=mixed)
/dev/hdc57 on /mnt/hdc57 type ext2 (rw,noatime)
/dev/sda1 on /mnt/sda1 type fuseblk (rw,noatime,allow_other,blksize=4096)
=============================================
-> cfdisk /dev/sda ==
FATAL ERROR: Bad primary partition 0: Partition ends in the final partial
cylinder
Press any key to exit cfdisk
=> also: cfdisk /dev/sda1
-> fdisk /dev/sda
The number of cylinders for this disk is set to 60801.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Command (m for help): p
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x1c0fd702
Device Boot Start End Blocks Id System
/dev/sda1 1 60802 488384536 7 HPFS/NTFS
Command (m for help):
-------------------------------------------------
The above was pasted/written under kogi to the problematic disk.
Now I'm back in slackware-13, and the disk can read-only:-
root@darkstar:/home/Hardware/USBtoshiba# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 7692876 4968928 2333172 69% /
tmpfs 59696 0 59696 0% /dev/shm
/dev/hdc16 3903620 1653052 2250568 43% /mnt/ReiseBrdg
/dev/hdc6 2071384 1893592 72568 97% /mnt/hdc6
/dev/hdc11 980308 970760 0 100% /mnt/hdc11
/dev/hdc14 7692876 5857720 1444380 81% /mnt/FC1
/dev/hdc17 14421344 5077392 8611392 38% /mnt/DebDVD1bak
/dev/sda1 488384532 109524 488275008 1% /mnt/hd <-- takes 100 secs!
root@darkstar:/home/Hardware/USBtoshiba# ls -l /mnt/hd
total 5524
-r-------- 1 root root 5296 2012-11-09 23:14 CRGlog <-- written by Kongoni
-r-------- 2 root root 16022 2012-01-27 08:28 Software Offer.hta
-r-------- 1 root root 9518 2011-05-16 08:40 TMP.ico
-r-------- 2 root root 5599808 2011-09-15 04:20 TOSHIBA STOR.E BASICS.pdf
-r-------- 2 root root 1244 2011-05-16 08:40 Toshiba Places.html
-r-------- 1 root root 80 2011-09-15 06:12 autorun.inf
dr-x------ 1 root root 8192 2012-03-24 02:00 images
dr-x------ 1 root root 4096 2012-03-24 02:00 lang
-----------------------
I've never before used HPFS/NTFS, and I note that 'their file:'autorun.inf
has M$- EOL, but my CRGlog has *nix-EOL.
IIRC vfat defaults-mounts with execute-enabled, but not this HPFS/NTFS.
I wonder why slackware-13 can't handle it, whereas slak-derived-kogi
can?
== TIA.