I have read that Linux supports htfs ... maybe? ... so I tried to mount
an external hdd using usb.
I know a hdd with ext3 and vfat works well using usb.
I am running Redhat FC3.
Since the drive did not automount like the ext3 and vfat I tried the
mount command.
I get the following error (not supported):
== mount /dev/sda1 ==
[EMAIL PROTECTED] etc]# mount /dev/sda1 /media/usbdisk
mount: fs type ntfs not supported by kernel
== mount==
[EMAIL PROTECTED] etc]# mount
/dev/hda10 on / type ext3 (rw)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/hda6 on /boot type ext3 (rw)
/dev/hda8 on /data type ext3 (rw)
none on /dev/shm type tmpfs (rw)
/dev/hda9 on /home type ext3 (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
nfsd on /proc/fs/nfsd type nfsd (rw)
== fdisk ==
[EMAIL PROTECTED] etc]# fdisk /dev/sda
The number of cylinders for this disk is set to 4998.
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: 41.1 GB, 41110142976 bytes
255 heads, 63 sectors/track, 4998 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 4997 40138371 7 HPFS/NTFS
== fstab ==
[EMAIL PROTECTED] etc]# mount /dev/sda1 /media/usbdisk
mount: fs type ntfs not supported by kernel
[EMAIL PROTECTED] etc]# cat fstab
# This file is edited by fstab-sync - see 'man fstab-sync' for details
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
LABEL=/data /data ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
LABEL=/home /home ext3 defaults 1 2
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
/dev/hda11 swap swap defaults 0 0
/dev/hdd /media/cdrecorder auto
pamconsole,exec,noauto,fscontext=system_u:object_r:removable_t,managed 0 0
/dev/hdc /media/cdrom auto
pamconsole,exec,noauto,fscontext=system_u:object_r:removable_t,managed 0 0
/dev/sda1 /media/usbdisk ntfs
pamconsole,exec,noauto,fscontext=system_u:object_r:removable_t,managed 0 0
/dev/fd0 /media/floppy auto
pamconsole,exec,noauto,fscontext=system_u:object_r:removable_t,managed 0 0
Thanks for any help.
Jim
--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-newbie