How to add new hard drive w/ pre-existing data to Redhat 7 2005-03-02 - By Antonio Galea
Back On Wed, Mar 02, 2005 at 03:38:40AM -0800, Colt Trickle wrote: > I cannot mount anything in /dev/sda, b, c, d etc and the only thing it > will recognize is when I do a mount /dev/cciss/c0d1 /mnt/x. > > Then it comes back w/ error msg: > > VFS: Can't find a vliad MSDOS filesystem on dev 68:10 > mount: you must specify the filesystem type > >
Device /dev/cciss/c0d1 points to the entire disk; you have to mount the single partitions instead, like this:
mount /dev/cciss/c0d1p<partnum> /mnt/<whatever>
If mount does not recognize the filesystem type (unlikely), you can try
mount -t <originalfstype> /dev/cciss/c0d1p<partnum> /mnt/<whatever>
If unsure about the partition table, use
fdisk -l /dev/cciss/c0d1
HTH,
Ant9000
-- -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- Dr. Antonio Galea N e t W i s e http://www.netwise.it Sviluppo tecnico Tecnologie per il Web Tel 0461.421016 Fax 0461.426021 -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- The distinction between the enlightened and the terminally confused is only apparent to the latter. -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ enigma-list mailing list enigma-list@(protected) https://www.redhat.com/mailman/listinfo/enigma-list
|
|