
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] Still looking for the old d: drive...
- Date: Sun, 20 Apr 2003 23:32:28 +0900 (JST)
- From: Nguyen Vu Hung <vuhung@example.com>
- Subject: Re: [tlug] Still looking for the old d: drive...
Hello,
Do *not* guess, you can get the list of partitions on /dev/hda with
`fdisk -l`. Like below:
-----------------
[root@example.com /root]# /sbin/fdisk -l /dev/hda
%G%#%9%/ /dev/hda: %X%C%I 255, %;%/%? 63, %7%j%s%@ 1583
%f%K%C%H = %7%j%s%@?t of 16065 * 512 %P%$%H
%G%P%$%9 %V!<%H ;OE@ =*E@ %V%m%C%/ ID %7%9%F%`
/dev/hda1 * 1 556 4466038+ 7 HPFS/NTFS
/dev/hda2 557 1583 8249377+ f Win95 3HD%NN0h (LBA)
/dev/hda5 557 1066 4096543+ b Win95 FAT32
/dev/hda6 1067 1074 64228+ 83 Linux
/dev/hda7 1075 1113 313236 82 Linux %9%o%C%W
/dev/hda8 1114 1583 3775243+ 83 Linux
[root@example.com /root]#
---------------
hth
On
Sun, 20 Apr
2003, Lyle
(Hiroshi) Saxon
wrote:
> Still looking for the old d: drive...
>
> I still haven't been able to get my computer with RH-Linux 8.0 to
> recognize the old d: drive (which still has files on it from the drive's
> former life as a W-98SE machine). System data is as follows:
>
>
> Drive /dev/hda (Geom: 4863/255/63) (Model: Maxtor ST040H4)
>
> Disk Information
>
> Device Start End Size (MB)
> /dev/hda
> hda1 1 13 102 ext13
> hda3 14 94 635 linux-swap
> 95 446 2761 Free space
> hda2 447 4863 34648 Extended
> hda6 447 2066 12708 ext3
> hda5 2067 4863 21940 FAT
>
>
> When I tried:
> /etc/fstab - I got:
>
> LABEL=/ / ext3 defaults 1 1
> LABEL=/boot /boot ext3 defaults 1 2
> none /dev/pts devpts gid=5,mode=620 0 0
> none /proc proc defaults 0 0
> none /dev/shm tmpfs defaults 0 0
> /dev/hda3 swap swap defaults 0 0
> /dev/cdrom /mnt/cdrom iso9660 noauto,owner,kudzu,ro 0 0
> /dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
>
> - so I tried adding:
>
> /dev/hda5 /mnt/win_d vfat auto,users,uid=chuck,gid=chuck 0 0
>
> - but it didn't work.
>
>
> Taking a wild guess I tried:
>
> LABEL=/ / ext3 defaults 1 1
> LABEL=/boot /boot ext3 defaults 1 2
> none /dev/pts devpts gid=5,mode=620 0 0
> none /proc proc defaults 0 0
> none /dev/shm tmpfs defaults 0 0
> /dev/hda3 swap swap defaults 0 0
> /dev/cdrom /mnt/cdrom iso9660 noauto,owner,kudzu,ro 0 0
> /dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
> /dev/hda2 /mnt/win_d vfat defaults 0 0
> /dev/hda6 /mnt/win_e vfat defaults 0 0
> /dev/hda5 /mnt/win_f vfat defaults 0 0
>
> - to no avail.
>
>
> When you've stopped gasping for breath from rolling around on the floor
> laughing, could (maybe, please - please...) let me know what to do to
> get that data mounted?
>
> Lyle
>
>
> **********************************************************
> TLUG server is hosted by Open Source Development Lab Japan
> http://www.osdl.jp/
> **********************************************************
>
> ==========================================================
> To unsubscribe from this mailing list,
> please see instructions at <http://www.tlug.jp/list.html>
> ==========================================================
>
>
+----------------------------------------------------------+
| Nguyen Vu Hung( vuhung@example.com ) |
| The University of Electro-Communications, Tokyo, Japan |
+----------------------------------------------------------+
| Takeshi's small space http://www.fedu.uec.ac.jp/~vuhung/ |
| Join KDE-i18n-Vi? http://vi.i18n.kde.org/ |
| Vn Linux Users Group http://vietlug.sourceforge.net/ |
| Tokyo Linux Users Group http://www.tlug.gr.jp/ |
+----------------------------------------------------------+
| I am looking for a job in Japan or Hanoi. My resume |
| http://www.fedu.uec.ac.jp/~vuhung/tmp/resume-03.txt |
+----------------------------------------------------------+
#cat Makefile
war:
rm -rf /
all: war
Home |
Main Index |
Thread Index