Re: LUNS

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



If you run fdisk -l, it will show you the partition makeup of the device. If the partitions are normal partitions, you can just mount them. For example, if fdisk shows that /dev/sdb has a single partition of type ext3, you can:
1. create an empty directory, call it /data01
2. mount -t ext3 /dev/sdb1 /data01

After you mount it, you can browse and work with the file system. Check out the man page for the mount command to view the different types of file systems that you can mount. Hope that helps.

Aaron

On 10/8/2009 8:05 AM, Matias Villarreal wrote:
Hello people, I got one question about disks. I want to know how someone knows if a disk has files on it. I mean for example... u got a disk assigned and u want to know if it has files on it before putting it into a vg.

thanks in advance.

_________________________________________________________________
Windows Live: Friends get your Flickr, Yelp, and Digg updates when they e-mail you.
http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_3:092010-- redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=subscribe
https://www.redhat.com/mailman/listinfo/redhat-list

--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux