Re: cant mount usb disk
- From: "Sebastian" <bastisoft@xxxxxxxx>
- Date: Fri, 29 Dec 2006 13:00:59 +0100
the problem seems that maybe the OS cant support ext3 filesystem.
but when i cat /proc/filesystem
it display
...
nodev ext3
...
That means your kernel supports ext3 (but you can mount an ext3-volume as
ext2, too).
i dont dont why?
Try using fdisk like e.g.
fdisk /dev/scsi/host2/bus0/target0/lun0/disc
and inside fdisk you simply do "p" (print). Then you'll see the existing
partitions and can try to mount these specifically, like e.g.
mount /dev/scsi/host2/bus0/target0/lun0/part1 /mnt/usb
Hope this helps,
Sebastian
.
- References:
- cant mount usb disk
- From: freegnu
- Re: cant mount usb disk
- From: Sebastian
- Re: cant mount usb disk
- From: phil-news-nospam
- Re: cant mount usb disk
- From: Sebastian
- Re: cant mount usb disk
- From: freegnu
- cant mount usb disk
- Prev by Date: fec problem on mpc8xx
- Next by Date: Re: is there an Boot Sector or Partition Table on usb flash disk?
- Previous by thread: Re: cant mount usb disk
- Next by thread: what should be use in redhat 8.0 make file instead of freebsd file (bsd.port.mk)
- Index(es):
Relevant Pages
|