Search Results

Search: Posts Made By: FinalFantasy
14,806
Posted By FinalFantasy
what's the content of /proc/partitions?:).
what's the content of /proc/partitions?:).
14,806
Posted By FinalFantasy
The command should be: mount -t vfat /dev/sda1...
The command should be:
mount -t vfat /dev/sda1 /usbdrive
vfat for win partition
xfs/ext3/ext2/reiserfs/etc for linux partition
ufs for unix ones

usbfs is totally another thing that should be...
16,754
Posted By FinalFantasy
ls -i you will get inode numbers, associated...
ls -i
you will get inode numbers, associated with those files

to delete one of them: XXX is the inode number of the file
find -inum XXX -exec rm {} \;
14,806
Posted By FinalFantasy
run dmesg and get the information and post it. ...
run dmesg and get the information and post it.

As far as I see, the scsi driver doesn't contains a partition known to Linux.

try /dev/sda1.
14,806
Posted By FinalFantasy
Thanks. ;) With "scsi sda mass storage...
Thanks. ;)

With "scsi sda mass storage device>>>", does it tell any partition just after it?

You can always check with /proc/partitions to make sure.
fdisk -l would do too.
63,054
Posted By FinalFantasy
I can't see why you still have * in the command...
I can't see why you still have * in the command if you have the xargs.

find ./ -type f -print | xargs grep '^011.......$' | cut -f1 -d :

:). Hope this helps.
2,348
Posted By FinalFantasy
I recommend using mdadm. An altertive of...
I recommend using mdadm. An altertive of raidtool.
http://freshmeat.net/projects/mdadm/

Usually raid disks appears as /dev/mdX, not sdX. (At least udev generates mdX).

With mdadm, you can...
14,806
Posted By FinalFantasy
I think you need to have the scsi module built in...
I think you need to have the scsi module built in the kernel.

Run 'dmesg|less' and see if your sda is actually recognized by your Linux box.
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 09:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy